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
data/lib/1.8/rsvg2.so
CHANGED
Binary file
|
data/lib/1.9/rsvg2.so
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -47,44 +47,44 @@ XMLPUBFUN int XMLCALL
|
|
47
47
|
const unsigned char *in,
|
48
48
|
int *inlen, int quoteChar);
|
49
49
|
|
50
|
-
XMLPUBFUN docbDocPtr XMLCALL
|
50
|
+
XMLPUBFUN docbDocPtr XMLCALL
|
51
51
|
docbSAXParseDoc (xmlChar *cur,
|
52
52
|
const char *encoding,
|
53
53
|
docbSAXHandlerPtr sax,
|
54
54
|
void *userData);
|
55
|
-
XMLPUBFUN docbDocPtr XMLCALL
|
55
|
+
XMLPUBFUN docbDocPtr XMLCALL
|
56
56
|
docbParseDoc (xmlChar *cur,
|
57
57
|
const char *encoding);
|
58
|
-
XMLPUBFUN docbDocPtr XMLCALL
|
58
|
+
XMLPUBFUN docbDocPtr XMLCALL
|
59
59
|
docbSAXParseFile (const char *filename,
|
60
60
|
const char *encoding,
|
61
61
|
docbSAXHandlerPtr sax,
|
62
62
|
void *userData);
|
63
|
-
XMLPUBFUN docbDocPtr XMLCALL
|
63
|
+
XMLPUBFUN docbDocPtr XMLCALL
|
64
64
|
docbParseFile (const char *filename,
|
65
65
|
const char *encoding);
|
66
66
|
|
67
67
|
/**
|
68
68
|
* Interfaces for the Push mode.
|
69
69
|
*/
|
70
|
-
XMLPUBFUN void XMLCALL
|
70
|
+
XMLPUBFUN void XMLCALL
|
71
71
|
docbFreeParserCtxt (docbParserCtxtPtr ctxt);
|
72
|
-
XMLPUBFUN docbParserCtxtPtr XMLCALL
|
72
|
+
XMLPUBFUN docbParserCtxtPtr XMLCALL
|
73
73
|
docbCreatePushParserCtxt(docbSAXHandlerPtr sax,
|
74
74
|
void *user_data,
|
75
75
|
const char *chunk,
|
76
76
|
int size,
|
77
77
|
const char *filename,
|
78
78
|
xmlCharEncoding enc);
|
79
|
-
XMLPUBFUN int XMLCALL
|
79
|
+
XMLPUBFUN int XMLCALL
|
80
80
|
docbParseChunk (docbParserCtxtPtr ctxt,
|
81
81
|
const char *chunk,
|
82
82
|
int size,
|
83
83
|
int terminate);
|
84
|
-
XMLPUBFUN docbParserCtxtPtr XMLCALL
|
84
|
+
XMLPUBFUN docbParserCtxtPtr XMLCALL
|
85
85
|
docbCreateFileParserCtxt(const char *filename,
|
86
86
|
const char *encoding);
|
87
|
-
XMLPUBFUN int XMLCALL
|
87
|
+
XMLPUBFUN int XMLCALL
|
88
88
|
docbParseDocument (docbParserCtxtPtr ctxt);
|
89
89
|
|
90
90
|
#ifdef __cplusplus
|
@@ -83,87 +83,87 @@ struct _htmlEntityDesc {
|
|
83
83
|
/*
|
84
84
|
* There is only few public functions.
|
85
85
|
*/
|
86
|
-
XMLPUBFUN const htmlElemDesc * XMLCALL
|
86
|
+
XMLPUBFUN const htmlElemDesc * XMLCALL
|
87
87
|
htmlTagLookup (const xmlChar *tag);
|
88
|
-
XMLPUBFUN const htmlEntityDesc * XMLCALL
|
88
|
+
XMLPUBFUN const htmlEntityDesc * XMLCALL
|
89
89
|
htmlEntityLookup(const xmlChar *name);
|
90
|
-
XMLPUBFUN const htmlEntityDesc * XMLCALL
|
90
|
+
XMLPUBFUN const htmlEntityDesc * XMLCALL
|
91
91
|
htmlEntityValueLookup(unsigned int value);
|
92
92
|
|
93
|
-
XMLPUBFUN int XMLCALL
|
93
|
+
XMLPUBFUN int XMLCALL
|
94
94
|
htmlIsAutoClosed(htmlDocPtr doc,
|
95
95
|
htmlNodePtr elem);
|
96
|
-
XMLPUBFUN int XMLCALL
|
96
|
+
XMLPUBFUN int XMLCALL
|
97
97
|
htmlAutoCloseTag(htmlDocPtr doc,
|
98
98
|
const xmlChar *name,
|
99
99
|
htmlNodePtr elem);
|
100
|
-
XMLPUBFUN const htmlEntityDesc * XMLCALL
|
100
|
+
XMLPUBFUN const htmlEntityDesc * XMLCALL
|
101
101
|
htmlParseEntityRef(htmlParserCtxtPtr ctxt,
|
102
102
|
const xmlChar **str);
|
103
|
-
XMLPUBFUN int XMLCALL
|
103
|
+
XMLPUBFUN int XMLCALL
|
104
104
|
htmlParseCharRef(htmlParserCtxtPtr ctxt);
|
105
|
-
XMLPUBFUN void XMLCALL
|
105
|
+
XMLPUBFUN void XMLCALL
|
106
106
|
htmlParseElement(htmlParserCtxtPtr ctxt);
|
107
107
|
|
108
|
-
XMLPUBFUN htmlParserCtxtPtr XMLCALL
|
108
|
+
XMLPUBFUN htmlParserCtxtPtr XMLCALL
|
109
109
|
htmlNewParserCtxt(void);
|
110
110
|
|
111
|
-
XMLPUBFUN htmlParserCtxtPtr XMLCALL
|
111
|
+
XMLPUBFUN htmlParserCtxtPtr XMLCALL
|
112
112
|
htmlCreateMemoryParserCtxt(const char *buffer,
|
113
113
|
int size);
|
114
114
|
|
115
|
-
XMLPUBFUN int XMLCALL
|
115
|
+
XMLPUBFUN int XMLCALL
|
116
116
|
htmlParseDocument(htmlParserCtxtPtr ctxt);
|
117
|
-
XMLPUBFUN htmlDocPtr XMLCALL
|
117
|
+
XMLPUBFUN htmlDocPtr XMLCALL
|
118
118
|
htmlSAXParseDoc (xmlChar *cur,
|
119
119
|
const char *encoding,
|
120
120
|
htmlSAXHandlerPtr sax,
|
121
121
|
void *userData);
|
122
|
-
XMLPUBFUN htmlDocPtr XMLCALL
|
122
|
+
XMLPUBFUN htmlDocPtr XMLCALL
|
123
123
|
htmlParseDoc (xmlChar *cur,
|
124
124
|
const char *encoding);
|
125
|
-
XMLPUBFUN htmlDocPtr XMLCALL
|
125
|
+
XMLPUBFUN htmlDocPtr XMLCALL
|
126
126
|
htmlSAXParseFile(const char *filename,
|
127
127
|
const char *encoding,
|
128
128
|
htmlSAXHandlerPtr sax,
|
129
129
|
void *userData);
|
130
|
-
XMLPUBFUN htmlDocPtr XMLCALL
|
130
|
+
XMLPUBFUN htmlDocPtr XMLCALL
|
131
131
|
htmlParseFile (const char *filename,
|
132
132
|
const char *encoding);
|
133
|
-
XMLPUBFUN int XMLCALL
|
133
|
+
XMLPUBFUN int XMLCALL
|
134
134
|
UTF8ToHtml (unsigned char *out,
|
135
135
|
int *outlen,
|
136
136
|
const unsigned char *in,
|
137
137
|
int *inlen);
|
138
|
-
XMLPUBFUN int XMLCALL
|
138
|
+
XMLPUBFUN int XMLCALL
|
139
139
|
htmlEncodeEntities(unsigned char *out,
|
140
140
|
int *outlen,
|
141
141
|
const unsigned char *in,
|
142
142
|
int *inlen, int quoteChar);
|
143
|
-
XMLPUBFUN int XMLCALL
|
143
|
+
XMLPUBFUN int XMLCALL
|
144
144
|
htmlIsScriptAttribute(const xmlChar *name);
|
145
|
-
XMLPUBFUN int XMLCALL
|
145
|
+
XMLPUBFUN int XMLCALL
|
146
146
|
htmlHandleOmittedElem(int val);
|
147
147
|
|
148
148
|
#ifdef LIBXML_PUSH_ENABLED
|
149
149
|
/**
|
150
150
|
* Interfaces for the Push mode.
|
151
151
|
*/
|
152
|
-
XMLPUBFUN htmlParserCtxtPtr XMLCALL
|
152
|
+
XMLPUBFUN htmlParserCtxtPtr XMLCALL
|
153
153
|
htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax,
|
154
154
|
void *user_data,
|
155
155
|
const char *chunk,
|
156
156
|
int size,
|
157
157
|
const char *filename,
|
158
158
|
xmlCharEncoding enc);
|
159
|
-
XMLPUBFUN int XMLCALL
|
159
|
+
XMLPUBFUN int XMLCALL
|
160
160
|
htmlParseChunk (htmlParserCtxtPtr ctxt,
|
161
161
|
const char *chunk,
|
162
162
|
int size,
|
163
163
|
int terminate);
|
164
164
|
#endif /* LIBXML_PUSH_ENABLED */
|
165
165
|
|
166
|
-
XMLPUBFUN void XMLCALL
|
166
|
+
XMLPUBFUN void XMLCALL
|
167
167
|
htmlFreeParserCtxt (htmlParserCtxtPtr ctxt);
|
168
168
|
|
169
169
|
/*
|
@@ -177,13 +177,15 @@ XMLPUBFUN void XMLCALL
|
|
177
177
|
*/
|
178
178
|
typedef enum {
|
179
179
|
HTML_PARSE_RECOVER = 1<<0, /* Relaxed parsing */
|
180
|
+
HTML_PARSE_NODEFDTD = 1<<2, /* do not default a doctype if not found */
|
180
181
|
HTML_PARSE_NOERROR = 1<<5, /* suppress error reports */
|
181
182
|
HTML_PARSE_NOWARNING= 1<<6, /* suppress warning reports */
|
182
183
|
HTML_PARSE_PEDANTIC = 1<<7, /* pedantic error reporting */
|
183
184
|
HTML_PARSE_NOBLANKS = 1<<8, /* remove blank nodes */
|
184
185
|
HTML_PARSE_NONET = 1<<11,/* Forbid network access */
|
185
186
|
HTML_PARSE_NOIMPLIED= 1<<13,/* Do not add implied html/body... elements */
|
186
|
-
HTML_PARSE_COMPACT = 1<<16
|
187
|
+
HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */
|
188
|
+
HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */
|
187
189
|
} htmlParserOption;
|
188
190
|
|
189
191
|
XMLPUBFUN void XMLCALL
|
@@ -62,78 +62,78 @@ extern "C" {
|
|
62
62
|
XMLPUBFUN htmlDocPtr XMLCALL
|
63
63
|
htmlNewDoc (const xmlChar *URI,
|
64
64
|
const xmlChar *ExternalID);
|
65
|
-
XMLPUBFUN htmlDocPtr XMLCALL
|
65
|
+
XMLPUBFUN htmlDocPtr XMLCALL
|
66
66
|
htmlNewDocNoDtD (const xmlChar *URI,
|
67
67
|
const xmlChar *ExternalID);
|
68
|
-
XMLPUBFUN const xmlChar * XMLCALL
|
68
|
+
XMLPUBFUN const xmlChar * XMLCALL
|
69
69
|
htmlGetMetaEncoding (htmlDocPtr doc);
|
70
|
-
XMLPUBFUN int XMLCALL
|
70
|
+
XMLPUBFUN int XMLCALL
|
71
71
|
htmlSetMetaEncoding (htmlDocPtr doc,
|
72
72
|
const xmlChar *encoding);
|
73
73
|
#ifdef LIBXML_OUTPUT_ENABLED
|
74
|
-
XMLPUBFUN void XMLCALL
|
74
|
+
XMLPUBFUN void XMLCALL
|
75
75
|
htmlDocDumpMemory (xmlDocPtr cur,
|
76
76
|
xmlChar **mem,
|
77
77
|
int *size);
|
78
|
-
XMLPUBFUN void XMLCALL
|
78
|
+
XMLPUBFUN void XMLCALL
|
79
79
|
htmlDocDumpMemoryFormat (xmlDocPtr cur,
|
80
80
|
xmlChar **mem,
|
81
81
|
int *size,
|
82
82
|
int format);
|
83
|
-
XMLPUBFUN int XMLCALL
|
83
|
+
XMLPUBFUN int XMLCALL
|
84
84
|
htmlDocDump (FILE *f,
|
85
85
|
xmlDocPtr cur);
|
86
|
-
XMLPUBFUN int XMLCALL
|
86
|
+
XMLPUBFUN int XMLCALL
|
87
87
|
htmlSaveFile (const char *filename,
|
88
88
|
xmlDocPtr cur);
|
89
|
-
XMLPUBFUN int XMLCALL
|
89
|
+
XMLPUBFUN int XMLCALL
|
90
90
|
htmlNodeDump (xmlBufferPtr buf,
|
91
91
|
xmlDocPtr doc,
|
92
92
|
xmlNodePtr cur);
|
93
|
-
XMLPUBFUN void XMLCALL
|
93
|
+
XMLPUBFUN void XMLCALL
|
94
94
|
htmlNodeDumpFile (FILE *out,
|
95
95
|
xmlDocPtr doc,
|
96
96
|
xmlNodePtr cur);
|
97
|
-
XMLPUBFUN int XMLCALL
|
97
|
+
XMLPUBFUN int XMLCALL
|
98
98
|
htmlNodeDumpFileFormat (FILE *out,
|
99
99
|
xmlDocPtr doc,
|
100
100
|
xmlNodePtr cur,
|
101
101
|
const char *encoding,
|
102
102
|
int format);
|
103
|
-
XMLPUBFUN int XMLCALL
|
103
|
+
XMLPUBFUN int XMLCALL
|
104
104
|
htmlSaveFileEnc (const char *filename,
|
105
105
|
xmlDocPtr cur,
|
106
106
|
const char *encoding);
|
107
|
-
XMLPUBFUN int XMLCALL
|
107
|
+
XMLPUBFUN int XMLCALL
|
108
108
|
htmlSaveFileFormat (const char *filename,
|
109
109
|
xmlDocPtr cur,
|
110
110
|
const char *encoding,
|
111
111
|
int format);
|
112
112
|
|
113
|
-
XMLPUBFUN void XMLCALL
|
113
|
+
XMLPUBFUN void XMLCALL
|
114
114
|
htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf,
|
115
115
|
xmlDocPtr doc,
|
116
116
|
xmlNodePtr cur,
|
117
117
|
const char *encoding,
|
118
118
|
int format);
|
119
|
-
XMLPUBFUN void XMLCALL
|
119
|
+
XMLPUBFUN void XMLCALL
|
120
120
|
htmlDocContentDumpOutput(xmlOutputBufferPtr buf,
|
121
121
|
xmlDocPtr cur,
|
122
122
|
const char *encoding);
|
123
|
-
XMLPUBFUN void XMLCALL
|
123
|
+
XMLPUBFUN void XMLCALL
|
124
124
|
htmlDocContentDumpFormatOutput(xmlOutputBufferPtr buf,
|
125
125
|
xmlDocPtr cur,
|
126
126
|
const char *encoding,
|
127
127
|
int format);
|
128
|
-
XMLPUBFUN void XMLCALL
|
129
|
-
htmlNodeDumpOutput (xmlOutputBufferPtr buf,
|
128
|
+
XMLPUBFUN void XMLCALL
|
129
|
+
htmlNodeDumpOutput (xmlOutputBufferPtr buf,
|
130
130
|
xmlDocPtr doc,
|
131
|
-
xmlNodePtr cur,
|
131
|
+
xmlNodePtr cur,
|
132
132
|
const char *encoding);
|
133
133
|
|
134
134
|
#endif /* LIBXML_OUTPUT_ENABLED */
|
135
135
|
|
136
|
-
XMLPUBFUN int XMLCALL
|
136
|
+
XMLPUBFUN int XMLCALL
|
137
137
|
htmlIsBooleanAttr (const xmlChar *name);
|
138
138
|
|
139
139
|
|
@@ -25,53 +25,53 @@ extern "C" {
|
|
25
25
|
#endif
|
26
26
|
XMLPUBFUN const xmlChar * XMLCALL
|
27
27
|
getPublicId (void *ctx);
|
28
|
-
XMLPUBFUN const xmlChar * XMLCALL
|
28
|
+
XMLPUBFUN const xmlChar * XMLCALL
|
29
29
|
getSystemId (void *ctx);
|
30
|
-
XMLPUBFUN void XMLCALL
|
30
|
+
XMLPUBFUN void XMLCALL
|
31
31
|
setDocumentLocator (void *ctx,
|
32
32
|
xmlSAXLocatorPtr loc);
|
33
|
-
|
34
|
-
XMLPUBFUN int XMLCALL
|
33
|
+
|
34
|
+
XMLPUBFUN int XMLCALL
|
35
35
|
getLineNumber (void *ctx);
|
36
|
-
XMLPUBFUN int XMLCALL
|
36
|
+
XMLPUBFUN int XMLCALL
|
37
37
|
getColumnNumber (void *ctx);
|
38
38
|
|
39
|
-
XMLPUBFUN int XMLCALL
|
39
|
+
XMLPUBFUN int XMLCALL
|
40
40
|
isStandalone (void *ctx);
|
41
|
-
XMLPUBFUN int XMLCALL
|
41
|
+
XMLPUBFUN int XMLCALL
|
42
42
|
hasInternalSubset (void *ctx);
|
43
|
-
XMLPUBFUN int XMLCALL
|
43
|
+
XMLPUBFUN int XMLCALL
|
44
44
|
hasExternalSubset (void *ctx);
|
45
45
|
|
46
|
-
XMLPUBFUN void XMLCALL
|
46
|
+
XMLPUBFUN void XMLCALL
|
47
47
|
internalSubset (void *ctx,
|
48
48
|
const xmlChar *name,
|
49
49
|
const xmlChar *ExternalID,
|
50
50
|
const xmlChar *SystemID);
|
51
|
-
XMLPUBFUN void XMLCALL
|
51
|
+
XMLPUBFUN void XMLCALL
|
52
52
|
externalSubset (void *ctx,
|
53
53
|
const xmlChar *name,
|
54
54
|
const xmlChar *ExternalID,
|
55
55
|
const xmlChar *SystemID);
|
56
|
-
XMLPUBFUN xmlEntityPtr XMLCALL
|
56
|
+
XMLPUBFUN xmlEntityPtr XMLCALL
|
57
57
|
getEntity (void *ctx,
|
58
58
|
const xmlChar *name);
|
59
|
-
XMLPUBFUN xmlEntityPtr XMLCALL
|
59
|
+
XMLPUBFUN xmlEntityPtr XMLCALL
|
60
60
|
getParameterEntity (void *ctx,
|
61
61
|
const xmlChar *name);
|
62
|
-
XMLPUBFUN xmlParserInputPtr XMLCALL
|
62
|
+
XMLPUBFUN xmlParserInputPtr XMLCALL
|
63
63
|
resolveEntity (void *ctx,
|
64
64
|
const xmlChar *publicId,
|
65
65
|
const xmlChar *systemId);
|
66
66
|
|
67
|
-
XMLPUBFUN void XMLCALL
|
67
|
+
XMLPUBFUN void XMLCALL
|
68
68
|
entityDecl (void *ctx,
|
69
69
|
const xmlChar *name,
|
70
70
|
int type,
|
71
71
|
const xmlChar *publicId,
|
72
72
|
const xmlChar *systemId,
|
73
73
|
xmlChar *content);
|
74
|
-
XMLPUBFUN void XMLCALL
|
74
|
+
XMLPUBFUN void XMLCALL
|
75
75
|
attributeDecl (void *ctx,
|
76
76
|
const xmlChar *elem,
|
77
77
|
const xmlChar *fullname,
|
@@ -79,87 +79,87 @@ XMLPUBFUN void XMLCALL
|
|
79
79
|
int def,
|
80
80
|
const xmlChar *defaultValue,
|
81
81
|
xmlEnumerationPtr tree);
|
82
|
-
XMLPUBFUN void XMLCALL
|
82
|
+
XMLPUBFUN void XMLCALL
|
83
83
|
elementDecl (void *ctx,
|
84
84
|
const xmlChar *name,
|
85
85
|
int type,
|
86
86
|
xmlElementContentPtr content);
|
87
|
-
XMLPUBFUN void XMLCALL
|
87
|
+
XMLPUBFUN void XMLCALL
|
88
88
|
notationDecl (void *ctx,
|
89
89
|
const xmlChar *name,
|
90
90
|
const xmlChar *publicId,
|
91
91
|
const xmlChar *systemId);
|
92
|
-
XMLPUBFUN void XMLCALL
|
92
|
+
XMLPUBFUN void XMLCALL
|
93
93
|
unparsedEntityDecl (void *ctx,
|
94
94
|
const xmlChar *name,
|
95
95
|
const xmlChar *publicId,
|
96
96
|
const xmlChar *systemId,
|
97
97
|
const xmlChar *notationName);
|
98
98
|
|
99
|
-
XMLPUBFUN void XMLCALL
|
99
|
+
XMLPUBFUN void XMLCALL
|
100
100
|
startDocument (void *ctx);
|
101
|
-
XMLPUBFUN void XMLCALL
|
101
|
+
XMLPUBFUN void XMLCALL
|
102
102
|
endDocument (void *ctx);
|
103
|
-
XMLPUBFUN void XMLCALL
|
103
|
+
XMLPUBFUN void XMLCALL
|
104
104
|
attribute (void *ctx,
|
105
105
|
const xmlChar *fullname,
|
106
106
|
const xmlChar *value);
|
107
|
-
XMLPUBFUN void XMLCALL
|
107
|
+
XMLPUBFUN void XMLCALL
|
108
108
|
startElement (void *ctx,
|
109
109
|
const xmlChar *fullname,
|
110
110
|
const xmlChar **atts);
|
111
|
-
XMLPUBFUN void XMLCALL
|
111
|
+
XMLPUBFUN void XMLCALL
|
112
112
|
endElement (void *ctx,
|
113
113
|
const xmlChar *name);
|
114
|
-
XMLPUBFUN void XMLCALL
|
114
|
+
XMLPUBFUN void XMLCALL
|
115
115
|
reference (void *ctx,
|
116
116
|
const xmlChar *name);
|
117
|
-
XMLPUBFUN void XMLCALL
|
117
|
+
XMLPUBFUN void XMLCALL
|
118
118
|
characters (void *ctx,
|
119
119
|
const xmlChar *ch,
|
120
120
|
int len);
|
121
|
-
XMLPUBFUN void XMLCALL
|
121
|
+
XMLPUBFUN void XMLCALL
|
122
122
|
ignorableWhitespace (void *ctx,
|
123
123
|
const xmlChar *ch,
|
124
124
|
int len);
|
125
|
-
XMLPUBFUN void XMLCALL
|
125
|
+
XMLPUBFUN void XMLCALL
|
126
126
|
processingInstruction (void *ctx,
|
127
127
|
const xmlChar *target,
|
128
128
|
const xmlChar *data);
|
129
|
-
XMLPUBFUN void XMLCALL
|
129
|
+
XMLPUBFUN void XMLCALL
|
130
130
|
globalNamespace (void *ctx,
|
131
131
|
const xmlChar *href,
|
132
132
|
const xmlChar *prefix);
|
133
|
-
XMLPUBFUN void XMLCALL
|
133
|
+
XMLPUBFUN void XMLCALL
|
134
134
|
setNamespace (void *ctx,
|
135
135
|
const xmlChar *name);
|
136
|
-
XMLPUBFUN xmlNsPtr XMLCALL
|
136
|
+
XMLPUBFUN xmlNsPtr XMLCALL
|
137
137
|
getNamespace (void *ctx);
|
138
|
-
XMLPUBFUN int XMLCALL
|
138
|
+
XMLPUBFUN int XMLCALL
|
139
139
|
checkNamespace (void *ctx,
|
140
140
|
xmlChar *nameSpace);
|
141
|
-
XMLPUBFUN void XMLCALL
|
141
|
+
XMLPUBFUN void XMLCALL
|
142
142
|
namespaceDecl (void *ctx,
|
143
143
|
const xmlChar *href,
|
144
144
|
const xmlChar *prefix);
|
145
|
-
XMLPUBFUN void XMLCALL
|
145
|
+
XMLPUBFUN void XMLCALL
|
146
146
|
comment (void *ctx,
|
147
147
|
const xmlChar *value);
|
148
|
-
XMLPUBFUN void XMLCALL
|
148
|
+
XMLPUBFUN void XMLCALL
|
149
149
|
cdataBlock (void *ctx,
|
150
150
|
const xmlChar *value,
|
151
151
|
int len);
|
152
152
|
|
153
153
|
#ifdef LIBXML_SAX1_ENABLED
|
154
|
-
XMLPUBFUN void XMLCALL
|
154
|
+
XMLPUBFUN void XMLCALL
|
155
155
|
initxmlDefaultSAXHandler (xmlSAXHandlerV1 *hdlr,
|
156
156
|
int warning);
|
157
157
|
#ifdef LIBXML_HTML_ENABLED
|
158
|
-
XMLPUBFUN void XMLCALL
|
158
|
+
XMLPUBFUN void XMLCALL
|
159
159
|
inithtmlDefaultSAXHandler (xmlSAXHandlerV1 *hdlr);
|
160
160
|
#endif
|
161
161
|
#ifdef LIBXML_DOCB_ENABLED
|
162
|
-
XMLPUBFUN void XMLCALL
|
162
|
+
XMLPUBFUN void XMLCALL
|
163
163
|
initdocbDefaultSAXHandler (xmlSAXHandlerV1 *hdlr);
|
164
164
|
#endif
|
165
165
|
#endif /* LIBXML_SAX1_ENABLED */
|