Home
last modified time | relevance | path

Searched refs:xmlNsInScope (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dtree.c6086 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()
DChangeLog4728 * tree.c: Changed xmlSearchNsByHref to call xmlNsInScope with