Searched refs:tagNamespace (Results 1 – 2 of 2) sorted by relevance
108 sp<XMLNode> searchElement(const String16& tagNamespace, const String16& tagName);110 sp<XMLNode> getChildElement(const String16& tagNamespace, const String16& tagName);
745 sp<XMLNode> XMLNode::searchElement(const String16& tagNamespace, const String16& tagName) in searchElement() argument748 && mNamespaceUri == tagNamespace in searchElement()754 sp<XMLNode> found = mChildren.itemAt(i)->searchElement(tagNamespace, tagName); in searchElement()763 sp<XMLNode> XMLNode::getChildElement(const String16& tagNamespace, const String16& tagName) in getChildElement() argument768 && child->mNamespaceUri == tagNamespace in getChildElement()