Lines Matching refs:nodeTab
585 ret->user2 = end->nodesetval->nodeTab[end->nodesetval->nodeNr - 1]; in xmlXPtrNewRangeNodeObject()
840 xmlXPtrNewCollapsedRange(set->nodeTab[i])); in xmlXPtrNewLocationSetNodeSet()
934 cur = xmlXPtrGetNthChild(oldset->nodeTab[0], indx); in xmlXPtrGetChildNo()
940 oldset->nodeTab[0] = cur; in xmlXPtrGetChildNo()
1402 (set->nodeTab[0] != (xmlNodePtr) ctx->doc)) in xmlXPtrEval()
1619 if (set->nodeTab[i] == NULL) in xmlXPtrBuildNodeList()
1621 switch (set->nodeTab[i]->type) { in xmlXPtrBuildNodeList()
1649 list = last = xmlCopyNode(set->nodeTab[i], 1); in xmlXPtrBuildNodeList()
1651 xmlAddNextSibling(last, xmlCopyNode(set->nodeTab[i], 1)); in xmlXPtrBuildNodeList()
2256 ctxt->context->node = oldset->nodeTab[i]; in xmlXPtrRangeToFunction()
2268 range = xmlXPtrNewRangeNodeObject(oldset->nodeTab[i], res); in xmlXPtrRangeToFunction()