Lines Matching refs:XML_DTD_NODE
6422 if ((tmp->children != NULL) && (tmp->type != XML_DTD_NODE)) { in xmlXPathNodeValHash()
7673 case XML_DTD_NODE: in xmlXPathNextChild()
7890 if (cur->type != XML_DTD_NODE) in xmlXPathNextDescendant()
7900 (cur->type != XML_DTD_NODE)) in xmlXPathNextDescendant()
7973 case XML_DTD_NODE: in xmlXPathNextParent()
8045 case XML_DTD_NODE: in xmlXPathNextAncestor()
8098 case XML_DTD_NODE: in xmlXPathNextAncestor()
8205 if ((cur->prev != NULL) && (cur->prev->type == XML_DTD_NODE)) { in xmlXPathNextPrecedingSibling()
8318 if ((cur->prev != NULL) && (cur->prev->type == XML_DTD_NODE)) in xmlXPathNextPreceding()
8373 if ((cur->prev != NULL) && (cur->prev->type == XML_DTD_NODE)) in xmlXPathNextPrecedingInternal()
14325 case XML_DTD_NODE: in xmlXPathRunStreamEval()
14396 (cur->type != XML_DTD_NODE)) in xmlXPathRunStreamEval()
14416 if (cur->type != XML_DTD_NODE) in xmlXPathRunStreamEval()
14427 (cur->type != XML_DTD_NODE)) in xmlXPathRunStreamEval()