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);
768 sp<XMLNode> XMLNode::searchElement(const String16& tagNamespace, const String16& tagName) in searchElement() argument771 && mNamespaceUri == tagNamespace in searchElement()777 sp<XMLNode> found = mChildren.itemAt(i)->searchElement(tagNamespace, tagName); in searchElement()786 sp<XMLNode> XMLNode::getChildElement(const String16& tagNamespace, const String16& tagName) in getChildElement() argument791 && child->mNamespaceUri == tagNamespace in getChildElement()