Lines Matching refs:XML_DTD_NODE
6401 if ((tmp->children != NULL) && (tmp->type != XML_DTD_NODE)) { in xmlXPathNodeValHash()
7677 case XML_DTD_NODE: in xmlXPathNextChild()
7894 if (cur->type != XML_DTD_NODE) in xmlXPathNextDescendant()
7904 (cur->type != XML_DTD_NODE)) in xmlXPathNextDescendant()
7977 case XML_DTD_NODE: in xmlXPathNextParent()
8049 case XML_DTD_NODE: in xmlXPathNextAncestor()
8102 case XML_DTD_NODE: in xmlXPathNextAncestor()
8209 if ((cur->prev != NULL) && (cur->prev->type == XML_DTD_NODE)) { in xmlXPathNextPrecedingSibling()
8310 if ((cur->prev != NULL) && (cur->prev->type == XML_DTD_NODE)) in xmlXPathNextPreceding()
8357 if ((cur->prev != NULL) && (cur->prev->type == XML_DTD_NODE)) in xmlXPathNextPrecedingInternal()
14333 case XML_DTD_NODE: in xmlXPathRunStreamEval()
14404 (cur->type != XML_DTD_NODE)) in xmlXPathRunStreamEval()
14424 if (cur->type != XML_DTD_NODE) in xmlXPathRunStreamEval()
14435 (cur->type != XML_DTD_NODE)) in xmlXPathRunStreamEval()