Searched refs:xpath (Results 1 - 24 of 24) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/doc/tutorial/
H A Dincludexpath.c3 #include <libxml/xpath.h>
19 getnodeset (xmlDocPtr doc, xmlChar *xpath){
29 result = xmlXPathEvalExpression(xpath, context);
47 xmlChar *xpath = (xmlChar*) "//keyword";
60 result = getnodeset (doc, xpath);
/vbox/src/libs/libxml2-2.6.31/
H A DtestC14N.c23 #include <libxml/xpath.h>
31 "Usage: %s <mode> <xml-file> [<xpath-expr>] [<inclusive-ns-list>]\n",
55 xmlXPathObjectPtr xpath = NULL; local
82 * load xpath file if specified
85 xpath = load_xpath_expr(doc, xpath_filename);
86 if(xpath == NULL) {
87 fprintf(stderr,"Error: unable to evaluate xpath expression\n");
98 (xpath) ? xpath->nodesetval : NULL,
116 if(xpath !
227 xmlXPathObjectPtr xpath; local
[all...]
H A Drunsuite.c30 #include <libxml/xpath.h>
250 getNext(xmlNodePtr cur, const char *xpath) { argument
255 if ((cur == NULL) || (cur->doc == NULL) || (xpath == NULL))
259 comp = xmlXPathCompile(BAD_CAST xpath);
261 fprintf(stderr, "Failed to compile %s\n", xpath);
278 getString(xmlNodePtr cur, const char *xpath) { argument
283 if ((cur == NULL) || (cur->doc == NULL) || (xpath == NULL))
287 comp = xmlXPathCompile(BAD_CAST xpath);
289 fprintf(stderr, "Failed to compile %s\n", xpath);
1182 fprintf(stderr, "runsuite requires support for schemas and xpath i
[all...]
H A Druntest.c42 #include <libxml/xpath.h>
3528 xmlXPathObjectPtr xpath; local
3598 * Evaluate xpath
3600 xpath = xmlXPathEvalExpression(expr, ctx);
3601 if(xpath == NULL) {
3602 fprintf(stderr,"Error: unable to evaluate xpath expression\n");
3609 /* print_xpath_nodes(xpath->nodesetval); */
3614 return(xpath);
3678 xmlXPathObjectPtr xpath = NULL; local
3709 * load xpath fil
3770 char *xpath = NULL; local
[all...]
H A DtestXPath.c31 #include <libxml/xpath.h>
H A Dschematron.c32 #include <libxml/xpath.h>
1237 xmlNodePtr cur, const xmlChar *xpath) {
1241 if ((ctxt == NULL) || (cur == NULL) || (xpath == NULL))
1246 ret = xmlXPathEval(xpath, ctxt->xctxt);
1236 xmlSchematronGetNode(xmlSchematronValidCtxtPtr ctxt, xmlNodePtr cur, const xmlChar *xpath) argument
H A Dxmlschemas.c725 const xmlChar *xpath; /* the XPath expression */ member in struct:_xmlSchemaIDCSelect
7982 * c-selector-xpath:
7999 if (selector->xpath == NULL) {
8049 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath,
8052 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath,
8063 "compiled", selector->xpath);
8206 (!xmlStrEqual(attr->name, BAD_CAST "xpath"))) {
8228 * Attribute "xpath" (mandatory).
8230 attr = xmlSchemaGetPropNode(node, "xpath");
8237 item->xpath
[all...]
H A Dxmllint.c77 #include <libxml/xpath.h>
H A Dxpointer.c33 #include <libxml/xpath.h>
H A Dxmlschemastypes.c21 #include <libxml/xpath.h>
H A Dparser.c13159 #include <libxml/xpath.h>
H A Dxpath.c2 * xpath.c: XML Path Language implementation
7 * http://www.w3.org/TR/1999/REC-xpath-19991116
9 * http://www.w3.org/TR/xpath
41 #include <libxml/xpath.h>
8370 *http://www.w3.org/Style/XSL/Group/1999/07/xpath-19990705.html#corelib *
11604 * Also set the xpath document in case things like
11752 * Also set the xpath document in case things like
13045 * Also set the xpath document in case things like
13717 * Also set the xpath document in case things like
H A Dconfigure1632 --with-xpath add the XPATH support (on)
20554 # Check whether --with-xpath was given.
28780 XPATH_OBJ=xpath.o
H A Dtestapi.c200 #include <libxml/xpath.h>
1170 #include <libxml/xpath.h>
7829 xmlXPathObjectPtr list; /* a valid result generated by an xpath evaluation */
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dc14n.h28 #include <libxml/xpath.h>
H A Dxpointer.h25 #include <libxml/xpath.h>
H A DdebugXML.h19 #include <libxml/xpath.h>
H A DxpathInternals.h16 #include <libxml/xpath.h>
/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A Dxpath2.c6 * usage: xpath2 <xml-file> <xpath-expr> <new-value>
18 #include <libxml/xpath.h>
70 fprintf(stderr, "Usage: %s <xml-file> <xpath-expr> <value>\n", name);
76 * @xpathExpr: the xpath expression for evaluation.
101 /* Create xpath evaluation context */
109 /* Evaluate xpath expression */
112 fprintf(stderr,"Error: unable to evaluate xpath expression \"%s\"\n", xpathExpr);
H A Dxpath1.c6 * usage: xpath1 <xml-file> <xpath-expr> [<known-ns-list>]
18 #include <libxml/xpath.h>
68 fprintf(stderr, "Usage: %s <xml-file> <xpath-expr> [<known-ns-list>]\n", name);
76 * @xpathExpr: the xpath expression for evaluation.
100 /* Create xpath evaluation context */
116 /* Evaluate xpath expression */
119 fprintf(stderr,"Error: unable to evaluate xpath expression \"%s\"\n", xpathExpr);
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml_wrap.h10 #include <libxml/xpath.h>
H A Dlibxml.c20 #include <libxml/xpath.h>
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...

Completed in 364 milliseconds