Home
last modified time | relevance | path

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

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