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

/external/libxml2/
H A Dpattern.c66 * XML_STREAM_ANY_NODE is used for comparison against
69 #define XML_STREAM_ANY_NODE 100 macro
1660 XML_STREAM_ANY_NODE, flags);
1885 (comp->steps[0].nodeType == XML_STREAM_ANY_NODE) &&
2007 } else if (step.nodeType != XML_STREAM_ANY_NODE)
2014 if (step.nodeType == XML_STREAM_ANY_NODE) {
2139 else if (step.nodeType != XML_STREAM_ANY_NODE)
2146 if (step.nodeType == XML_STREAM_ANY_NODE) {

Completed in 77 milliseconds