Searched refs:xmlNsInScope (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | tree.c | 6086 xmlNsInScope(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node, in xmlNsInScope() function 6183 (xmlNsInScope(doc, orig, node, cur->prefix) == 1)) in xmlSearchNsByHref() 6194 (xmlNsInScope(doc, orig, node, cur->prefix) == 1)) in xmlSearchNsByHref() 8400 ret = xmlNsInScope(doc, node, prev, ns->prefix); in xmlSearchNsByNamespaceStrict()
|
D | ChangeLog | 4728 * tree.c: Changed xmlSearchNsByHref to call xmlNsInScope with
|