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

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c8158 * xmlXPathIsAncestor:
8167 xmlXPathIsAncestor(xmlNodePtr ancestor, xmlNodePtr node) { function
8221 } while (xmlXPathIsAncestor(cur, ctxt->context->node));

Completed in 104 milliseconds