Searched refs:xmlNsInScope (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | tree.c | 5916 xmlNsInScope(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node, in xmlNsInScope() function 6013 (xmlNsInScope(doc, orig, node, cur->prefix) == 1)) in xmlSearchNsByHref() 6024 (xmlNsInScope(doc, orig, node, cur->prefix) == 1)) in xmlSearchNsByHref() 8178 ret = xmlNsInScope(doc, node, prev, ns->prefix); in xmlSearchNsByNamespaceStrict()
|