Searched refs:tagNamespace (Results 1 – 2 of 2) sorted by relevance
112 sp<XMLNode> searchElement(const String16& tagNamespace, const String16& tagName);114 sp<XMLNode> getChildElement(const String16& tagNamespace, const String16& tagName);
771 sp<XMLNode> XMLNode::searchElement(const String16& tagNamespace, const String16& tagName) in searchElement() argument774 && mNamespaceUri == tagNamespace in searchElement()780 sp<XMLNode> found = mChildren.itemAt(i)->searchElement(tagNamespace, tagName); in searchElement()789 sp<XMLNode> XMLNode::getChildElement(const String16& tagNamespace, const String16& tagName) in getChildElement() argument794 && child->mNamespaceUri == tagNamespace in getChildElement()