Home
last modified time | relevance | path

Searched refs:xmlDocPtr (Results 1 – 25 of 127) sorted by relevance

123456

/external/libxml2/include/libxml/
Dvalid.h94 xmlDocPtr doc; /* the document */
185 xmlNewDocElementContent (xmlDocPtr doc,
189 xmlCopyDocElementContent(xmlDocPtr doc,
192 xmlFreeDocElementContent(xmlDocPtr doc,
269 xmlDocPtr doc,
275 xmlGetID (xmlDocPtr doc,
278 xmlIsID (xmlDocPtr doc,
282 xmlRemoveID (xmlDocPtr doc,
288 xmlDocPtr doc,
294 xmlIsRef (xmlDocPtr doc,
[all …]
DHTMLtree.h75 htmlDocDumpMemory (xmlDocPtr cur,
79 htmlDocDumpMemoryFormat (xmlDocPtr cur,
85 xmlDocPtr cur);
88 xmlDocPtr cur);
91 xmlDocPtr doc,
95 xmlDocPtr doc,
99 xmlDocPtr doc,
105 xmlDocPtr cur,
109 xmlDocPtr cur,
115 xmlDocPtr doc,
[all …]
Dtree.h550 typedef xmlDoc *xmlDocPtr; typedef
752 xmlCreateIntSubset (xmlDocPtr doc,
757 xmlNewDtd (xmlDocPtr doc,
767 xmlNewGlobalNs (xmlDocPtr doc,
779 XMLPUBFUN xmlDocPtr XMLCALL
782 xmlFreeDoc (xmlDocPtr cur);
784 xmlNewDocProp (xmlDocPtr doc,
819 XMLPUBFUN xmlDocPtr XMLCALL
820 xmlCopyDoc (xmlDocPtr doc,
827 xmlNewDocNode (xmlDocPtr doc,
[all …]
Dparser.h187 xmlDocPtr myDoc; /* the document being built */
841 XMLPUBFUN xmlDocPtr XMLCALL
843 XMLPUBFUN xmlDocPtr XMLCALL
845 XMLPUBFUN xmlDocPtr XMLCALL
864 XMLPUBFUN xmlDocPtr XMLCALL
866 XMLPUBFUN xmlDocPtr XMLCALL
869 XMLPUBFUN xmlDocPtr XMLCALL
890 XMLPUBFUN xmlDocPtr XMLCALL
894 XMLPUBFUN xmlDocPtr XMLCALL
899 XMLPUBFUN xmlDocPtr XMLCALL
[all …]
Dentities.h83 xmlNewEntity (xmlDocPtr doc,
90 xmlAddDocEntity (xmlDocPtr doc,
97 xmlAddDtdEntity (xmlDocPtr doc,
109 xmlGetDtdEntity (xmlDocPtr doc,
112 xmlGetParameterEntity (xmlDocPtr doc,
116 xmlEncodeEntities (xmlDocPtr doc,
120 xmlEncodeEntitiesReentrant(xmlDocPtr doc,
Dc14n.h68 xmlC14NDocSaveTo (xmlDocPtr doc,
76 xmlC14NDocDumpMemory (xmlDocPtr doc,
84 xmlC14NDocSave (xmlDocPtr doc,
111 xmlC14NExecute (xmlDocPtr doc,
DdebugXML.h53 xmlDocPtr doc);
56 xmlDocPtr doc);
62 xmlDocPtr doc);
72 xmlDocPtr doc);
115 xmlDocPtr doc;
205 xmlShell (xmlDocPtr doc,
Dxinclude.h93 xmlXIncludeProcess (xmlDocPtr doc);
95 xmlXIncludeProcessFlags (xmlDocPtr doc,
98 xmlXIncludeProcessFlagsData(xmlDocPtr doc,
114 xmlXIncludeNewContext (xmlDocPtr doc);
Drelaxng.h133 xmlRelaxNGNewDocParserCtxt (xmlDocPtr doc);
190 xmlDocPtr doc);
196 xmlDocPtr doc,
204 xmlDocPtr doc,
208 xmlDocPtr doc,
/external/dynamic_depth/includes/xmpmeta/
Dxmp_data.h21 const xmlDocPtr StandardSection() const;
22 xmlDocPtr* MutableStandardSection();
25 const xmlDocPtr ExtendedSection() const;
26 xmlDocPtr* MutableExtendedSection();
29 xmlDocPtr xmp_;
30 xmlDocPtr xmp_extended_;
/external/libxml2/os400/libxmlrpg/
DHTMLtree.rpgle82 d cur value like(xmlDocPtr)
88 d cur value like(xmlDocPtr)
96 d cur value like(xmlDocPtr)
101 d cur value like(xmlDocPtr)
106 d doc value like(xmlDocPtr)
112 d doc value like(xmlDocPtr)
119 d doc value like(xmlDocPtr)
128 d cur value like(xmlDocPtr)
135 d cur value like(xmlDocPtr)
142 d doc value like(xmlDocPtr)
[all …]
Dvalid.rpgle72 d doc like(xmlDocPtr) The document
175 d doc value like(xmlDocPtr)
182 d doc value like(xmlDocPtr)
187 d doc value like(xmlDocPtr)
303 d doc value like(xmlDocPtr)
312 d doc value like(xmlDocPtr)
317 d doc value like(xmlDocPtr)
323 d doc value like(xmlDocPtr)
331 d doc value like(xmlDocPtr)
341 d doc value like(xmlDocPtr)
[all …]
Dtree.rpgle271 d xmlDocPtr s * based(######typedef######)
291 d doc like(xmlDocPtr) The containing doc
387 d doc like(xmlDocPtr) The containing doc
422 d context like(xmlDocPtr) normally an xmlDoc
436 d parent like(xmlDocPtr) Child->parent link
439 d doc like(xmlDocPtr) The containing doc
463 d doc like(xmlDocPtr) The containing doc
480 d doc like(xmlDocPtr) Doc holding ID
510 d doc like(xmlDocPtr) The containing doc
546 d xmlDoc ds based(xmlDocPtr)
[all …]
Dentities.rpgle46 d doc like(xmlDocPtr) containing document
74 d doc value like(xmlDocPtr)
84 d doc value like(xmlDocPtr)
94 d doc value like(xmlDocPtr)
109 d doc value like(xmlDocPtr)
115 d doc value like(xmlDocPtr)
121 d doc value like(xmlDocPtr)
128 d doc value like(xmlDocPtr)
135 d doc value like(xmlDocPtr)
140 d doc value like(xmlDocPtr)
/external/dynamic_depth/internal/xmpmeta/
Dxmp_data.cc21 const xmlDocPtr XmpData::StandardSection() const { return xmp_; } in StandardSection()
23 xmlDocPtr* XmpData::MutableStandardSection() { return &xmp_; } in MutableStandardSection()
25 const xmlDocPtr XmpData::ExtendedSection() const { return xmp_extended_; } in ExtendedSection()
27 xmlDocPtr* XmpData::MutableExtendedSection() { return &xmp_extended_; } in MutableExtendedSection()
/external/libxml2/doc/tutorial/
Dincludeaddkeyword.c9 parseStory (xmlDocPtr doc, xmlNodePtr cur, char *keyword) {
15 xmlDocPtr
18 xmlDocPtr doc;
58 xmlDocPtr doc;
Dincludexpath.c5 xmlDocPtr
7 xmlDocPtr doc;
19 getnodeset (xmlDocPtr doc, xmlChar *xpath){
46 xmlDocPtr doc;
Dincludeaddattribute.c9 xmlDocPtr
12 xmlDocPtr doc;
48 xmlDocPtr doc;
/external/libxml2/
DHTMLtree.c408 htmlBufNodeDumpFormat(xmlBufPtr buf, xmlDocPtr doc, xmlNodePtr cur, in htmlBufNodeDumpFormat()
452 htmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur) { in htmlNodeDump()
488 htmlNodeDumpFileFormat(FILE *out, xmlDocPtr doc, in htmlNodeDumpFileFormat()
537 htmlNodeDumpFile(FILE *out, xmlDocPtr doc, xmlNodePtr cur) { in htmlNodeDumpFile()
552 htmlDocDumpMemoryFormat(xmlDocPtr cur, xmlChar**mem, int *size, int format) { in htmlDocDumpMemoryFormat()
619 htmlDocDumpMemory(xmlDocPtr cur, xmlChar**mem, int *size) { in htmlDocDumpMemory()
643 htmlDtdDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, in htmlDtdDumpOutput()
678 htmlAttrDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, in htmlAttrDumpOutput()
772 htmlAttrListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding)… in htmlAttrListDumpOutput()
795 htmlNodeListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, in htmlNodeListDumpOutput()
[all …]
Drunxmlconf.c184 xmlDocPtr doc; in xmlconfTestInvalid()
214 xmlDocPtr doc; in xmlconfTestValid()
246 xmlDocPtr doc; in xmlconfTestNotNSWF()
274 xmlDocPtr doc; in xmlconfTestNotWF()
289 xmlconfTestItem(xmlDocPtr doc, xmlNodePtr cur) { in xmlconfTestItem()
441 xmlconfTestCases(xmlDocPtr doc, xmlNodePtr cur, int level) { in xmlconfTestCases()
480 xmlconfTestSuite(xmlDocPtr doc, xmlNodePtr cur) { in xmlconfTestSuite()
516 xmlDocPtr doc; in xmlconfTest()
Dxmlsave.c86 xmlDocPtr doc;
597 static int xmlDocContentDumpOutput(xmlSaveCtxtPtr ctxt, xmlDocPtr cur);
710 xmlDocPtr doc; in xmlDtdDumpOutput()
847 xmlDocPtr doc; in htmlNodeDumpOutputInternal()
914 xmlDocContentDumpOutput(ctxt, (xmlDocPtr) cur); in xmlNodeDumpOutputInternal()
1102 xmlDocContentDumpOutput(xmlSaveCtxtPtr ctxt, xmlDocPtr cur) { in xmlDocContentDumpOutput()
1458 xmlDocContentDumpOutput(ctxt, (xmlDocPtr) cur); in xhtmlNodeDumpOutput()
1928 xmlSaveDoc(xmlSaveCtxtPtr ctxt, xmlDocPtr doc) in xmlSaveDoc()
2046 xmlBufAttrSerializeTxtContent(xmlBufPtr buf, xmlDocPtr doc, in xmlBufAttrSerializeTxtContent()
2170 xmlAttrSerializeTxtContent(xmlBufferPtr buf, xmlDocPtr doc, in xmlAttrSerializeTxtContent()
[all …]
Dxinclude.c57 xmlDocPtr doc; /* the parsed document */
67 xmlDocPtr doc; /* the source document */
92 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree);
281 xmlXIncludeNewContext(xmlDocPtr doc) { in xmlXIncludeNewContext()
420 static xmlDocPtr
422 xmlDocPtr ret; in xmlXIncludeParseFile()
664 xmlXIncludeRecurseDoc(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, in xmlXIncludeRecurseDoc()
804 xmlXIncludeCopyNodeList(xmlXIncludeCtxtPtr ctxt, xmlDocPtr target,
805 xmlDocPtr source, xmlNodePtr elem);
818 xmlXIncludeCopyNode(xmlXIncludeCtxtPtr ctxt, xmlDocPtr target, in xmlXIncludeCopyNode()
[all …]
/external/dynamic_depth/internal/xmpmeta/xml/
Dutils.h25 xmlNodePtr GetFirstDescriptionElement(xmlDocPtr parent);
28 xmlNodePtr GetFirstSeqElement(xmlDocPtr parent);
50 const string XmlDocToString(const xmlDocPtr doc);
Dutils.cc12 xmlNodePtr GetFirstDescriptionElement(const xmlDocPtr parent) { in GetFirstDescriptionElement()
16 xmlNodePtr GetFirstSeqElement(xmlDocPtr parent) { in GetFirstSeqElement()
67 const string XmlDocToString(const xmlDocPtr doc) { in XmlDocToString()
/external/libxml2/doc/examples/
Dreader3.c29 static xmlDocPtr
31 xmlDocPtr doc; in extractFile()
77 xmlDocPtr doc; in main()

123456