Searched defs:doc (Results 76 - 81 of 81) sorted by relevance

1234

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c332 #define CAN_PARSE_SCHEMA(b) (((b)->doc != NULL) && ((b)->parsed == 0))
399 xmlDocPtr doc; member in struct:_xmlSchemaBucket
430 xmlDocPtr doc; /* The schema node-tree. */ member in struct:_xmlSchemaImport
454 xmlDocPtr doc; member in struct:_xmlSchemaInclude
606 xmlDocPtr doc; member in struct:_xmlSchemaParserCtxt
607 int preserve; /* Whether the doc should be freed */
972 xmlDocPtr doc; member in struct:_xmlSchemaValidCtxt
2075 if (vctxt->doc != NULL)
2076 file = (const char *) vctxt->doc->URL;
3515 if ((! bucket->preserveDoc) && (bucket->doc !
10278 xmlDocPtr doc = NULL; local
12467 xmlSchemaNewDocParserCtxt(xmlDocPtr doc) argument
28015 xmlSchemaValidateDoc(xmlSchemaValidCtxtPtr ctxt, xmlDocPtr doc) argument
[all...]
H A Dtestapi.c449 if (no == 1) return(xmlCreateMemoryParserCtxt("<doc/>", 6));
504 if ((val != NULL) && (val != api_doc) && (val->doc != api_doc))
900 if ((val != NULL) && (val != api_doc) && (val->doc != api_doc))
904 if ((val != NULL) && (val != api_doc) && (val->doc != api_doc))
1402 htmlDocPtr doc; /* the HTML document */ local
1413 doc = gen_htmlDocPtr(n_doc, 0);
1417 ret_val = htmlAutoCloseTag(doc, (const xmlChar *)name, elem);
1420 des_htmlDocPtr(n_doc, doc, 0);
2063 htmlDocPtr doc; /* the HTML document */ local
2071 doc
3050 htmlDocPtr doc; /* the document */ local
3202 xmlDocPtr doc; /* the document */ local
3249 xmlDocPtr doc; /* the document */ local
3296 xmlDocPtr doc; /* the document */ local
3357 xmlDocPtr doc; /* the document */ local
3417 xmlDocPtr doc; /* the document */ local
3613 htmlDocPtr doc; /* the document */ local
5324 xmlDocPtr doc; /* the XML document for canonization */ local
5393 xmlDocPtr doc; /* the XML document for canonization */ local
5469 xmlDocPtr doc; /* the XML document for canonization */ local
6946 xmlDocPtr doc; /* the document */ local
7117 xmlDocPtr doc; /* the document */ local
7156 xmlDocPtr doc; /* the document */ local
7195 xmlDocPtr doc; /* the document */ local
9090 xmlDocPtr doc; /* the document */ local
9157 xmlDocPtr doc; /* the document */ local
9363 xmlDocPtr doc; /* the document containing the string */ local
9402 xmlDocPtr doc; /* the document containing the string */ local
9441 xmlDocPtr doc; /* the document referencing the entity */ local
9480 xmlDocPtr doc; /* the document referencing the entity */ local
9519 xmlDocPtr doc; /* the document referencing the entity */ local
13466 xmlDocPtr doc; /* the document the chunk pertains to */ local
13542 xmlDocPtr doc; /* the document the chunk pertains to */ local
13915 xmlDocPtr doc; /* the document the chunk pertains to */ local
17470 xmlDocPtr doc; /* a preparsed document tree */ local
17641 xmlDocPtr doc; /* a parsed document tree */ local
17682 xmlDocPtr doc; /* a document instance */ local
17730 xmlDocPtr doc; /* a document instance */ local
17826 xmlDocPtr doc; /* a document instance */ local
18294 xmlDocPtr doc; /* the document */ local
18985 xmlDocPtr doc; /* the document */ local
19274 xmlDocPtr doc; /* the document pointer */ local
19541 xmlDocPtr doc; /* the doc */ local
19594 xmlDocPtr doc; /* the document */ local
19638 xmlDocPtr doc; /* the target document */ local
19978 xmlDocPtr doc; /* the document */ local
20011 xmlDocPtr doc; /* the document */ local
20054 xmlDocPtr doc; /* the document */ local
20148 xmlDocPtr doc; /* the document */ local
20180 xmlDocPtr doc; /* the document pointer */ local
20600 xmlDocPtr doc; /* the document */ local
20646 xmlDocPtr doc; /* the document */ local
20806 xmlDocPtr doc; /* the document */ local
20846 xmlDocPtr doc; /* the document owning the fragment */ local
20879 xmlDocPtr doc; /* the document */ local
20932 xmlDocPtr doc; /* the document */ local
20985 xmlDocPtr doc; /* the target document */ local
21031 xmlDocPtr doc; /* the document */ local
21079 xmlDocPtr doc; /* the document */ local
21134 xmlDocPtr doc; /* the document */ local
21173 xmlDocPtr doc; /* the document */ local
21219 xmlDocPtr doc; /* the document pointer */ local
21592 xmlDocPtr doc; /* the document */ local
21882 xmlDocPtr doc; /* the document */ local
21943 xmlDocPtr doc; /* the document */ local
22008 xmlDocPtr doc; /* the document the node pertains to */ local
22176 xmlDocPtr doc; /* the document */ local
22223 xmlDocPtr doc; /* the document */ local
22510 xmlDocPtr doc; /* the document */ local
22929 xmlDocPtr doc; /* the document */ local
22975 xmlDocPtr doc; /* the document */ local
23080 xmlDocPtr doc; /* the document */ local
23336 xmlDocPtr doc; /* the document */ local
23375 xmlDocPtr doc; /* the document */ local
24536 xmlDocPtr doc; /* the document owning the element declaration */ local
25110 xmlDocPtr doc; /* pointer to the document */ local
25159 xmlDocPtr doc; /* the document */ local
25205 xmlDocPtr doc; /* the document */ local
25244 xmlDocPtr doc; /* the document */ local
25290 xmlDocPtr doc; /* the document */ local
25386 xmlDocPtr doc; /* the document */ local
25425 xmlDocPtr doc; /* the document */ local
25607 xmlDocPtr doc; /* the document */ local
25788 xmlDocPtr doc; /* the document */ local
25845 xmlDocPtr doc; /* a document instance */ local
25934 xmlDocPtr doc; /* a document instance */ local
25975 xmlDocPtr doc; /* a document instance */ local
26016 xmlDocPtr doc; /* a document instance */ local
26064 xmlDocPtr doc; /* a document instance */ local
26105 xmlDocPtr doc; /* a document instance */ local
26153 xmlDocPtr doc; /* a document instance */ local
26337 xmlDocPtr doc; /* a document instance */ local
26385 xmlDocPtr doc; /* the document */ local
26433 xmlDocPtr doc; /* a document instance */ local
26495 xmlDocPtr doc; /* a document instance */ local
26543 xmlDocPtr doc; /* a document instance */ local
26612 xmlDocPtr doc; /* a document instance */ local
26715 xmlDocPtr doc; /* a document instance */ local
26770 xmlDocPtr doc; /* a document instance */ local
26890 xmlDocPtr doc; /* an XML document */ local
26924 xmlDocPtr doc; /* an XML document */ local
26965 xmlDocPtr doc; /* an XML document */ local
29887 xmlDocPtr doc; /* a preparsed document */ local
29926 xmlDocPtr doc; /* a preparsed document */ local
33410 xmlDocPtr doc; /* a document */ local
33806 xmlDocPtr doc; /* a preparsed document tree */ local
42672 xmlDocPtr doc; /* xmlDocPtr */ local
46249 xmlDocPtr doc; /* an input document */ local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dresolver.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ...
H A Djaxws-rt.jar ... prefix String name org.w3c.dom.Document doc org.w3c.dom.Element mexEl org. ...
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 117 milliseconds

1234