/external/libxml2/include/libxml/ |
xpath.h | 40 typedef xmlXPathContext *xmlXPathContextPtr; 376 xmlXPathContextPtr context; /* the evaluation context */ 497 XMLPUBFUN xmlXPathContextPtr XMLCALL 500 xmlXPathFreeContext (xmlXPathContextPtr ctxt); 502 xmlXPathContextSetCache(xmlXPathContextPtr ctxt, 513 xmlXPathContextPtr ctx); 517 xmlXPathContextPtr ctx); 520 xmlXPathContextPtr ctx); 523 xmlXPathContextPtr ctxt); 525 xmlXPathEvalPredicate (xmlXPathContextPtr ctxt [all...] |
xpathInternals.h | 335 xmlXPathRegisterVariableLookup (xmlXPathContextPtr ctxt, 344 xmlXPathRegisterFuncLookup (xmlXPathContextPtr ctxt, 425 xmlXPathRegisterNs (xmlXPathContextPtr ctxt, 429 xmlXPathNsLookup (xmlXPathContextPtr ctxt, 432 xmlXPathRegisteredNsCleanup (xmlXPathContextPtr ctxt); 435 xmlXPathRegisterFunc (xmlXPathContextPtr ctxt, 439 xmlXPathRegisterFuncNS (xmlXPathContextPtr ctxt, 444 xmlXPathRegisterVariable (xmlXPathContextPtr ctxt, 448 xmlXPathRegisterVariableNS (xmlXPathContextPtr ctxt, 453 xmlXPathFunctionLookup (xmlXPathContextPtr ctxt [all...] |
xpointer.h | 95 XMLPUBFUN xmlXPathContextPtr XMLCALL 101 xmlXPathContextPtr ctx);
|
debugXML.h | 117 xmlXPathContextPtr pctxt;
|
/external/libxml2/doc/examples/ |
xpath1.c | 26 int register_namespaces(xmlXPathContextPtr xpathCtx, const xmlChar* nsList); 87 xmlXPathContextPtr xpathCtx; 147 register_namespaces(xmlXPathContextPtr xpathCtx, const xmlChar* nsList) {
|
xpath2.c | 87 xmlXPathContextPtr xpathCtx;
|
/external/libxml2/doc/tutorial/ |
includexpath.c | 21 xmlXPathContextPtr context;
|
/external/libxml2/ |
testXPath.c | 81 xmlXPathContextPtr ctxt;
|
xpath.c | 635 xmlXPathErrMemory(xmlXPathContextPtr ctxt, const char *extra) 966 xmlXPathReleaseObject(xmlXPathContextPtr ctxt, xmlXPathObjectPtr obj); [all...] |
testC14N.c | 243 xmlXPathContextPtr ctx;
|
runxmlconf.c | 152 static xmlXPathContextPtr ctxtXPath;
|
schematron.c | 164 xmlXPathContextPtr xctxt; 193 xmlXPathContextPtr xctxt; /* the XPath context used for compilation */ [all...] |
xpointer.c | [all...] |
runsuite.c | 205 static xmlXPathContextPtr ctxtXPath;
|
runtest.c | [all...] |
xinclude.c | [all...] |
xmllint.c | [all...] |
/external/libxml2/python/ |
libxml_wrap.h | 76 xmlXPathContextPtr obj; 249 PyObject * libxml_xmlXPathContextPtrWrap(xmlXPathContextPtr ctxt);
|
types.c | 337 libxml_xmlXPathContextPtrWrap(xmlXPathContextPtr ctxt) 348 ret = PyCapsule_New((void *) ctxt, (char *) "xmlXPathContextPtr", NULL);
|
libxml.c | 72 xmlXPathContextPtr ctx; [all...] |
/external/libxml2/os400/iconv/bldcsndfa/ |
bldcsndfa.c | 873 xmlXPathContextPtr ctxt; 993 columnPosition(xmlXPathContextPtr ctxt, const xmlChar * header) 1018 xmlXPathContextPtr ctxt; [all...] |