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

  /external/libxml2/doc/tutorial/
includexpath.c 24 context = xmlXPathNewContext(doc);
26 printf("Error in xmlXPathNewContext\n");
  /external/libxml2/doc/examples/
xpath2.c 102 xpathCtx = xmlXPathNewContext(doc);
xpath1.c 101 xpathCtx = xmlXPathNewContext(doc);
  /external/libxml2/
testXPath.c 89 ctxt = xmlXPathNewContext(document);
testC14N.c 286 ctx = xmlXPathNewContext(parent_doc);
schematron.c 610 ret->xctxt = xmlXPathNewContext(NULL);
651 ret->xctxt = xmlXPathNewContext(NULL);
691 ret->xctxt = xmlXPathNewContext(doc);
    [all...]
runxmlconf.c 162 ctxtXPath = xmlXPathNewContext(NULL);
libxml2.syms 501 xmlXPathNewContext;
    [all...]
runsuite.c 215 ctxtXPath = xmlXPathNewContext(NULL);
debugXML.c     [all...]
runtest.c     [all...]
xpointer.c     [all...]
xmllint.c     [all...]
elfgcchack.h     [all...]
xpath.c     [all...]
  /external/libxml2/include/libxml/
xpath.h 498 xmlXPathNewContext (xmlDocPtr doc);
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 889 ctxt = xmlXPathNewContext(doc);
1038 ctxt = xmlXPathNewContext(doc);
    [all...]

Completed in 121 milliseconds