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

  /external/webkit/Source/WebCore/xml/
XSLTExtensions.cpp 74 ret->type = XPATH_NODESET;
  /external/libxslt/libxslt/
extra.c 140 (ctxt->value->type != XPATH_NODESET))) {
147 ctxt->value->type = XPATH_NODESET;
functions.c 189 case XPATH_NODESET:
246 if (ctxt->value->type != XPATH_NODESET) {
256 if (ctxt->value->type == XPATH_NODESET) {
381 if ((obj2->type == XPATH_NODESET) || (obj2->type == XPATH_XSLT_TREE)) {
667 if ((ctxt->value == NULL) || (ctxt->value->type != XPATH_NODESET)) {
transform.c     [all...]
variables.c 259 if ((obj->type != XPATH_NODESET) && (obj->type != XPATH_XSLT_TREE))
    [all...]
pattern.c 567 if (newlist->type != XPATH_NODESET) {
    [all...]
  /external/libxml2/
xpath.c 1021 case XPATH_NODESET:
    [all...]
xpointer.c 554 case XPATH_NODESET:
584 case XPATH_NODESET: {
926 CHECK_TYPE(XPATH_NODESET);
1175 case XPATH_NODESET: {
    [all...]
debugXML.c     [all...]
schematron.c     [all...]
xinclude.c 1125 case XPATH_NODESET: {
    [all...]
  /external/libxml2/include/libxml/
xpath.h 99 XPATH_NODESET = 1,
xpathInternals.h 209 && (((ctxt)->value->type == XPATH_NODESET) \

Completed in 137 milliseconds