Searched refs:XPATH_XSLT_TREE (Results 1 – 10 of 10) sorted by relevance
139 ((ctxt->value->type != XPATH_XSLT_TREE) && in xsltFunctionNodeSet()146 if (ctxt->value->type == XPATH_XSLT_TREE) { in xsltFunctionNodeSet()
197 case XPATH_XSLT_TREE: in xsltDocumentFunctionLoadDocument()381 if ((obj2->type == XPATH_NODESET) || (obj2->type == XPATH_XSLT_TREE)) { in xsltKeyFunction()
259 if ((obj->type != XPATH_NODESET) && (obj->type != XPATH_XSLT_TREE)) in xsltExtensionInstructionResultRegister()
4295 } else if (res->type == XPATH_XSLT_TREE) { in xsltCopyOf()
1025 case XPATH_XSLT_TREE: in xmlXPathDebugDumpObject()1465 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageRequested()1556 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageRequested()1619 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageReleased()1656 case XPATH_XSLT_TREE: in xmlXPathDebugObjUsageReleased()2288 case XPATH_XSLT_TREE: in xmlXPathCacheConvertString()4261 ret->type = XPATH_XSLT_TREE; in xmlXPathNewValueTree()4266 xmlXPathDebugObjUsageRequested(NULL, XPATH_XSLT_TREE); in xmlXPathNewValueTree()5296 case XPATH_XSLT_TREE: in xmlXPathObjectCopy()5363 if ((obj->type == XPATH_NODESET) || (obj->type == XPATH_XSLT_TREE)) { in xmlXPathFreeObject()[all …]
1862 case XPATH_XSLT_TREE: in xmlShellPrintXPathError()3069 case XPATH_XSLT_TREE: in xmlShell()3149 case XPATH_XSLT_TREE: in xmlShell()3227 case XPATH_XSLT_TREE: in xmlShell()
1614 case XPATH_XSLT_TREE: in xmlSchematronRunTest()
1590 case XPATH_XSLT_TREE: in xmlXIncludeLoadDoc()
107 XPATH_XSLT_TREE = 9 /* An XSLT value tree, non modifiable */ enumerator
210 || ((ctxt)->value->type == XPATH_XSLT_TREE)))