Home
last modified time | relevance | path

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

/external/libxml2/
Dpattern.c128 XML_OP_ELEM, enumerator
522 case XML_OP_ELEM: in xmlPatMatch()
622 if (step->op != XML_OP_ELEM) in xmlPatMatch()
1026 PUSH(XML_OP_ELEM, NULL, NULL); in xmlCompileStepPattern()
1111 PUSH(XML_OP_ELEM, token, URL); in xmlCompileStepPattern()
1211 PUSH(XML_OP_ELEM, name, NULL); in xmlCompileStepPattern()
1348 PUSH(XML_OP_ELEM, NULL, NULL); in xmlCompileIDCXPathPath()
1589 (comp->steps[0].op == XML_OP_ELEM) && in xmlStreamCompile()
1640 case XML_OP_ELEM: in xmlStreamCompile()