Lines Matching refs:XML_ELEMENT_NODE
519 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch()
542 if ((node->type != XML_ELEMENT_NODE) && in xmlPatMatch()
554 if ((lst->type == XML_ELEMENT_NODE) && in xmlPatMatch()
634 if ((node->type == XML_ELEMENT_NODE) && in xmlPatMatch()
661 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch()
674 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch()
1620 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
1679 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
1688 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
1696 XML_ELEMENT_NODE, flags); in xmlStreamCompile()
1869 if ((nodeType == XML_ELEMENT_NODE) && in xmlStreamPushInternal()
1934 if ((nodeType != XML_ELEMENT_NODE) && in xmlStreamPushInternal()
2214 return (xmlStreamPushInternal(stream, name, ns, (int) XML_ELEMENT_NODE)); in xmlStreamPush()