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);
701 sp<XMLNode> XMLNode::searchElement(const String16& tagNamespace, const String16& tagName) in searchElement() argument704 && mNamespaceUri == tagNamespace in searchElement()710 sp<XMLNode> found = mChildren.itemAt(i)->searchElement(tagNamespace, tagName); in searchElement()719 sp<XMLNode> XMLNode::getChildElement(const String16& tagNamespace, const String16& tagName) in getChildElement() argument724 && child->mNamespaceUri == tagNamespace in getChildElement()