Lines Matching refs:XML_ELEMENT_NODE
523 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch()
546 if ((node->type != XML_ELEMENT_NODE) && in xmlPatMatch()
558 if ((lst->type == XML_ELEMENT_NODE) && in xmlPatMatch()
638 if ((node->type == XML_ELEMENT_NODE) && in xmlPatMatch()
665 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch()
678 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch()
1625 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
1684 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
1693 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
1701 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
1874 if ((nodeType == XML_ELEMENT_NODE) && in xmlStreamPushInternal()
1939 if ((nodeType != XML_ELEMENT_NODE) && in xmlStreamPushInternal()
2219 return (xmlStreamPushInternal(stream, name, ns, (int) XML_ELEMENT_NODE)); in xmlStreamPush()