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