Home
last modified time | relevance | path

Searched refs:xmlXPathNewContext (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/
Dschematron.c608 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewParserCtxt()
649 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewMemParserCtxt()
689 ret->xctxt = xmlXPathNewContext(doc); in xmlSchematronNewDocParserCtxt()
1517 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewValidCtxt()
DdebugXML.c2485 ctxt->pctxt = xmlXPathNewContext(doc); in xmlShellLoad()
2831 ctxt->pctxt = xmlXPathNewContext(ctxt->doc); in xmlShell()
Dxpointer.c1335 ret = xmlXPathNewContext(doc); in xmlXPtrNewContext()
Delfgcchack.h16358 #undef xmlXPathNewContext
16359 extern __typeof (xmlXPathNewContext) xmlXPathNewContext __attribute((alias("xmlXPathNewContext__int…
16361 #ifndef xmlXPathNewContext
16362 extern __typeof (xmlXPathNewContext) xmlXPathNewContext__internal_alias __attribute((visibility("hi…
16363 #define xmlXPathNewContext xmlXPathNewContext__internal_alias macro
Dxmllint.c2135 ctxt = xmlXPathNewContext(doc); in doXPathQuery()
Dxpath.c6036 xmlXPathNewContext(xmlDocPtr doc) { in xmlXPathNewContext() function
/external/libxml2/include/libxml/
Dxpath.h497 xmlXPathNewContext (xmlDocPtr doc);
/external/libxslt/libxslt/
Dxsltutils.c2123 xpathCtxt = xmlXPathNewContext(style->doc); in xsltXPathCompile()
2125 xpathCtxt = xmlXPathNewContext(style->doc); in xsltXPathCompile()
2131 xpathCtxt = xmlXPathNewContext(NULL); in xsltXPathCompile()
Dpattern.c335 xctxt = xmlXPathNewContext(ctxt->style->doc); in xsltCompMatchAdd()
337 xctxt = xmlXPathNewContext(NULL); in xsltCompMatchAdd()
Dxslt.c596 ret->xpathCtxt = xmlXPathNewContext(NULL); in xsltCompilationCtxtCreate()
Dtransform.c485 cur->xpathCtxt = xmlXPathNewContext(doc); in xsltNewTransformContext()