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

/external/libxml2/
H A Dxpath.c8177 * xmlXPathIsAncestor:
8186 xmlXPathIsAncestor(xmlNodePtr ancestor, xmlNodePtr node) { function
8240 } while (xmlXPathIsAncestor(cur, ctxt->context->node));

Completed in 92 milliseconds