Searched refs:xmlNsInScope (Results 1 – 3 of 3) 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()
|
/external/chromium_org/third_party/libxml/src/ |
D | tree.c | 5928 xmlNsInScope(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node, in xmlNsInScope() function 6025 (xmlNsInScope(doc, orig, node, cur->prefix) == 1)) in xmlSearchNsByHref() 6036 (xmlNsInScope(doc, orig, node, cur->prefix) == 1)) in xmlSearchNsByHref() 8195 ret = xmlNsInScope(doc, node, prev, ns->prefix); in xmlSearchNsByNamespaceStrict()
|
D | ChangeLog | 4728 * tree.c: Changed xmlSearchNsByHref to call xmlNsInScope with
|