Searched defs:document (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A Dparse3.c3 * synopsis: Parse an XML document in memory to a tree and free it
16 static const char *document = "<doc/>"; variable
20 * @content: the content of the document
23 * Parse the in memory document and free the resulting tree
27 xmlDocPtr doc; /* the resulting document tree */
30 * The document being in memory, it have no base per RFC 2396,
35 fprintf(stderr, "Failed to parse document\n");
49 example3Func(document, 6);
/vbox/src/libs/libxml2-2.6.31/
H A DtestXPath.c49 static xmlDocPtr document = NULL; variable
52 * Default document
85 ctxt = xmlXPtrNewContext(document, NULL, NULL);
89 ctxt = xmlXPathNewContext(document);
90 ctxt->node = xmlDocGetRootElement(document);
179 if (document == NULL) {
181 document = xmlReadDoc(buffer,NULL,NULL,XML_PARSE_COMPACT);
183 document = xmlReadFile(filename,NULL,XML_PARSE_COMPACT);
210 printf("\t-i filename : read the document from filename\n");
214 if (document !
[all...]
H A Drelaxng.c225 xmlDocPtr document; member in struct:_xmlRelaxNGParserCtxt
234 /* the document stack */
253 int freedoc; /* need to free the document */
356 xmlDocPtr doc; /* the document being validated */
396 * Structure associated to a RelaxNGs document element
401 xmlDocPtr doc; /* the associated XML document */
409 * Structure associated to a RelaxNGs document element
414 xmlDocPtr doc; /* the associated XML document */
672 * @docu: a document structure
674 * Deallocate a RelaxNG document structur
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jar ... tools/ws/wsdl/document/mime/ com/sun/tools/ws/wsdl/document/schema/ com/sun/tools/ws/wsdl/document/soap/ com/sun ...
H A Djaxws-rt.jar ... wsdl/writer/document/soap/ com/sun/xml/ws/wsdl/writer/document/soap12/ com/sun/xml/ws/wsdl/writer/document/xsd/ META ...
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 73 milliseconds