Searched defs:xpath (Results 1 - 7 of 7) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/ |
H A D | testC14N.c | 23 #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 D | runsuite.c | 30 #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 D | schematron.c | 32 #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 D | runtest.c | 42 #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 D | xmlschemas.c | 725 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...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
H A D | jaxws-tools.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ... |
Completed in 112 milliseconds