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()
1624 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
1683 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
1692 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
1700 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
1873 if ((nodeType == XML_ELEMENT_NODE) && in xmlStreamPushInternal()
1938 if ((nodeType != XML_ELEMENT_NODE) && in xmlStreamPushInternal()
2218 return (xmlStreamPushInternal(stream, name, ns, (int) XML_ELEMENT_NODE)); in xmlStreamPush()