Lines Matching refs:XML_DTD_NODE
6420 if ((tmp->children != NULL) && (tmp->type != XML_DTD_NODE)) { in xmlXPathNodeValHash()
7671 case XML_DTD_NODE: in xmlXPathNextChild()
7888 if (cur->type != XML_DTD_NODE) in xmlXPathNextDescendant()
7898 (cur->type != XML_DTD_NODE)) in xmlXPathNextDescendant()
7971 case XML_DTD_NODE: in xmlXPathNextParent()
8043 case XML_DTD_NODE: in xmlXPathNextAncestor()
8096 case XML_DTD_NODE: in xmlXPathNextAncestor()
8203 if ((cur->prev != NULL) && (cur->prev->type == XML_DTD_NODE)) { in xmlXPathNextPrecedingSibling()
8316 if ((cur->prev != NULL) && (cur->prev->type == XML_DTD_NODE)) in xmlXPathNextPreceding()
8371 if ((cur->prev != NULL) && (cur->prev->type == XML_DTD_NODE)) in xmlXPathNextPrecedingInternal()
14153 case XML_DTD_NODE: in xmlXPathRunStreamEval()
14224 (cur->type != XML_DTD_NODE)) in xmlXPathRunStreamEval()
14244 if (cur->type != XML_DTD_NODE) in xmlXPathRunStreamEval()
14255 (cur->type != XML_DTD_NODE)) in xmlXPathRunStreamEval()