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

1234

/vbox/src/libs/libxml2-2.6.31/
H A DdebugXML.c45 xmlDocPtr doc; /* current document */ member in struct:_xmlDebugCtxt
47 xmlDictPtr dict; /* the doc dictionnary */
65 ctxt->doc = NULL;
272 xmlDocPtr doc; local
275 doc = node->doc;
280 if (node->doc == NULL) {
282 "Node has no doc\n");
285 dict = doc->dict;
289 if (doc
1094 xmlCtxtDumpDocHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1170 xmlCtxtDumpDocumentHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1210 xmlCtxtDumpDocument(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1278 xmlCtxtDumpEntities(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) argument
1394 xmlDebugDumpEntities(FILE * output, xmlDocPtr doc) argument
1499 xmlDebugDumpDocumentHead(FILE * output, xmlDocPtr doc) argument
1520 xmlDebugDumpDocument(FILE * output, xmlDocPtr doc) argument
1571 xmlDebugCheckDocument(FILE * output, xmlDocPtr doc) argument
2453 xmlDocPtr doc; local
2798 xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input, FILE * output) argument
[all...]
H A Dschematron.c132 xmlDocPtr doc; /* pointer to the parsed document */ member in struct:_xmlSchematron
176 xmlDocPtr doc; member in struct:_xmlSchematronParserCtxt
177 int preserve; /* Whether the doc should be freed */
561 if ((schema->doc != NULL) && (!(schema->preserve)))
562 xmlFreeDoc(schema->doc);
656 * @doc: a preparsed document tree
664 xmlSchematronNewDocParserCtxt(xmlDocPtr doc) argument
668 if (doc == NULL)
680 ret->doc = doc;
1073 xmlDocPtr doc; local
[all...]
H A Dxinclude.c55 xmlDocPtr doc; /* the parsed document */ member in struct:_xmlXIncludeRef
59 int count; /* how many refs use that specific doc */
65 xmlDocPtr doc; /* the source document */ member in struct:_xmlXIncludeCtxt
90 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree);
198 if (ref->doc != NULL) {
200 xmlGenericError(xmlGenericErrorContext, "Freeing doc %s\n", ref->URI);
202 xmlFreeDoc(ref->doc);
242 ret->doc = NULL;
272 * @doc: an XML Document
279 xmlXIncludeNewContext(xmlDocPtr doc) { argument
653 xmlXIncludeRecurseDoc(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, const xmlURL url ATTRIBUTE_UNUSED) argument
1232 xmlDocPtr doc; member in struct:_xmlXIncludeMergeData
1248 xmlDocPtr doc; local
1322 xmlXIncludeMergeEntities(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlDocPtr from) argument
1384 xmlDocPtr doc; local
2315 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree) argument
2429 xmlXIncludeProcessFlagsData(xmlDocPtr doc, int flags, void *data) argument
2464 xmlXIncludeProcessFlags(xmlDocPtr doc, int flags) argument
2478 xmlXIncludeProcess(xmlDocPtr doc) argument
[all...]
H A Dxmlsave.c82 xmlDocPtr doc; member in struct:_xmlSaveCtxt
423 * @doc: the document
437 xmlAttrSerializeTxtContent(buf->buffer, attr->doc,
522 xmlDocPtr doc; local
550 if ((dtd->notations != NULL) && ((dtd->doc == NULL) ||
551 (dtd->doc->intSubset == dtd))) {
556 doc = ctxt->doc;
559 ctxt->doc = dtd->doc;
1627 xmlSaveDoc(xmlSaveCtxtPtr ctxt, xmlDocPtr doc) argument
1744 xmlAttrSerializeTxtContent(xmlBufferPtr buf, xmlDocPtr doc, xmlAttrPtr attr, const xmlChar * string) argument
1878 xmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, int format) argument
1930 xmlElemDump(FILE * f, xmlDocPtr doc, xmlNodePtr cur) argument
1984 xmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, int format, const char *encoding) argument
[all...]
H A Dxpointer.c1037 ctxt->context->node = (xmlNodePtr)ctxt->context->doc;
1306 * @doc: the XML document
1316 xmlXPtrNewContext(xmlDocPtr doc, xmlNodePtr here, xmlNodePtr origin) { argument
1319 ret = xmlXPathNewContext(doc);
1393 (set->nodeTab[0] != (xmlNodePtr) ctx->doc))
1959 (ctxt->context->doc == NULL))
1971 if (node == (xmlNodePtr) ctxt->context->doc) {
2075 (ctxt->context->doc == NULL))
H A Dcatalog.c528 * @doc: the containing document
536 xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) {
556 node = xmlNewDocNode(doc, ns, BAD_CAST "nextCatalog", NULL);
563 node = xmlNewDocNode(doc, ns, BAD_CAST "group", NULL);
567 xns = xmlSearchNsByHref(doc, node, XML_XML_NAMESPACE);
582 xmlDumpXMLCatalogNode(cur->next, node, doc, ns, cur);
586 node = xmlNewDocNode(doc, ns, BAD_CAST "public", NULL);
592 node = xmlNewDocNode(doc, ns, BAD_CAST "system", NULL);
598 node = xmlNewDocNode(doc, ns, BAD_CAST "rewriteSystem", NULL);
604 node = xmlNewDocNode(doc, n
535 xmlDumpXMLCatalogNode(xmlCatalogEntryPtr catal, xmlNodePtr catalog, xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) argument
655 xmlDocPtr doc; local
1339 xmlDocPtr doc; local
1407 xmlCatalogEntryPtr doc; local
[all...]
H A Dxmllint.c1702 fprintf(stderr, "SAX generated a doc !\n");
1966 static void walkDoc(xmlDocPtr doc) { argument
1976 root = xmlDocGetRootElement(doc);
1985 patternc = xmlPatterncompile((const xmlChar *) pattern, doc->dict,
2006 reader = xmlReaderWalker(doc);
2022 endTimer("walking through the doc");
2026 fprintf(stderr, "failed to walk through the doc\n");
2048 xmlDocPtr doc = NULL; local
2062 doc = xmlNewDoc(BAD_CAST "1.0");
2063 n = xmlNewDocNode(doc, NUL
[all...]
H A Dxmlwriter.c94 xmlDocPtr doc; member in struct:_xmlTextWriter
221 ret->doc = xmlNewDoc(NULL);
350 * @doc: address of a xmlDocPtr to hold the new XML document tree
353 * Create a new xmlNewTextWriter structure with @*doc as output
358 xmlNewTextWriterDoc(xmlDocPtr * doc, int compression) argument
399 if (doc != NULL) {
400 *doc = ctxt->myDoc;
409 * @doc: xmlDocPtr
410 * @node: xmlNodePtr or NULL for doc->children
413 * Create a new xmlNewTextWriter structure with @doc a
419 xmlNewTextWriterTree(xmlDocPtr doc, xmlNodePtr node, int compression) argument
4491 xmlDocPtr doc; local
[all...]
H A Druntest.c1740 xmlDocPtr doc; local
1749 doc = xmlParseFile(filename);
1751 doc = xmlReadFile(filename, NULL, 0);
1753 if (doc == NULL)
1760 xmlSaveFile(temp, doc);
1764 xmlFreeDoc(doc);
1770 doc = xmlParseFile(temp);
1772 doc = xmlReadFile(temp, NULL, 0);
1774 if (doc == NULL)
1776 xmlSaveFile(temp, doc);
1804 xmlDocPtr doc; local
1902 xmlDocPtr doc; local
1949 xmlDocPtr doc; local
2001 xmlDocPtr doc; local
2204 xmlDocPtr doc; local
2820 xmlDocPtr doc; local
2889 xmlDocPtr doc; local
3063 xmlDocPtr doc; local
3398 xmlDocPtr doc; local
3529 xmlDocPtr doc; local
3677 xmlDocPtr doc; local
[all...]
H A Dvalid.c510 xmlGenericError(xmlGenericErrorContext, "?doc? ");
631 if (doc == NULL) return(0); \
632 else if ((doc->intSubset == NULL) && \
633 (doc->extSubset == NULL)) return(0)
909 * @doc: the document
918 xmlNewDocElementContent(xmlDocPtr doc, const xmlChar *name, argument
923 if (doc != NULL)
924 dict = doc->dict;
997 * @doc: the document owning the element declaration
1005 xmlCopyDocElementContent(xmlDocPtr doc, xmlElementContentPt argument
1098 xmlFreeDocElementContent(xmlDocPtr doc, xmlElementContentPtr cur) argument
2617 xmlAddID(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, xmlAttrPtr attr) argument
2715 xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) argument
2775 xmlRemoveID(xmlDocPtr doc, xmlAttrPtr attr) argument
2812 xmlGetID(xmlDocPtr doc, const xmlChar *ID) argument
2938 xmlAddRef(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, xmlAttrPtr attr) argument
3053 xmlIsRef(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) argument
3093 xmlRemoveRef(xmlDocPtr doc, xmlAttrPtr attr) argument
3150 xmlGetRefs(xmlDocPtr doc, const xmlChar *ID) argument
3390 xmlValidateNotationUse(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *notationName) argument
3421 xmlIsMixedElement(xmlDocPtr doc, const xmlChar *name) argument
3765 xmlValidateAttributeValue2(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *name, xmlAttributeType type, const xmlChar *value) argument
3881 xmlValidCtxtNormalizeAttributeValue(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *name, const xmlChar *value) argument
3967 xmlValidNormalizeAttributeValue(xmlDocPtr doc, xmlNodePtr elem, const xmlChar *name, const xmlChar *value) argument
4044 xmlValidateAttributeDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlAttributePtr attr) argument
4154 xmlValidateElementDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlElementPtr elem) argument
4276 xmlValidateOneAttribute(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr, const xmlChar *value) argument
4453 xmlValidateOneNamespace(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *prefix, xmlNsPtr ns, const xmlChar *value) argument
5442 xmlValidateOneCdataElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
5576 xmlValidGetElemDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, int *extsubset) argument
5639 xmlValidatePushElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *qname) argument
5867 xmlValidateOneElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
6231 xmlValidateRoot(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
6295 xmlValidateElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
6487 xmlValidateDocumentFinal(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
6531 xmlValidateDtd(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlDtdPtr dtd) argument
6587 xmlDocPtr doc; local
6671 xmlValidateDtdFinal(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
6719 xmlValidateDocument(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
[all...]
H A Dxmlreader.c97 xmlDocPtr doc; /* when walking an existing doc */ member in struct:_xmlTextReader
208 if (id->doc != NULL)
209 dict = id->doc->dict;
218 * @doc: the document
226 xmlTextReaderRemoveID(xmlDocPtr doc, xmlAttrPtr attr) { argument
231 if (doc == NULL) return(-1);
233 table = (xmlIDTablePtr) doc->ids;
239 ID = xmlNodeListGetString(doc, attr->children, 1);
270 if ((cur->parent != NULL) && (cur->parent->doc !
1657 xmlDocPtr doc; local
1703 xmlDocPtr doc; local
2867 xmlDocPtr doc = NULL; local
4450 xmlDocPtr doc = NULL; local
4478 xmlDocPtr doc = NULL; local
5093 xmlReaderWalker(xmlDocPtr doc) argument
5292 xmlReaderNewWalker(xmlTextReaderPtr reader, xmlDocPtr doc) argument
[all...]
H A DHTMLparser.c1245 * @doc: the HTML document
1257 htmlAutoCloseTag(htmlDocPtr doc, const xmlChar *name, htmlNodePtr elem) { argument
1265 if (htmlAutoCloseTag(doc, name, child)) return(1);
1273 * @doc: the HTML document
1283 htmlIsAutoClosed(htmlDocPtr doc, htmlNodePtr elem) { argument
1289 if (htmlAutoCloseTag(doc, elem->name, child)) return(1);
2134 cur->doc = cur;
4145 * Then possibly doc type declaration(s) and more Misc
H A Dparser.c220 xmlParseExternalEntityPrivate(xmlDocPtr doc, xmlParserCtxtPtr oldctxt,
6324 list->doc = ctxt->myDoc;
9491 * Then possibly doc type declaration(s) and more Misc
11240 ret->doc = NULL;
11243 tmp->doc = NULL;
11355 ret->doc = NULL;
11358 tmp->doc = NULL;
11495 newDoc->children->doc = ctx->myDoc;
11602 * @doc: the document the chunk pertains to
11618 xmlParseExternalEntityPrivate(xmlDocPtr doc, xmlParserCtxtPt argument
11826 xmlParseExternalEntity(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst) argument
11853 xmlParseBalancedChunkMemory(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst) argument
12064 xmlDocPtr doc = NULL; local
12270 xmlParseBalancedChunkMemoryRecover(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst, int recover) argument
[all...]
H A Dtree.c52 xmlNsPtr xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns);
830 * @doc: the document pointer
841 xmlNewDtd(xmlDocPtr doc, const xmlChar *name, argument
845 if ((doc != NULL) && (doc->extSubset != NULL)) {
849 /* !!! */ (char *) name, doc->name,
850 /* !!! */ (char *)doc->extSubset->name);
872 if (doc != NULL)
873 doc->extSubset = cur;
874 cur->doc
890 xmlGetIntSubset(xmlDocPtr doc) argument
915 xmlCreateIntSubset(xmlDocPtr doc, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
1238 xmlStringLenGetNodeList(xmlDocPtr doc, const xmlChar *value, int len) argument
1435 xmlStringGetNodeList(xmlDocPtr doc, const xmlChar *value) argument
1622 xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) argument
1704 xmlNodeListGetRawString(xmlDocPtr doc, xmlNodePtr list, int inLine) argument
1780 xmlDocPtr doc = NULL; local
1943 xmlNewDocProp(xmlDocPtr doc, const xmlChar *name, const xmlChar *value) argument
2093 xmlNewDocPI(xmlDocPtr doc, const xmlChar *name, const xmlChar *content) argument
2245 xmlNewDocNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2282 xmlNewDocNodeEatName(xmlDocPtr doc, xmlNsPtr ns, xmlChar *name, const xmlChar *content) argument
2311 xmlNewDocRawNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2334 xmlNewDocFragment(xmlDocPtr doc) argument
2479 xmlNewCharRef(xmlDocPtr doc, const xmlChar *name) argument
2522 xmlNewReference(xmlDocPtr doc, const xmlChar *name) argument
2578 xmlNewDocText(xmlDocPtr doc, const xmlChar *content) argument
2630 xmlNewDocTextLen(xmlDocPtr doc, const xmlChar *content, int len) argument
2680 xmlNewCDataBlock(xmlDocPtr doc, const xmlChar *content, int len) argument
2713 xmlNewDocComment(xmlDocPtr doc, const xmlChar *content) argument
2729 xmlSetTreeDoc(xmlNodePtr tree, xmlDocPtr doc) argument
2757 xmlSetListDoc(xmlNodePtr list, xmlDocPtr doc) argument
3504 xmlDocPtr doc; local
3666 xmlCopyPropInternal(xmlDocPtr doc, xmlNodePtr target, xmlAttrPtr cur) argument
3825 xmlStaticCopyNode(const xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent, int extended) argument
3974 xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent) argument
4044 xmlDocCopyNode(const xmlNodePtr node, xmlDocPtr doc, int extended) argument
4060 xmlDocCopyNodeList(xmlDocPtr doc, const xmlNodePtr node) argument
4178 xmlCopyDoc(xmlDocPtr doc, int recursive) argument
4520 xmlDocGetRootElement(xmlDocPtr doc) argument
4546 xmlDocSetRootElement(xmlDocPtr doc, xmlNodePtr root) argument
4744 xmlDocPtr doc; local
4833 xmlDocPtr doc = (xmlDocPtr) cur; local
4876 xmlNodeGetBase(xmlDocPtr doc, xmlNodePtr cur) argument
5543 xmlTreeEnsureXMLDecl(xmlDocPtr doc) argument
5583 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) argument
5712 xmlSearchNsByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) argument
5804 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) argument
5873 xmlReconciliateNs(xmlDocPtr doc, xmlNodePtr tree) argument
6099 xmlDocPtr doc = node->doc; local
6217 xmlDocPtr doc; local
7198 xmlGetDocCompressMode(xmlDocPtr doc) argument
7212 xmlSetDocCompressMode(xmlDocPtr doc, int mode) argument
7412 xmlDOMWrapStoreNs(xmlDocPtr doc, const xmlChar *nsName, const xmlChar *prefix) argument
7657 xmlDOMWrapRemoveNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr node, int options ATTRIBUTE_UNUSED) argument
7790 xmlSearchNsByNamespaceStrict(xmlDocPtr doc, xmlNodePtr node, const xmlChar* nsName, xmlNsPtr *retNs, int prefixed) argument
7890 xmlSearchNsByPrefixStrict(xmlDocPtr doc, xmlNodePtr node, const xmlChar* prefix, xmlNsPtr *retNs) argument
7955 xmlDOMWrapNSNormDeclareNsForced(xmlDocPtr doc, xmlNodePtr elem, const xmlChar *nsName, const xmlChar *prefix, int checkShadow) argument
8031 xmlDOMWrapNSNormAquireNormalizedNs(xmlDocPtr doc, xmlNodePtr elem, xmlNsPtr ns, xmlNsPtr *retNs, xmlNsMapPtr *nsMap, int depth, int ancestorsOnly, int prefixed) argument
8179 xmlDocPtr doc; local
[all...]
H A Drelaxng.c179 xmlDocPtr doc; member in struct:_xmlRelaxNG
235 xmlRelaxNGDocumentPtr doc; /* Current parsed external ref */ member in struct:_xmlRelaxNGParserCtxt
356 xmlDocPtr doc; /* the document being validated */ member in struct:_xmlRelaxNGValidCtxt
401 xmlDocPtr doc; /* the associated XML document */ member in struct:_xmlRelaxNGInclude
414 xmlDocPtr doc; /* the associated XML document */ member in struct:_xmlRelaxNGDocument
684 if (docu->doc != NULL)
685 xmlFreeDoc(docu->doc);
723 if (incl->doc != NULL)
724 xmlFreeDoc(incl->doc);
783 if (schema->doc !
1596 xmlDocPtr doc; local
1933 xmlDocPtr doc; local
6660 xmlRelaxNGNewDocParserCtxt(xmlDocPtr doc) argument
7311 xmlRelaxNGCleanupDoc(xmlRelaxNGParserCtxtPtr ctxt, xmlDocPtr doc) argument
7342 xmlDocPtr doc; local
10549 xmlRelaxNGValidateDocument(xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc) argument
10796 xmlRelaxNGValidateDoc(xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc) argument
[all...]
H A Dxpath.c2828 * @doc: an input document
2840 xmlXPathOrderDocElems(xmlDocPtr doc) { argument
2844 if (doc == NULL)
2846 cur = doc->children;
2863 if (cur == (xmlNodePtr) doc) {
2943 (node1->doc == node2->doc)) {
3006 (node1->doc == node2->doc)) {
3057 (node1->doc
6017 xmlXPathNewContext(xmlDocPtr doc) argument
8483 xmlXPathGetElementsByIds(xmlDocPtr doc, const xmlChar *ids) argument
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxpath.h285 xmlDocPtr doc; /* The current document */ member in struct:_xmlXPathContext
494 xmlXPathNewContext (xmlDocPtr doc);
506 xmlXPathOrderDocElems (xmlDocPtr doc);
H A Dtree.h221 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttribute
314 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlElement
374 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlDtd
402 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttr
422 struct _xmlDoc *doc; /* The document holding the ID */ member in struct:_xmlID
457 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlNode
502 struct _xmlDoc *doc; /* autoreference to itself */ member in struct:_xmlDoc
684 xmlCreateIntSubset (xmlDocPtr doc,
689 xmlNewDtd (xmlDocPtr doc,
694 xmlGetIntSubset (xmlDocPtr doc);
[all...]
H A DschemasInternals.h928 xmlDocPtr doc; member in struct:_xmlSchema
/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp763 * @param doc The xml document to fill.
771 xml::Document &doc,
776 xml::ElementNode *pelmRoot = doc.createRootElement("Envelope");
2079 xml::Document doc; local
2081 i_buildXML(writeLock, doc, stack, pTask->locInfo.strPath, pTask->enFormat);
2090 writer.write(doc, &pvBuf, &cbSize);
770 i_buildXML(AutoWriteLockBase& writeLock, xml::Document &doc, XMLStack &stack, const Utf8Str &strPath, ovf::OVFVersion_T enFormat) argument
/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.cpp195 xml::Document doc; local
198 parser.read(m->m_leaseStorageFilename.c_str(), doc);
206 xml::ElementNode *root = doc.getRootElement();
255 xml::Document doc;
257 xml::ElementNode *root = doc.createRootElement(tagXMLLeases.c_str());
274 xml::XmlFileWriter writer(doc);
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp1728 * @param doc Reference to the output document. This will be reset
1733 Document &doc)
1740 doc.m->reset();
1741 if (!(doc.m->plibDocument = xmlCtxtReadMemory(m_ctxt,
1749 doc.refreshInternals();
1769 void XmlMemWriter::write(const Document &doc, void **ppvBuf, size_t *pcbSize) argument
1777 xmlDocDumpFormatMemory(doc.m->plibDocument, (xmlChar**)&m_pBuf, &size, 1);
1857 * @param doc out: document to be reset and filled with data according to file contents.
1860 Document &doc)
1869 doc
1731 read(const void *pvBuf, size_t cbSize, const RTCString &strFilename, Document &doc) argument
1859 read(const RTCString &strFilename, Document &doc) argument
1921 XmlFileWriter(Document &doc) argument
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.c2259 xmlDocPtr doc = (xmlDocPtr) cur; local
2261 res = doc->URL;
2292 if (!PyArg_ParseTuple(args, (char *) "O:doc", &obj))
2311 res = attr->doc;
2318 res = cur->doc;
2757 xmlDocPtr doc; local
2772 doc = (xmlDocPtr) node;
2773 xmlDocDumpFormatMemoryEnc(doc, &c_retval, &len,
2781 doc = (xmlDocPtr) node;
2783 htmlSetMetaEncoding(doc, (cons
2914 xmlDocPtr doc; local
3515 xmlDocPtr doc; local
3591 xmlDocPtr doc; local
[all...]
H A Dlibxml2-py.c14 xmlDocPtr doc; local
20 doc = (xmlDocPtr) PyxmlNode_Get(pyobj_doc);
22 c_retval = xmlGetDocEntity(doc, name);
212 xmlDocPtr doc; local
220 doc = (xmlDocPtr) PyxmlNode_Get(pyobj_doc);
223 c_retval = xmlValidateOneElement(ctxt, doc, elem);
233 xmlDocPtr doc; local
239 doc = (xmlDocPtr) PyxmlNode_Get(pyobj_doc);
241 c_retval = xmlGetID(doc, ID);
328 xmlDocPtr doc; local
442 xmlDocPtr doc; local
602 xmlDocPtr doc; local
748 xmlDocPtr doc; local
785 xmlDocPtr doc; local
1042 htmlDocPtr doc; local
1075 xmlDocPtr doc; local
1102 xmlDocPtr doc; local
1329 xmlDocPtr doc; local
1540 xmlDocPtr doc; local
1637 xmlDocPtr doc; local
1656 xmlDocPtr doc; local
1673 xmlDocPtr doc; local
1746 xmlDocPtr doc; local
1821 xmlDocPtr doc; local
1869 xmlDocPtr doc; local
1958 xmlDocPtr doc; local
2068 xmlDocPtr doc; local
2282 xmlDocPtr doc; local
2544 xmlDocPtr doc; local
2981 xmlDocPtr doc; local
3067 xmlDocPtr doc; local
3086 xmlDocPtr doc; local
3164 xmlDocPtr doc; local
3236 htmlDocPtr doc; local
3285 xmlDocPtr doc; local
3302 xmlDocPtr doc; local
3321 xmlDocPtr doc; local
3522 xmlDocPtr doc; local
3600 xmlDocPtr doc; local
4193 xmlDocPtr doc; local
4380 xmlDocPtr doc; local
4444 xmlDocPtr doc; local
4461 xmlDocPtr doc; local
4916 xmlDocPtr doc; local
5013 xmlDocPtr doc; local
5065 xmlDocPtr doc; local
5172 xmlDocPtr doc; local
5210 xmlDocPtr doc; local
5925 xmlDocPtr doc; local
6256 xmlDocPtr doc; local
6495 xmlDocPtr doc; local
6553 xmlDocPtr doc; local
6892 xmlDocPtr doc; local
7070 xmlDocPtr doc; local
7195 htmlDocPtr doc; local
7407 xmlDocPtr doc; local
7442 xmlDocPtr doc; local
7560 xmlDocPtr doc; local
7715 xmlDocPtr doc; local
7826 xmlDocPtr doc; local
7933 xmlDocPtr doc; local
8042 xmlDocPtr doc; local
8232 xmlDocPtr doc; local
8347 xmlDocPtr doc; local
8419 xmlDocPtr doc; local
8538 xmlDocPtr doc; local
8934 htmlDocPtr doc; local
8987 xmlDocPtr doc; local
9046 xmlDocPtr doc; local
9296 xmlDocPtr doc; local
9428 xmlDocPtr doc; local
9911 xmlDocPtr doc; local
10046 xmlDocPtr doc; local
10439 xmlDocPtr doc; local
10491 xmlDocPtr doc; local
10515 xmlDocPtr doc; local
10874 xmlDocPtr doc; local
11385 xmlDocPtr doc; local
12012 xmlDocPtr doc; local
12070 xmlDocPtr doc; local
12226 xmlDocPtr doc; local
12311 xmlDocPtr doc; local
12348 xmlDocPtr doc; local
12525 xmlDocPtr doc; local
12543 xmlDocPtr doc; local
12709 xmlDocPtr doc; local
12745 xmlDocPtr doc; local
13009 xmlDocPtr doc; local
13173 xmlDocPtr doc; local
13294 xmlDocPtr doc; local
13339 xmlDocPtr doc; local
13644 xmlDocPtr doc; local
13678 xmlDocPtr doc; local
13712 xmlDocPtr doc; local
13964 xmlDocPtr doc; local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...

Completed in 272 milliseconds

1234