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

/vbox/src/libs/libxml2-2.6.31/
H A Dpattern.c63 * XML_STREAM_ANY_NODE is used for comparison against
66 #define XML_STREAM_ANY_NODE 100 macro
1656 XML_STREAM_ANY_NODE, flags);
1881 (comp->steps[0].nodeType == XML_STREAM_ANY_NODE) &&
2003 } else if (step.nodeType != XML_STREAM_ANY_NODE)
2010 if (step.nodeType == XML_STREAM_ANY_NODE) {
2135 else if (step.nodeType != XML_STREAM_ANY_NODE)
2142 if (step.nodeType == XML_STREAM_ANY_NODE) {

Completed in 242 milliseconds