Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c8265 xmlXPathIsAncestor(xmlNodePtr ancestor, xmlNodePtr node) { in xmlXPathIsAncestor() function
8329 } while (xmlXPathIsAncestor(cur, ctxt->context->node)); in xmlXPathNextPreceding()