HomeSort by relevance Sort by last modified time
    Searched refs:XPATH_XSLT_TREE (Results 1 - 10 of 10) sorted by null

  /external/libxslt/libxslt/
extra.c 139 ((ctxt->value->type != XPATH_XSLT_TREE) &&
146 if (ctxt->value->type == XPATH_XSLT_TREE) {
functions.c 197 case XPATH_XSLT_TREE:
381 if ((obj2->type == XPATH_NODESET) || (obj2->type == XPATH_XSLT_TREE)) {
variables.c 259 if ((obj->type != XPATH_NODESET) && (obj->type != XPATH_XSLT_TREE))
    [all...]
transform.c     [all...]
  /external/libxml2/
xpath.c 1026 case XPATH_XSLT_TREE:
    [all...]
debugXML.c     [all...]
schematron.c     [all...]
xinclude.c     [all...]
  /external/libxml2/include/libxml/
xpath.h 108 XPATH_XSLT_TREE = 9 /* An XSLT value tree, non modifiable */
xpathInternals.h 210 || ((ctxt)->value->type == XPATH_XSLT_TREE)))

Completed in 1211 milliseconds