Home
last modified time | relevance | path

Searched refs:XPATH_XSLT_TREE (Results 1 – 10 of 10) sorted by relevance

/external/libxslt/libxslt/
Dextra.c139 ((ctxt->value->type != XPATH_XSLT_TREE) && in xsltFunctionNodeSet()
146 if (ctxt->value->type == XPATH_XSLT_TREE) { in xsltFunctionNodeSet()
Dfunctions.c197 case XPATH_XSLT_TREE: in xsltDocumentFunctionLoadDocument()
381 if ((obj2->type == XPATH_NODESET) || (obj2->type == XPATH_XSLT_TREE)) { in xsltKeyFunction()
Dvariables.c259 if ((obj->type != XPATH_NODESET) && (obj->type != XPATH_XSLT_TREE)) in xsltExtensionInstructionResultRegister()
Dtransform.c4295 } else if (res->type == XPATH_XSLT_TREE) { in xsltCopyOf()
/external/libxml2/
Dxpath.c1025 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 …]
DdebugXML.c1862 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()
Dschematron.c1614 case XPATH_XSLT_TREE: in xmlSchematronRunTest()
Dxinclude.c1590 case XPATH_XSLT_TREE: in xmlXIncludeLoadDoc()
/external/libxml2/include/libxml/
Dxpath.h107 XPATH_XSLT_TREE = 9 /* An XSLT value tree, non modifiable */ enumerator
DxpathInternals.h210 || ((ctxt)->value->type == XPATH_XSLT_TREE)))