Home
last modified time | relevance | path

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

/external/libxml2/doc/tutorial/
Dincludexpath.c24 context = xmlXPathNewContext(doc);
/external/libxml2/doc/examples/
Dxpath2.c102 xpathCtx = xmlXPathNewContext(doc); in example4()
Dxpath1.c101 xpathCtx = xmlXPathNewContext(doc); in execute_xpath_expression()
/external/libxml2/
DtestXPath.c89 ctxt = xmlXPathNewContext(document); in testXPath()
Dschematron.c610 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewParserCtxt()
651 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewMemParserCtxt()
691 ret->xctxt = xmlXPathNewContext(doc); in xmlSchematronNewDocParserCtxt()
1519 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewValidCtxt()
DtestC14N.c286 ctx = xmlXPathNewContext(parent_doc); in load_xpath_expr()
Drunxmlconf.c162 ctxtXPath = xmlXPathNewContext(NULL); in initializeLibxml2()
Drunsuite.c215 ctxtXPath = xmlXPathNewContext(NULL); in initializeLibxml2()
DdebugXML.c2490 ctxt->pctxt = xmlXPathNewContext(doc); in xmlShellLoad()
2838 ctxt->pctxt = xmlXPathNewContext(ctxt->doc); in xmlShell()
Dlibxml2.syms501 xmlXPathNewContext;
Druntest.c2363 ctxt = xmlXPathNewContext(xpathDocument); in testXPath()
3682 ctx = xmlXPathNewContext(parent_doc); in load_xpath_expr()
Dxpointer.c1303 ret = xmlXPathNewContext(doc); in xmlXPtrNewContext()
Delfgcchack.h16532 #undef xmlXPathNewContext
16533 extern __typeof (xmlXPathNewContext) xmlXPathNewContext __attribute((alias("xmlXPathNewContext__int…
16535 #ifndef xmlXPathNewContext
16536 extern __typeof (xmlXPathNewContext) xmlXPathNewContext__internal_alias __attribute((visibility("hi…
16537 #define xmlXPathNewContext xmlXPathNewContext__internal_alias macro
Dxmllint.c2135 ctxt = xmlXPathNewContext(doc); in doXPathQuery()
Dxpath.c6128 xmlXPathNewContext(xmlDocPtr doc) { in xmlXPathNewContext() function
DChangeLog1407 xmlXPathNewContext (libxslt bug #400242)
/external/libxml2/include/libxml/
Dxpath.h498 xmlXPathNewContext (xmlDocPtr doc);
/external/libxml2/os400/libxmlrpg/
Dxpath.rpgle551 d xmlXPathNewContext...
552 d pr extproc('xmlXPathNewContext')
/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c889 ctxt = xmlXPathNewContext(doc); in read_assocs()
1038 ctxt = xmlXPathNewContext(doc); in read_iana()
/external/libxml2/win32/
Dlibxml2.def.src2874 xmlXPathNewContext