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

  /external/libxml2/include/libxml/
xpath.h 497 xmlXPathNewContext (xmlDocPtr doc);
  /external/libxml2/
schematron.c 608 ret->xctxt = xmlXPathNewContext(NULL);
649 ret->xctxt = xmlXPathNewContext(NULL);
689 ret->xctxt = xmlXPathNewContext(doc);
    [all...]
debugXML.c     [all...]
xmllint.c     [all...]
xpointer.c     [all...]
elfgcchack.h     [all...]
xpath.c     [all...]
  /external/libxslt/libxslt/
xsltutils.c     [all...]
pattern.c 335 xctxt = xmlXPathNewContext(ctxt->style->doc);
337 xctxt = xmlXPathNewContext(NULL);
    [all...]
transform.c 485 cur->xpathCtxt = xmlXPathNewContext(doc);
488 "xsltNewTransformContext : xmlXPathNewContext failed\n");
    [all...]
xslt.c 596 ret->xpathCtxt = xmlXPathNewContext(NULL);
    [all...]

Completed in 552 milliseconds