Searched refs:xmlXPathNewContext (Results 1 - 14 of 14) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/doc/tutorial/
H A Dincludexpath.c24 context = xmlXPathNewContext(doc);
26 printf("Error in xmlXPathNewContext\n");
/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A Dxpath2.c102 xpathCtx = xmlXPathNewContext(doc);
H A Dxpath1.c101 xpathCtx = xmlXPathNewContext(doc);
/vbox/src/libs/libxml2-2.6.31/
H A DtestXPath.c89 ctxt = xmlXPathNewContext(document);
H A DtestC14N.c273 ctx = xmlXPathNewContext(parent_doc);
H A Dschematron.c603 ret->xctxt = xmlXPathNewContext(NULL);
644 ret->xctxt = xmlXPathNewContext(NULL);
684 ret->xctxt = xmlXPathNewContext(doc);
1469 ret->xctxt = xmlXPathNewContext(NULL);
H A Drunsuite.c227 ctxtXPath = xmlXPathNewContext(NULL);
H A DdebugXML.c2482 ctxt->pctxt = xmlXPathNewContext(doc);
2829 ctxt->pctxt = xmlXPathNewContext(ctxt->doc);
H A Druntest.c2276 ctxt = xmlXPathNewContext(xpathDocument);
3574 ctx = xmlXPathNewContext(parent_doc);
H A Dxpointer.c1319 ret = xmlXPathNewContext(doc);
H A Delfgcchack.h16242 #undef xmlXPathNewContext macro
16243 extern __typeof (xmlXPathNewContext) xmlXPathNewContext __attribute((alias("xmlXPathNewContext__internal_alias")));
16245 #ifndef xmlXPathNewContext
16246 extern __typeof (xmlXPathNewContext) xmlXPathNewContext__internal_alias __attribute((visibility("hidden")));
16247 #define xmlXPathNewContext xmlXPathNewContext__internal_alias macro
H A Dxpath.c6009 * xmlXPathNewContext:
6017 xmlXPathNewContext(xmlDocPtr doc) { function
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxpath.h494 xmlXPathNewContext (xmlDocPtr doc);
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c12528 if (!PyArg_ParseTuple(args, (char *)"O:xmlXPathNewContext", &pyobj_doc))
12532 c_retval = xmlXPathNewContext(doc);

Completed in 237 milliseconds