rsvg2 1.1.5-x86-mingw32 → 1.1.6-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/1.8/rsvg2.so +0 -0
- data/lib/1.9/rsvg2.so +0 -0
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/include/libxml2/libxml/DOCBparser.h +9 -9
- data/vendor/local/include/libxml2/libxml/HTMLparser.h +25 -23
- data/vendor/local/include/libxml2/libxml/HTMLtree.h +19 -19
- data/vendor/local/include/libxml2/libxml/SAX.h +37 -37
- data/vendor/local/include/libxml2/libxml/SAX2.h +34 -34
- data/vendor/local/include/libxml2/libxml/c14n.h +1 -1
- data/vendor/local/include/libxml2/libxml/catalog.h +35 -35
- data/vendor/local/include/libxml2/libxml/debugXML.h +26 -26
- data/vendor/local/include/libxml2/libxml/dict.h +16 -5
- data/vendor/local/include/libxml2/libxml/encoding.h +28 -14
- data/vendor/local/include/libxml2/libxml/hash.h +24 -24
- data/vendor/local/include/libxml2/libxml/list.h +26 -26
- data/vendor/local/include/libxml2/libxml/nanoftp.h +44 -24
- data/vendor/local/include/libxml2/libxml/nanohttp.h +13 -13
- data/vendor/local/include/libxml2/libxml/parser.h +78 -73
- data/vendor/local/include/libxml2/libxml/parserInternals.h +106 -73
- data/vendor/local/include/libxml2/libxml/schemasInternals.h +2 -2
- data/vendor/local/include/libxml2/libxml/schematron.h +11 -11
- data/vendor/local/include/libxml2/libxml/tree.h +203 -152
- data/vendor/local/include/libxml2/libxml/valid.h +72 -72
- data/vendor/local/include/libxml2/libxml/xlink.h +7 -7
- data/vendor/local/include/libxml2/libxml/xmlIO.h +71 -65
- data/vendor/local/include/libxml2/libxml/xmlautomata.h +22 -22
- data/vendor/local/include/libxml2/libxml/xmlerror.h +6 -6
- data/vendor/local/include/libxml2/libxml/xmlexports.h +2 -2
- data/vendor/local/include/libxml2/libxml/xmlmodule.h +1 -1
- data/vendor/local/include/libxml2/libxml/xmlreader.h +24 -20
- data/vendor/local/include/libxml2/libxml/xmlsave.h +2 -1
- data/vendor/local/include/libxml2/libxml/xmlschemas.h +30 -2
- data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +20 -20
- data/vendor/local/include/libxml2/libxml/xmlstring.h +3 -3
- data/vendor/local/include/libxml2/libxml/xmlversion.h +29 -7
- data/vendor/local/include/libxml2/libxml/xmlwriter.h +4 -1
- data/vendor/local/include/libxml2/libxml/xpath.h +47 -43
- data/vendor/local/include/libxml2/libxml/xpathInternals.h +81 -79
- data/vendor/local/include/libxml2/libxml/xpointer.h +23 -23
- data/vendor/local/lib/libxml2.def +16 -14
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libxml2.lib +0 -0
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +3 -3
- data/vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft +268 -0
- data/vendor/local/manifest/libxml2_2.9.0-1_win32.mft +2 -0
- data/vendor/local/share/doc/libxml2-2.9.0/Copyright +27 -0
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c +880 -0
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c +1198 -0
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c +229 -0
- data/vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c +3770 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html +282 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/encoding.html +207 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xml +751 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl +174 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html +13 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/index.html +13 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/left.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html +51 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html +184 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html +73 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html +125 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html +128 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html +38 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html +142 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html +72 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html +120 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html +58 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html +124 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html +79 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html +152 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html +116 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html +13 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html +120 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html +94 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html +65 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html +559 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html +322 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html +76 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html +162 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html +373 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html +81 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html +72 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html +989 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html +73 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html +289 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html +59 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html +82 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html +212 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html +85 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html +864 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html +20 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html +107 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html +38 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html +330 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html +143 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html +60 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html +185 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html +123 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html +108 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html +512 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html +62 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html +261 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html +310 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html +394 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html +83 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/right.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/index.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.c +166 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.res +5 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.c +58 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.res +2 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse1.c +56 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse2.c +72 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse3.c +60 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse4.c +143 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.c +107 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.res +14 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader2.c +122 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.c +120 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.res +13 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.c +122 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.res +3 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/structure.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/test1.xml +1 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/test2.xml +13 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/test3.xml +39 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c +1198 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.c +94 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.res +4 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.c +118 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.res +18 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tst.xml +7 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html +8 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html +82 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html +76 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html +78 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html +67 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html +75 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html +76 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html +4 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html +47 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html +54 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html +55 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html +35 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html +30 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html +38 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html +63 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c +64 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c +75 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c +73 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c +72 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c +79 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c +74 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html +1 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf +1336 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/w3c.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/writer.xml +2 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/xml.html +5715 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c +250 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res +5 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c +190 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res +30 -0
- data/vendor/local/share/gtk-doc/html/libxml2/general.html +1 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +3 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +16 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +11 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +15 -5
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +8 -4
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +20 -5
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +72 -18
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +10 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +5 -3
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +8 -3
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +2 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +15 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +12 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +8 -3
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +3 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +9 -9
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +42 -2
- data/vendor/local/share/man/man1/xml2-config.1 +0 -1
- data/vendor/local/share/man/man1/xmlcatalog.1 +204 -93
- data/vendor/local/share/man/man3/libxml.3 +1 -1
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log +867 -0
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh +68 -0
- metadata +163 -7
@@ -150,55 +150,55 @@ typedef struct _xmlHashTable xmlRefTable;
|
|
150
150
|
typedef xmlRefTable *xmlRefTablePtr;
|
151
151
|
|
152
152
|
/* Notation */
|
153
|
-
XMLPUBFUN xmlNotationPtr XMLCALL
|
153
|
+
XMLPUBFUN xmlNotationPtr XMLCALL
|
154
154
|
xmlAddNotationDecl (xmlValidCtxtPtr ctxt,
|
155
155
|
xmlDtdPtr dtd,
|
156
156
|
const xmlChar *name,
|
157
157
|
const xmlChar *PublicID,
|
158
158
|
const xmlChar *SystemID);
|
159
159
|
#ifdef LIBXML_TREE_ENABLED
|
160
|
-
XMLPUBFUN xmlNotationTablePtr XMLCALL
|
160
|
+
XMLPUBFUN xmlNotationTablePtr XMLCALL
|
161
161
|
xmlCopyNotationTable (xmlNotationTablePtr table);
|
162
162
|
#endif /* LIBXML_TREE_ENABLED */
|
163
|
-
XMLPUBFUN void XMLCALL
|
163
|
+
XMLPUBFUN void XMLCALL
|
164
164
|
xmlFreeNotationTable (xmlNotationTablePtr table);
|
165
165
|
#ifdef LIBXML_OUTPUT_ENABLED
|
166
|
-
XMLPUBFUN void XMLCALL
|
166
|
+
XMLPUBFUN void XMLCALL
|
167
167
|
xmlDumpNotationDecl (xmlBufferPtr buf,
|
168
168
|
xmlNotationPtr nota);
|
169
|
-
XMLPUBFUN void XMLCALL
|
169
|
+
XMLPUBFUN void XMLCALL
|
170
170
|
xmlDumpNotationTable (xmlBufferPtr buf,
|
171
171
|
xmlNotationTablePtr table);
|
172
172
|
#endif /* LIBXML_OUTPUT_ENABLED */
|
173
173
|
|
174
174
|
/* Element Content */
|
175
175
|
/* the non Doc version are being deprecated */
|
176
|
-
XMLPUBFUN xmlElementContentPtr XMLCALL
|
176
|
+
XMLPUBFUN xmlElementContentPtr XMLCALL
|
177
177
|
xmlNewElementContent (const xmlChar *name,
|
178
178
|
xmlElementContentType type);
|
179
|
-
XMLPUBFUN xmlElementContentPtr XMLCALL
|
179
|
+
XMLPUBFUN xmlElementContentPtr XMLCALL
|
180
180
|
xmlCopyElementContent (xmlElementContentPtr content);
|
181
|
-
XMLPUBFUN void XMLCALL
|
181
|
+
XMLPUBFUN void XMLCALL
|
182
182
|
xmlFreeElementContent (xmlElementContentPtr cur);
|
183
183
|
/* the new versions with doc argument */
|
184
|
-
XMLPUBFUN xmlElementContentPtr XMLCALL
|
184
|
+
XMLPUBFUN xmlElementContentPtr XMLCALL
|
185
185
|
xmlNewDocElementContent (xmlDocPtr doc,
|
186
186
|
const xmlChar *name,
|
187
187
|
xmlElementContentType type);
|
188
|
-
XMLPUBFUN xmlElementContentPtr XMLCALL
|
188
|
+
XMLPUBFUN xmlElementContentPtr XMLCALL
|
189
189
|
xmlCopyDocElementContent(xmlDocPtr doc,
|
190
190
|
xmlElementContentPtr content);
|
191
|
-
XMLPUBFUN void XMLCALL
|
191
|
+
XMLPUBFUN void XMLCALL
|
192
192
|
xmlFreeDocElementContent(xmlDocPtr doc,
|
193
193
|
xmlElementContentPtr cur);
|
194
|
-
XMLPUBFUN void XMLCALL
|
194
|
+
XMLPUBFUN void XMLCALL
|
195
195
|
xmlSnprintfElementContent(char *buf,
|
196
196
|
int size,
|
197
197
|
xmlElementContentPtr content,
|
198
198
|
int englob);
|
199
199
|
#ifdef LIBXML_OUTPUT_ENABLED
|
200
200
|
/* DEPRECATED */
|
201
|
-
XMLPUBFUN void XMLCALL
|
201
|
+
XMLPUBFUN void XMLCALL
|
202
202
|
xmlSprintfElementContent(char *buf,
|
203
203
|
xmlElementContentPtr content,
|
204
204
|
int englob);
|
@@ -206,39 +206,39 @@ XMLPUBFUN void XMLCALL
|
|
206
206
|
/* DEPRECATED */
|
207
207
|
|
208
208
|
/* Element */
|
209
|
-
XMLPUBFUN xmlElementPtr XMLCALL
|
209
|
+
XMLPUBFUN xmlElementPtr XMLCALL
|
210
210
|
xmlAddElementDecl (xmlValidCtxtPtr ctxt,
|
211
211
|
xmlDtdPtr dtd,
|
212
212
|
const xmlChar *name,
|
213
213
|
xmlElementTypeVal type,
|
214
214
|
xmlElementContentPtr content);
|
215
215
|
#ifdef LIBXML_TREE_ENABLED
|
216
|
-
XMLPUBFUN xmlElementTablePtr XMLCALL
|
216
|
+
XMLPUBFUN xmlElementTablePtr XMLCALL
|
217
217
|
xmlCopyElementTable (xmlElementTablePtr table);
|
218
218
|
#endif /* LIBXML_TREE_ENABLED */
|
219
|
-
XMLPUBFUN void XMLCALL
|
219
|
+
XMLPUBFUN void XMLCALL
|
220
220
|
xmlFreeElementTable (xmlElementTablePtr table);
|
221
221
|
#ifdef LIBXML_OUTPUT_ENABLED
|
222
|
-
XMLPUBFUN void XMLCALL
|
222
|
+
XMLPUBFUN void XMLCALL
|
223
223
|
xmlDumpElementTable (xmlBufferPtr buf,
|
224
224
|
xmlElementTablePtr table);
|
225
|
-
XMLPUBFUN void XMLCALL
|
225
|
+
XMLPUBFUN void XMLCALL
|
226
226
|
xmlDumpElementDecl (xmlBufferPtr buf,
|
227
227
|
xmlElementPtr elem);
|
228
228
|
#endif /* LIBXML_OUTPUT_ENABLED */
|
229
229
|
|
230
230
|
/* Enumeration */
|
231
|
-
XMLPUBFUN xmlEnumerationPtr XMLCALL
|
231
|
+
XMLPUBFUN xmlEnumerationPtr XMLCALL
|
232
232
|
xmlCreateEnumeration (const xmlChar *name);
|
233
|
-
XMLPUBFUN void XMLCALL
|
233
|
+
XMLPUBFUN void XMLCALL
|
234
234
|
xmlFreeEnumeration (xmlEnumerationPtr cur);
|
235
235
|
#ifdef LIBXML_TREE_ENABLED
|
236
|
-
XMLPUBFUN xmlEnumerationPtr XMLCALL
|
236
|
+
XMLPUBFUN xmlEnumerationPtr XMLCALL
|
237
237
|
xmlCopyEnumeration (xmlEnumerationPtr cur);
|
238
238
|
#endif /* LIBXML_TREE_ENABLED */
|
239
239
|
|
240
240
|
/* Attribute */
|
241
|
-
XMLPUBFUN xmlAttributePtr XMLCALL
|
241
|
+
XMLPUBFUN xmlAttributePtr XMLCALL
|
242
242
|
xmlAddAttributeDecl (xmlValidCtxtPtr ctxt,
|
243
243
|
xmlDtdPtr dtd,
|
244
244
|
const xmlChar *elem,
|
@@ -249,55 +249,55 @@ XMLPUBFUN xmlAttributePtr XMLCALL
|
|
249
249
|
const xmlChar *defaultValue,
|
250
250
|
xmlEnumerationPtr tree);
|
251
251
|
#ifdef LIBXML_TREE_ENABLED
|
252
|
-
XMLPUBFUN xmlAttributeTablePtr XMLCALL
|
252
|
+
XMLPUBFUN xmlAttributeTablePtr XMLCALL
|
253
253
|
xmlCopyAttributeTable (xmlAttributeTablePtr table);
|
254
254
|
#endif /* LIBXML_TREE_ENABLED */
|
255
|
-
XMLPUBFUN void XMLCALL
|
255
|
+
XMLPUBFUN void XMLCALL
|
256
256
|
xmlFreeAttributeTable (xmlAttributeTablePtr table);
|
257
257
|
#ifdef LIBXML_OUTPUT_ENABLED
|
258
|
-
XMLPUBFUN void XMLCALL
|
258
|
+
XMLPUBFUN void XMLCALL
|
259
259
|
xmlDumpAttributeTable (xmlBufferPtr buf,
|
260
260
|
xmlAttributeTablePtr table);
|
261
|
-
XMLPUBFUN void XMLCALL
|
261
|
+
XMLPUBFUN void XMLCALL
|
262
262
|
xmlDumpAttributeDecl (xmlBufferPtr buf,
|
263
263
|
xmlAttributePtr attr);
|
264
264
|
#endif /* LIBXML_OUTPUT_ENABLED */
|
265
265
|
|
266
266
|
/* IDs */
|
267
|
-
XMLPUBFUN xmlIDPtr XMLCALL
|
267
|
+
XMLPUBFUN xmlIDPtr XMLCALL
|
268
268
|
xmlAddID (xmlValidCtxtPtr ctxt,
|
269
269
|
xmlDocPtr doc,
|
270
270
|
const xmlChar *value,
|
271
271
|
xmlAttrPtr attr);
|
272
|
-
XMLPUBFUN void XMLCALL
|
272
|
+
XMLPUBFUN void XMLCALL
|
273
273
|
xmlFreeIDTable (xmlIDTablePtr table);
|
274
|
-
XMLPUBFUN xmlAttrPtr XMLCALL
|
274
|
+
XMLPUBFUN xmlAttrPtr XMLCALL
|
275
275
|
xmlGetID (xmlDocPtr doc,
|
276
276
|
const xmlChar *ID);
|
277
|
-
XMLPUBFUN int XMLCALL
|
277
|
+
XMLPUBFUN int XMLCALL
|
278
278
|
xmlIsID (xmlDocPtr doc,
|
279
279
|
xmlNodePtr elem,
|
280
280
|
xmlAttrPtr attr);
|
281
|
-
XMLPUBFUN int XMLCALL
|
282
|
-
xmlRemoveID (xmlDocPtr doc,
|
281
|
+
XMLPUBFUN int XMLCALL
|
282
|
+
xmlRemoveID (xmlDocPtr doc,
|
283
283
|
xmlAttrPtr attr);
|
284
284
|
|
285
285
|
/* IDREFs */
|
286
|
-
XMLPUBFUN xmlRefPtr XMLCALL
|
286
|
+
XMLPUBFUN xmlRefPtr XMLCALL
|
287
287
|
xmlAddRef (xmlValidCtxtPtr ctxt,
|
288
288
|
xmlDocPtr doc,
|
289
289
|
const xmlChar *value,
|
290
290
|
xmlAttrPtr attr);
|
291
|
-
XMLPUBFUN void XMLCALL
|
291
|
+
XMLPUBFUN void XMLCALL
|
292
292
|
xmlFreeRefTable (xmlRefTablePtr table);
|
293
|
-
XMLPUBFUN int XMLCALL
|
293
|
+
XMLPUBFUN int XMLCALL
|
294
294
|
xmlIsRef (xmlDocPtr doc,
|
295
295
|
xmlNodePtr elem,
|
296
296
|
xmlAttrPtr attr);
|
297
|
-
XMLPUBFUN int XMLCALL
|
298
|
-
xmlRemoveRef (xmlDocPtr doc,
|
297
|
+
XMLPUBFUN int XMLCALL
|
298
|
+
xmlRemoveRef (xmlDocPtr doc,
|
299
299
|
xmlAttrPtr attr);
|
300
|
-
XMLPUBFUN xmlListPtr XMLCALL
|
300
|
+
XMLPUBFUN xmlListPtr XMLCALL
|
301
301
|
xmlGetRefs (xmlDocPtr doc,
|
302
302
|
const xmlChar *ID);
|
303
303
|
|
@@ -306,146 +306,146 @@ XMLPUBFUN xmlListPtr XMLCALL
|
|
306
306
|
*/
|
307
307
|
#ifdef LIBXML_VALID_ENABLED
|
308
308
|
/* Allocate/Release Validation Contexts */
|
309
|
-
XMLPUBFUN xmlValidCtxtPtr XMLCALL
|
309
|
+
XMLPUBFUN xmlValidCtxtPtr XMLCALL
|
310
310
|
xmlNewValidCtxt(void);
|
311
|
-
XMLPUBFUN void XMLCALL
|
311
|
+
XMLPUBFUN void XMLCALL
|
312
312
|
xmlFreeValidCtxt(xmlValidCtxtPtr);
|
313
313
|
|
314
|
-
XMLPUBFUN int XMLCALL
|
314
|
+
XMLPUBFUN int XMLCALL
|
315
315
|
xmlValidateRoot (xmlValidCtxtPtr ctxt,
|
316
316
|
xmlDocPtr doc);
|
317
|
-
XMLPUBFUN int XMLCALL
|
317
|
+
XMLPUBFUN int XMLCALL
|
318
318
|
xmlValidateElementDecl (xmlValidCtxtPtr ctxt,
|
319
319
|
xmlDocPtr doc,
|
320
320
|
xmlElementPtr elem);
|
321
|
-
XMLPUBFUN xmlChar * XMLCALL
|
321
|
+
XMLPUBFUN xmlChar * XMLCALL
|
322
322
|
xmlValidNormalizeAttributeValue(xmlDocPtr doc,
|
323
323
|
xmlNodePtr elem,
|
324
324
|
const xmlChar *name,
|
325
325
|
const xmlChar *value);
|
326
|
-
XMLPUBFUN xmlChar * XMLCALL
|
326
|
+
XMLPUBFUN xmlChar * XMLCALL
|
327
327
|
xmlValidCtxtNormalizeAttributeValue(xmlValidCtxtPtr ctxt,
|
328
328
|
xmlDocPtr doc,
|
329
329
|
xmlNodePtr elem,
|
330
330
|
const xmlChar *name,
|
331
331
|
const xmlChar *value);
|
332
|
-
XMLPUBFUN int XMLCALL
|
332
|
+
XMLPUBFUN int XMLCALL
|
333
333
|
xmlValidateAttributeDecl(xmlValidCtxtPtr ctxt,
|
334
334
|
xmlDocPtr doc,
|
335
335
|
xmlAttributePtr attr);
|
336
|
-
XMLPUBFUN int XMLCALL
|
336
|
+
XMLPUBFUN int XMLCALL
|
337
337
|
xmlValidateAttributeValue(xmlAttributeType type,
|
338
338
|
const xmlChar *value);
|
339
|
-
XMLPUBFUN int XMLCALL
|
339
|
+
XMLPUBFUN int XMLCALL
|
340
340
|
xmlValidateNotationDecl (xmlValidCtxtPtr ctxt,
|
341
341
|
xmlDocPtr doc,
|
342
342
|
xmlNotationPtr nota);
|
343
|
-
XMLPUBFUN int XMLCALL
|
343
|
+
XMLPUBFUN int XMLCALL
|
344
344
|
xmlValidateDtd (xmlValidCtxtPtr ctxt,
|
345
345
|
xmlDocPtr doc,
|
346
346
|
xmlDtdPtr dtd);
|
347
|
-
XMLPUBFUN int XMLCALL
|
347
|
+
XMLPUBFUN int XMLCALL
|
348
348
|
xmlValidateDtdFinal (xmlValidCtxtPtr ctxt,
|
349
349
|
xmlDocPtr doc);
|
350
|
-
XMLPUBFUN int XMLCALL
|
350
|
+
XMLPUBFUN int XMLCALL
|
351
351
|
xmlValidateDocument (xmlValidCtxtPtr ctxt,
|
352
352
|
xmlDocPtr doc);
|
353
|
-
XMLPUBFUN int XMLCALL
|
353
|
+
XMLPUBFUN int XMLCALL
|
354
354
|
xmlValidateElement (xmlValidCtxtPtr ctxt,
|
355
355
|
xmlDocPtr doc,
|
356
356
|
xmlNodePtr elem);
|
357
|
-
XMLPUBFUN int XMLCALL
|
357
|
+
XMLPUBFUN int XMLCALL
|
358
358
|
xmlValidateOneElement (xmlValidCtxtPtr ctxt,
|
359
359
|
xmlDocPtr doc,
|
360
360
|
xmlNodePtr elem);
|
361
|
-
XMLPUBFUN int XMLCALL
|
361
|
+
XMLPUBFUN int XMLCALL
|
362
362
|
xmlValidateOneAttribute (xmlValidCtxtPtr ctxt,
|
363
363
|
xmlDocPtr doc,
|
364
364
|
xmlNodePtr elem,
|
365
365
|
xmlAttrPtr attr,
|
366
366
|
const xmlChar *value);
|
367
|
-
XMLPUBFUN int XMLCALL
|
367
|
+
XMLPUBFUN int XMLCALL
|
368
368
|
xmlValidateOneNamespace (xmlValidCtxtPtr ctxt,
|
369
369
|
xmlDocPtr doc,
|
370
370
|
xmlNodePtr elem,
|
371
371
|
const xmlChar *prefix,
|
372
372
|
xmlNsPtr ns,
|
373
373
|
const xmlChar *value);
|
374
|
-
XMLPUBFUN int XMLCALL
|
374
|
+
XMLPUBFUN int XMLCALL
|
375
375
|
xmlValidateDocumentFinal(xmlValidCtxtPtr ctxt,
|
376
376
|
xmlDocPtr doc);
|
377
377
|
#endif /* LIBXML_VALID_ENABLED */
|
378
378
|
|
379
379
|
#if defined(LIBXML_VALID_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
|
380
|
-
XMLPUBFUN int XMLCALL
|
380
|
+
XMLPUBFUN int XMLCALL
|
381
381
|
xmlValidateNotationUse (xmlValidCtxtPtr ctxt,
|
382
382
|
xmlDocPtr doc,
|
383
383
|
const xmlChar *notationName);
|
384
384
|
#endif /* LIBXML_VALID_ENABLED or LIBXML_SCHEMAS_ENABLED */
|
385
385
|
|
386
|
-
XMLPUBFUN int XMLCALL
|
386
|
+
XMLPUBFUN int XMLCALL
|
387
387
|
xmlIsMixedElement (xmlDocPtr doc,
|
388
388
|
const xmlChar *name);
|
389
|
-
XMLPUBFUN xmlAttributePtr XMLCALL
|
389
|
+
XMLPUBFUN xmlAttributePtr XMLCALL
|
390
390
|
xmlGetDtdAttrDesc (xmlDtdPtr dtd,
|
391
391
|
const xmlChar *elem,
|
392
392
|
const xmlChar *name);
|
393
|
-
XMLPUBFUN xmlAttributePtr XMLCALL
|
393
|
+
XMLPUBFUN xmlAttributePtr XMLCALL
|
394
394
|
xmlGetDtdQAttrDesc (xmlDtdPtr dtd,
|
395
395
|
const xmlChar *elem,
|
396
396
|
const xmlChar *name,
|
397
397
|
const xmlChar *prefix);
|
398
|
-
XMLPUBFUN xmlNotationPtr XMLCALL
|
398
|
+
XMLPUBFUN xmlNotationPtr XMLCALL
|
399
399
|
xmlGetDtdNotationDesc (xmlDtdPtr dtd,
|
400
400
|
const xmlChar *name);
|
401
|
-
XMLPUBFUN xmlElementPtr XMLCALL
|
401
|
+
XMLPUBFUN xmlElementPtr XMLCALL
|
402
402
|
xmlGetDtdQElementDesc (xmlDtdPtr dtd,
|
403
403
|
const xmlChar *name,
|
404
404
|
const xmlChar *prefix);
|
405
|
-
XMLPUBFUN xmlElementPtr XMLCALL
|
405
|
+
XMLPUBFUN xmlElementPtr XMLCALL
|
406
406
|
xmlGetDtdElementDesc (xmlDtdPtr dtd,
|
407
407
|
const xmlChar *name);
|
408
408
|
|
409
409
|
#ifdef LIBXML_VALID_ENABLED
|
410
410
|
|
411
|
-
XMLPUBFUN int XMLCALL
|
411
|
+
XMLPUBFUN int XMLCALL
|
412
412
|
xmlValidGetPotentialChildren(xmlElementContent *ctree,
|
413
413
|
const xmlChar **names,
|
414
414
|
int *len,
|
415
415
|
int max);
|
416
416
|
|
417
|
-
XMLPUBFUN int XMLCALL
|
417
|
+
XMLPUBFUN int XMLCALL
|
418
418
|
xmlValidGetValidElements(xmlNode *prev,
|
419
419
|
xmlNode *next,
|
420
420
|
const xmlChar **names,
|
421
421
|
int max);
|
422
|
-
XMLPUBFUN int XMLCALL
|
422
|
+
XMLPUBFUN int XMLCALL
|
423
423
|
xmlValidateNameValue (const xmlChar *value);
|
424
|
-
XMLPUBFUN int XMLCALL
|
424
|
+
XMLPUBFUN int XMLCALL
|
425
425
|
xmlValidateNamesValue (const xmlChar *value);
|
426
|
-
XMLPUBFUN int XMLCALL
|
426
|
+
XMLPUBFUN int XMLCALL
|
427
427
|
xmlValidateNmtokenValue (const xmlChar *value);
|
428
|
-
XMLPUBFUN int XMLCALL
|
428
|
+
XMLPUBFUN int XMLCALL
|
429
429
|
xmlValidateNmtokensValue(const xmlChar *value);
|
430
430
|
|
431
431
|
#ifdef LIBXML_REGEXP_ENABLED
|
432
432
|
/*
|
433
433
|
* Validation based on the regexp support
|
434
434
|
*/
|
435
|
-
XMLPUBFUN int XMLCALL
|
435
|
+
XMLPUBFUN int XMLCALL
|
436
436
|
xmlValidBuildContentModel(xmlValidCtxtPtr ctxt,
|
437
437
|
xmlElementPtr elem);
|
438
438
|
|
439
|
-
XMLPUBFUN int XMLCALL
|
439
|
+
XMLPUBFUN int XMLCALL
|
440
440
|
xmlValidatePushElement (xmlValidCtxtPtr ctxt,
|
441
441
|
xmlDocPtr doc,
|
442
442
|
xmlNodePtr elem,
|
443
443
|
const xmlChar *qname);
|
444
|
-
XMLPUBFUN int XMLCALL
|
444
|
+
XMLPUBFUN int XMLCALL
|
445
445
|
xmlValidatePushCData (xmlValidCtxtPtr ctxt,
|
446
446
|
const xmlChar *data,
|
447
447
|
int len);
|
448
|
-
XMLPUBFUN int XMLCALL
|
448
|
+
XMLPUBFUN int XMLCALL
|
449
449
|
xmlValidatePopElement (xmlValidCtxtPtr ctxt,
|
450
450
|
xmlDocPtr doc,
|
451
451
|
xmlNodePtr elem,
|
@@ -57,7 +57,7 @@ typedef enum {
|
|
57
57
|
* xlinkNodeDetectFunc:
|
58
58
|
* @ctx: user data pointer
|
59
59
|
* @node: the node to check
|
60
|
-
*
|
60
|
+
*
|
61
61
|
* This is the prototype for the link detection routine.
|
62
62
|
* It calls the default link detection callbacks upon link detection.
|
63
63
|
*/
|
@@ -157,26 +157,26 @@ struct _xlinkHandler {
|
|
157
157
|
|
158
158
|
/*
|
159
159
|
* The default detection routine, can be overridden, they call the default
|
160
|
-
* detection callbacks.
|
160
|
+
* detection callbacks.
|
161
161
|
*/
|
162
162
|
|
163
|
-
XMLPUBFUN xlinkNodeDetectFunc XMLCALL
|
163
|
+
XMLPUBFUN xlinkNodeDetectFunc XMLCALL
|
164
164
|
xlinkGetDefaultDetect (void);
|
165
|
-
XMLPUBFUN void XMLCALL
|
165
|
+
XMLPUBFUN void XMLCALL
|
166
166
|
xlinkSetDefaultDetect (xlinkNodeDetectFunc func);
|
167
167
|
|
168
168
|
/*
|
169
169
|
* Routines to set/get the default handlers.
|
170
170
|
*/
|
171
|
-
XMLPUBFUN xlinkHandlerPtr XMLCALL
|
171
|
+
XMLPUBFUN xlinkHandlerPtr XMLCALL
|
172
172
|
xlinkGetDefaultHandler (void);
|
173
|
-
XMLPUBFUN void XMLCALL
|
173
|
+
XMLPUBFUN void XMLCALL
|
174
174
|
xlinkSetDefaultHandler (xlinkHandlerPtr handler);
|
175
175
|
|
176
176
|
/*
|
177
177
|
* Link detection module itself.
|
178
178
|
*/
|
179
|
-
XMLPUBFUN xlinkType XMLCALL
|
179
|
+
XMLPUBFUN xlinkType XMLCALL
|
180
180
|
xlinkIsLink (xmlDocPtr doc,
|
181
181
|
xmlNodePtr node);
|
182
182
|
|
@@ -26,7 +26,7 @@ extern "C" {
|
|
26
26
|
* xmlInputMatchCallback:
|
27
27
|
* @filename: the filename or URI
|
28
28
|
*
|
29
|
-
* Callback used in the I/O Input API to detect if the current handler
|
29
|
+
* Callback used in the I/O Input API to detect if the current handler
|
30
30
|
* can provide input fonctionnalities for this resource.
|
31
31
|
*
|
32
32
|
* Returns 1 if yes and 0 if another Input module should be used
|
@@ -72,7 +72,7 @@ typedef int (XMLCALL *xmlInputCloseCallback) (void * context);
|
|
72
72
|
* xmlOutputMatchCallback:
|
73
73
|
* @filename: the filename or URI
|
74
74
|
*
|
75
|
-
* Callback used in the I/O Output API to detect if the current handler
|
75
|
+
* Callback used in the I/O Output API to detect if the current handler
|
76
76
|
* can provide output fonctionnalities for this resource.
|
77
77
|
*
|
78
78
|
* Returns 1 if yes and 0 if another Output module should be used
|
@@ -126,11 +126,11 @@ struct _xmlParserInputBuffer {
|
|
126
126
|
void* context;
|
127
127
|
xmlInputReadCallback readcallback;
|
128
128
|
xmlInputCloseCallback closecallback;
|
129
|
-
|
129
|
+
|
130
130
|
xmlCharEncodingHandlerPtr encoder; /* I18N conversions to UTF-8 */
|
131
|
-
|
132
|
-
|
133
|
-
|
131
|
+
|
132
|
+
xmlBufPtr buffer; /* Local buffer encoded in UTF-8 */
|
133
|
+
xmlBufPtr raw; /* if encoder != NULL buffer for raw input */
|
134
134
|
int compressed; /* -1=unknown, 0=not compressed, 1=compressed */
|
135
135
|
int error;
|
136
136
|
unsigned long rawconsumed;/* amount consumed from raw */
|
@@ -142,11 +142,11 @@ struct _xmlOutputBuffer {
|
|
142
142
|
void* context;
|
143
143
|
xmlOutputWriteCallback writecallback;
|
144
144
|
xmlOutputCloseCallback closecallback;
|
145
|
-
|
145
|
+
|
146
146
|
xmlCharEncodingHandlerPtr encoder; /* I18N conversions to UTF-8 */
|
147
|
-
|
148
|
-
|
149
|
-
|
147
|
+
|
148
|
+
xmlBufPtr buffer; /* Local buffer encoded in UTF-8 or ISOLatin */
|
149
|
+
xmlBufPtr conv; /* if encoder != NULL buffer for output */
|
150
150
|
int written; /* total number of byte written */
|
151
151
|
int error;
|
152
152
|
};
|
@@ -155,13 +155,13 @@ struct _xmlOutputBuffer {
|
|
155
155
|
/*
|
156
156
|
* Interfaces for input
|
157
157
|
*/
|
158
|
-
XMLPUBFUN void XMLCALL
|
158
|
+
XMLPUBFUN void XMLCALL
|
159
159
|
xmlCleanupInputCallbacks (void);
|
160
160
|
|
161
161
|
XMLPUBFUN int XMLCALL
|
162
162
|
xmlPopInputCallbacks (void);
|
163
163
|
|
164
|
-
XMLPUBFUN void XMLCALL
|
164
|
+
XMLPUBFUN void XMLCALL
|
165
165
|
xmlRegisterDefaultInputCallbacks (void);
|
166
166
|
XMLPUBFUN xmlParserInputBufferPtr XMLCALL
|
167
167
|
xmlAllocParserInputBuffer (xmlCharEncoding enc);
|
@@ -186,22 +186,22 @@ XMLPUBFUN xmlParserInputBufferPtr XMLCALL
|
|
186
186
|
xmlInputCloseCallback ioclose,
|
187
187
|
void *ioctx,
|
188
188
|
xmlCharEncoding enc);
|
189
|
-
XMLPUBFUN int XMLCALL
|
189
|
+
XMLPUBFUN int XMLCALL
|
190
190
|
xmlParserInputBufferRead (xmlParserInputBufferPtr in,
|
191
191
|
int len);
|
192
|
-
XMLPUBFUN int XMLCALL
|
192
|
+
XMLPUBFUN int XMLCALL
|
193
193
|
xmlParserInputBufferGrow (xmlParserInputBufferPtr in,
|
194
194
|
int len);
|
195
|
-
XMLPUBFUN int XMLCALL
|
195
|
+
XMLPUBFUN int XMLCALL
|
196
196
|
xmlParserInputBufferPush (xmlParserInputBufferPtr in,
|
197
197
|
int len,
|
198
198
|
const char *buf);
|
199
|
-
XMLPUBFUN void XMLCALL
|
199
|
+
XMLPUBFUN void XMLCALL
|
200
200
|
xmlFreeParserInputBuffer (xmlParserInputBufferPtr in);
|
201
|
-
XMLPUBFUN char * XMLCALL
|
201
|
+
XMLPUBFUN char * XMLCALL
|
202
202
|
xmlParserGetDirectory (const char *filename);
|
203
203
|
|
204
|
-
XMLPUBFUN int XMLCALL
|
204
|
+
XMLPUBFUN int XMLCALL
|
205
205
|
xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
|
206
206
|
xmlInputOpenCallback openFunc,
|
207
207
|
xmlInputReadCallback readFunc,
|
@@ -215,9 +215,9 @@ xmlParserInputBufferPtr
|
|
215
215
|
/*
|
216
216
|
* Interfaces for output
|
217
217
|
*/
|
218
|
-
XMLPUBFUN void XMLCALL
|
218
|
+
XMLPUBFUN void XMLCALL
|
219
219
|
xmlCleanupOutputCallbacks (void);
|
220
|
-
XMLPUBFUN void XMLCALL
|
220
|
+
XMLPUBFUN void XMLCALL
|
221
221
|
xmlRegisterDefaultOutputCallbacks(void);
|
222
222
|
XMLPUBFUN xmlOutputBufferPtr XMLCALL
|
223
223
|
xmlAllocOutputBuffer (xmlCharEncodingHandlerPtr encoder);
|
@@ -245,24 +245,30 @@ XMLPUBFUN xmlOutputBufferPtr XMLCALL
|
|
245
245
|
void *ioctx,
|
246
246
|
xmlCharEncodingHandlerPtr encoder);
|
247
247
|
|
248
|
-
|
248
|
+
/* Couple of APIs to get the output without digging into the buffers */
|
249
|
+
XMLPUBFUN const xmlChar * XMLCALL
|
250
|
+
xmlOutputBufferGetContent (xmlOutputBufferPtr out);
|
251
|
+
XMLPUBFUN size_t XMLCALL
|
252
|
+
xmlOutputBufferGetSize (xmlOutputBufferPtr out);
|
253
|
+
|
254
|
+
XMLPUBFUN int XMLCALL
|
249
255
|
xmlOutputBufferWrite (xmlOutputBufferPtr out,
|
250
256
|
int len,
|
251
257
|
const char *buf);
|
252
|
-
XMLPUBFUN int XMLCALL
|
258
|
+
XMLPUBFUN int XMLCALL
|
253
259
|
xmlOutputBufferWriteString (xmlOutputBufferPtr out,
|
254
260
|
const char *str);
|
255
|
-
XMLPUBFUN int XMLCALL
|
261
|
+
XMLPUBFUN int XMLCALL
|
256
262
|
xmlOutputBufferWriteEscape (xmlOutputBufferPtr out,
|
257
263
|
const xmlChar *str,
|
258
264
|
xmlCharEncodingOutputFunc escaping);
|
259
265
|
|
260
|
-
XMLPUBFUN int XMLCALL
|
266
|
+
XMLPUBFUN int XMLCALL
|
261
267
|
xmlOutputBufferFlush (xmlOutputBufferPtr out);
|
262
|
-
XMLPUBFUN int XMLCALL
|
268
|
+
XMLPUBFUN int XMLCALL
|
263
269
|
xmlOutputBufferClose (xmlOutputBufferPtr out);
|
264
270
|
|
265
|
-
XMLPUBFUN int XMLCALL
|
271
|
+
XMLPUBFUN int XMLCALL
|
266
272
|
xmlRegisterOutputCallbacks (xmlOutputMatchCallback matchFunc,
|
267
273
|
xmlOutputOpenCallback openFunc,
|
268
274
|
xmlOutputWriteCallback writeFunc,
|
@@ -275,10 +281,10 @@ xmlOutputBufferPtr
|
|
275
281
|
|
276
282
|
#ifdef LIBXML_HTTP_ENABLED
|
277
283
|
/* This function only exists if HTTP support built into the library */
|
278
|
-
XMLPUBFUN void XMLCALL
|
284
|
+
XMLPUBFUN void XMLCALL
|
279
285
|
xmlRegisterHTTPPostCallbacks (void );
|
280
286
|
#endif /* LIBXML_HTTP_ENABLED */
|
281
|
-
|
287
|
+
|
282
288
|
#endif /* LIBXML_OUTPUT_ENABLED */
|
283
289
|
|
284
290
|
XMLPUBFUN xmlParserInputPtr XMLCALL
|
@@ -288,69 +294,69 @@ XMLPUBFUN xmlParserInputPtr XMLCALL
|
|
288
294
|
/*
|
289
295
|
* A predefined entity loader disabling network accesses
|
290
296
|
*/
|
291
|
-
XMLPUBFUN xmlParserInputPtr XMLCALL
|
297
|
+
XMLPUBFUN xmlParserInputPtr XMLCALL
|
292
298
|
xmlNoNetExternalEntityLoader (const char *URL,
|
293
299
|
const char *ID,
|
294
300
|
xmlParserCtxtPtr ctxt);
|
295
301
|
|
296
|
-
/*
|
297
|
-
* xmlNormalizeWindowsPath is obsolete, don't use it.
|
302
|
+
/*
|
303
|
+
* xmlNormalizeWindowsPath is obsolete, don't use it.
|
298
304
|
* Check xmlCanonicPath in uri.h for a better alternative.
|
299
305
|
*/
|
300
|
-
XMLPUBFUN xmlChar * XMLCALL
|
306
|
+
XMLPUBFUN xmlChar * XMLCALL
|
301
307
|
xmlNormalizeWindowsPath (const xmlChar *path);
|
302
308
|
|
303
|
-
XMLPUBFUN int XMLCALL
|
309
|
+
XMLPUBFUN int XMLCALL
|
304
310
|
xmlCheckFilename (const char *path);
|
305
311
|
/**
|
306
|
-
* Default 'file://' protocol callbacks
|
312
|
+
* Default 'file://' protocol callbacks
|
307
313
|
*/
|
308
|
-
XMLPUBFUN int XMLCALL
|
309
|
-
xmlFileMatch
|
310
|
-
XMLPUBFUN void * XMLCALL
|
311
|
-
xmlFileOpen
|
312
|
-
XMLPUBFUN int XMLCALL
|
313
|
-
xmlFileRead
|
314
|
-
char * buffer,
|
314
|
+
XMLPUBFUN int XMLCALL
|
315
|
+
xmlFileMatch (const char *filename);
|
316
|
+
XMLPUBFUN void * XMLCALL
|
317
|
+
xmlFileOpen (const char *filename);
|
318
|
+
XMLPUBFUN int XMLCALL
|
319
|
+
xmlFileRead (void * context,
|
320
|
+
char * buffer,
|
315
321
|
int len);
|
316
|
-
XMLPUBFUN int XMLCALL
|
317
|
-
xmlFileClose
|
322
|
+
XMLPUBFUN int XMLCALL
|
323
|
+
xmlFileClose (void * context);
|
318
324
|
|
319
325
|
/**
|
320
|
-
* Default 'http://' protocol callbacks
|
326
|
+
* Default 'http://' protocol callbacks
|
321
327
|
*/
|
322
328
|
#ifdef LIBXML_HTTP_ENABLED
|
323
|
-
XMLPUBFUN int XMLCALL
|
324
|
-
xmlIOHTTPMatch
|
325
|
-
XMLPUBFUN void * XMLCALL
|
326
|
-
xmlIOHTTPOpen
|
329
|
+
XMLPUBFUN int XMLCALL
|
330
|
+
xmlIOHTTPMatch (const char *filename);
|
331
|
+
XMLPUBFUN void * XMLCALL
|
332
|
+
xmlIOHTTPOpen (const char *filename);
|
327
333
|
#ifdef LIBXML_OUTPUT_ENABLED
|
328
|
-
XMLPUBFUN void * XMLCALL
|
334
|
+
XMLPUBFUN void * XMLCALL
|
329
335
|
xmlIOHTTPOpenW (const char * post_uri,
|
330
336
|
int compression );
|
331
337
|
#endif /* LIBXML_OUTPUT_ENABLED */
|
332
|
-
XMLPUBFUN int XMLCALL
|
333
|
-
xmlIOHTTPRead (void * context,
|
334
|
-
char * buffer,
|
338
|
+
XMLPUBFUN int XMLCALL
|
339
|
+
xmlIOHTTPRead (void * context,
|
340
|
+
char * buffer,
|
335
341
|
int len);
|
336
|
-
XMLPUBFUN int XMLCALL
|
337
|
-
xmlIOHTTPClose
|
342
|
+
XMLPUBFUN int XMLCALL
|
343
|
+
xmlIOHTTPClose (void * context);
|
338
344
|
#endif /* LIBXML_HTTP_ENABLED */
|
339
345
|
|
340
346
|
/**
|
341
|
-
* Default 'ftp://' protocol callbacks
|
347
|
+
* Default 'ftp://' protocol callbacks
|
342
348
|
*/
|
343
|
-
#ifdef LIBXML_FTP_ENABLED
|
344
|
-
XMLPUBFUN int XMLCALL
|
345
|
-
xmlIOFTPMatch
|
346
|
-
XMLPUBFUN void * XMLCALL
|
347
|
-
xmlIOFTPOpen
|
348
|
-
XMLPUBFUN int XMLCALL
|
349
|
-
xmlIOFTPRead (void * context,
|
350
|
-
char * buffer,
|
349
|
+
#ifdef LIBXML_FTP_ENABLED
|
350
|
+
XMLPUBFUN int XMLCALL
|
351
|
+
xmlIOFTPMatch (const char *filename);
|
352
|
+
XMLPUBFUN void * XMLCALL
|
353
|
+
xmlIOFTPOpen (const char *filename);
|
354
|
+
XMLPUBFUN int XMLCALL
|
355
|
+
xmlIOFTPRead (void * context,
|
356
|
+
char * buffer,
|
351
357
|
int len);
|
352
|
-
XMLPUBFUN int XMLCALL
|
353
|
-
xmlIOFTPClose
|
358
|
+
XMLPUBFUN int XMLCALL
|
359
|
+
xmlIOFTPClose (void * context);
|
354
360
|
#endif /* LIBXML_FTP_ENABLED */
|
355
361
|
|
356
362
|
#ifdef __cplusplus
|