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
@@ -40,25 +40,25 @@ typedef xmlAutomataState *xmlAutomataStatePtr;
|
|
40
40
|
/*
|
41
41
|
* Building API
|
42
42
|
*/
|
43
|
-
XMLPUBFUN xmlAutomataPtr XMLCALL
|
43
|
+
XMLPUBFUN xmlAutomataPtr XMLCALL
|
44
44
|
xmlNewAutomata (void);
|
45
|
-
XMLPUBFUN void XMLCALL
|
45
|
+
XMLPUBFUN void XMLCALL
|
46
46
|
xmlFreeAutomata (xmlAutomataPtr am);
|
47
47
|
|
48
|
-
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
48
|
+
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
49
49
|
xmlAutomataGetInitState (xmlAutomataPtr am);
|
50
|
-
XMLPUBFUN int XMLCALL
|
50
|
+
XMLPUBFUN int XMLCALL
|
51
51
|
xmlAutomataSetFinalState (xmlAutomataPtr am,
|
52
52
|
xmlAutomataStatePtr state);
|
53
|
-
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
53
|
+
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
54
54
|
xmlAutomataNewState (xmlAutomataPtr am);
|
55
|
-
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
55
|
+
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
56
56
|
xmlAutomataNewTransition (xmlAutomataPtr am,
|
57
57
|
xmlAutomataStatePtr from,
|
58
58
|
xmlAutomataStatePtr to,
|
59
59
|
const xmlChar *token,
|
60
60
|
void *data);
|
61
|
-
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
61
|
+
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
62
62
|
xmlAutomataNewTransition2 (xmlAutomataPtr am,
|
63
63
|
xmlAutomataStatePtr from,
|
64
64
|
xmlAutomataStatePtr to,
|
@@ -73,7 +73,7 @@ XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
|
73
73
|
const xmlChar *token2,
|
74
74
|
void *data);
|
75
75
|
|
76
|
-
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
76
|
+
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
77
77
|
xmlAutomataNewCountTrans (xmlAutomataPtr am,
|
78
78
|
xmlAutomataStatePtr from,
|
79
79
|
xmlAutomataStatePtr to,
|
@@ -81,7 +81,7 @@ XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
|
81
81
|
int min,
|
82
82
|
int max,
|
83
83
|
void *data);
|
84
|
-
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
84
|
+
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
85
85
|
xmlAutomataNewCountTrans2 (xmlAutomataPtr am,
|
86
86
|
xmlAutomataStatePtr from,
|
87
87
|
xmlAutomataStatePtr to,
|
@@ -90,7 +90,7 @@ XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
|
90
90
|
int min,
|
91
91
|
int max,
|
92
92
|
void *data);
|
93
|
-
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
93
|
+
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
94
94
|
xmlAutomataNewOnceTrans (xmlAutomataPtr am,
|
95
95
|
xmlAutomataStatePtr from,
|
96
96
|
xmlAutomataStatePtr to,
|
@@ -99,46 +99,46 @@ XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
|
99
99
|
int max,
|
100
100
|
void *data);
|
101
101
|
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
102
|
-
xmlAutomataNewOnceTrans2 (xmlAutomataPtr am,
|
102
|
+
xmlAutomataNewOnceTrans2 (xmlAutomataPtr am,
|
103
103
|
xmlAutomataStatePtr from,
|
104
|
-
xmlAutomataStatePtr to,
|
104
|
+
xmlAutomataStatePtr to,
|
105
105
|
const xmlChar *token,
|
106
106
|
const xmlChar *token2,
|
107
|
-
int min,
|
108
|
-
int max,
|
107
|
+
int min,
|
108
|
+
int max,
|
109
109
|
void *data);
|
110
|
-
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
110
|
+
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
111
111
|
xmlAutomataNewAllTrans (xmlAutomataPtr am,
|
112
112
|
xmlAutomataStatePtr from,
|
113
113
|
xmlAutomataStatePtr to,
|
114
114
|
int lax);
|
115
|
-
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
115
|
+
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
116
116
|
xmlAutomataNewEpsilon (xmlAutomataPtr am,
|
117
117
|
xmlAutomataStatePtr from,
|
118
118
|
xmlAutomataStatePtr to);
|
119
|
-
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
119
|
+
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
120
120
|
xmlAutomataNewCountedTrans (xmlAutomataPtr am,
|
121
121
|
xmlAutomataStatePtr from,
|
122
122
|
xmlAutomataStatePtr to,
|
123
123
|
int counter);
|
124
|
-
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
124
|
+
XMLPUBFUN xmlAutomataStatePtr XMLCALL
|
125
125
|
xmlAutomataNewCounterTrans (xmlAutomataPtr am,
|
126
126
|
xmlAutomataStatePtr from,
|
127
127
|
xmlAutomataStatePtr to,
|
128
128
|
int counter);
|
129
|
-
XMLPUBFUN int XMLCALL
|
129
|
+
XMLPUBFUN int XMLCALL
|
130
130
|
xmlAutomataNewCounter (xmlAutomataPtr am,
|
131
131
|
int min,
|
132
132
|
int max);
|
133
133
|
|
134
|
-
XMLPUBFUN xmlRegexpPtr XMLCALL
|
134
|
+
XMLPUBFUN xmlRegexpPtr XMLCALL
|
135
135
|
xmlAutomataCompile (xmlAutomataPtr am);
|
136
|
-
XMLPUBFUN int XMLCALL
|
136
|
+
XMLPUBFUN int XMLCALL
|
137
137
|
xmlAutomataIsDeterminist (xmlAutomataPtr am);
|
138
138
|
|
139
139
|
#ifdef __cplusplus
|
140
140
|
}
|
141
|
-
#endif
|
141
|
+
#endif
|
142
142
|
|
143
143
|
#endif /* LIBXML_AUTOMATA_ENABLED */
|
144
144
|
#endif /* LIBXML_REGEXP_ENABLED */
|
@@ -62,7 +62,9 @@ typedef enum {
|
|
62
62
|
XML_FROM_WRITER, /* The xmlwriter module */
|
63
63
|
XML_FROM_MODULE, /* The dynamically loaded module module*/
|
64
64
|
XML_FROM_I18N, /* The module handling character conversion */
|
65
|
-
XML_FROM_SCHEMATRONV
|
65
|
+
XML_FROM_SCHEMATRONV,/* The Schematron validator module */
|
66
|
+
XML_FROM_BUFFER, /* The buffers module */
|
67
|
+
XML_FROM_URI /* The URI module */
|
66
68
|
} xmlErrorDomain;
|
67
69
|
|
68
70
|
/**
|
@@ -205,6 +207,7 @@ typedef enum {
|
|
205
207
|
XML_WAR_ENTITY_REDEFINED, /* 107 */
|
206
208
|
XML_ERR_UNKNOWN_VERSION, /* 108 */
|
207
209
|
XML_ERR_VERSION_MISMATCH, /* 109 */
|
210
|
+
XML_ERR_NAME_TOO_LONG, /* 110 */
|
208
211
|
XML_NS_ERR_XML_NAMESPACE = 200,
|
209
212
|
XML_NS_ERR_UNDEFINED_NAMESPACE, /* 201 */
|
210
213
|
XML_NS_ERR_QNAME, /* 202 */
|
@@ -825,11 +828,8 @@ typedef enum {
|
|
825
828
|
XML_I18N_NO_HANDLER, /* 6001 */
|
826
829
|
XML_I18N_EXCESS_HANDLER, /* 6002 */
|
827
830
|
XML_I18N_CONV_FAILED, /* 6003 */
|
828
|
-
XML_I18N_NO_OUTPUT /* 6004 */
|
829
|
-
|
830
|
-
XML_CHECK_, /* 5033 */
|
831
|
-
XML_CHECK_X /* 503 */
|
832
|
-
#endif
|
831
|
+
XML_I18N_NO_OUTPUT, /* 6004 */
|
832
|
+
XML_BUF_OVERFLOW = 7000
|
833
833
|
} xmlParserErrors;
|
834
834
|
|
835
835
|
/**
|
@@ -43,7 +43,7 @@
|
|
43
43
|
/**
|
44
44
|
* XMLCDECL:
|
45
45
|
*
|
46
|
-
* Macro which declares the calling convention for exported functions that
|
46
|
+
* Macro which declares the calling convention for exported functions that
|
47
47
|
* use '...'.
|
48
48
|
*/
|
49
49
|
#define XMLCDECL
|
@@ -115,7 +115,7 @@
|
|
115
115
|
*/
|
116
116
|
#if defined(IN_LIBXML) && !defined(LIBXML_STATIC)
|
117
117
|
#define XMLPUBFUN __declspec(dllexport)
|
118
|
-
#define XMLPUBVAR __declspec(dllexport)
|
118
|
+
#define XMLPUBVAR __declspec(dllexport) extern
|
119
119
|
#else
|
120
120
|
#define XMLPUBFUN
|
121
121
|
#if !defined(LIBXML_STATIC)
|
@@ -130,16 +130,16 @@ XMLPUBFUN int XMLCALL
|
|
130
130
|
|
131
131
|
#ifdef LIBXML_WRITER_ENABLED
|
132
132
|
XMLPUBFUN xmlChar * XMLCALL
|
133
|
-
xmlTextReaderReadInnerXml
|
133
|
+
xmlTextReaderReadInnerXml(xmlTextReaderPtr reader);
|
134
134
|
|
135
135
|
XMLPUBFUN xmlChar * XMLCALL
|
136
|
-
xmlTextReaderReadOuterXml
|
136
|
+
xmlTextReaderReadOuterXml(xmlTextReaderPtr reader);
|
137
137
|
#endif
|
138
138
|
|
139
139
|
XMLPUBFUN xmlChar * XMLCALL
|
140
|
-
xmlTextReaderReadString
|
140
|
+
xmlTextReaderReadString (xmlTextReaderPtr reader);
|
141
141
|
XMLPUBFUN int XMLCALL
|
142
|
-
xmlTextReaderReadAttributeValue
|
142
|
+
xmlTextReaderReadAttributeValue(xmlTextReaderPtr reader);
|
143
143
|
|
144
144
|
/*
|
145
145
|
* Attributes of the node
|
@@ -284,6 +284,11 @@ XMLPUBFUN int XMLCALL
|
|
284
284
|
XMLPUBFUN int XMLCALL
|
285
285
|
xmlTextReaderRelaxNGValidate(xmlTextReaderPtr reader,
|
286
286
|
const char *rng);
|
287
|
+
XMLPUBFUN int XMLCALL
|
288
|
+
xmlTextReaderRelaxNGValidateCtxt(xmlTextReaderPtr reader,
|
289
|
+
xmlRelaxNGValidCtxtPtr ctxt,
|
290
|
+
int options);
|
291
|
+
|
287
292
|
XMLPUBFUN int XMLCALL
|
288
293
|
xmlTextReaderRelaxNGSetSchema(xmlTextReaderPtr reader,
|
289
294
|
xmlRelaxNGPtr schema);
|
@@ -392,27 +397,26 @@ typedef void * xmlTextReaderLocatorPtr;
|
|
392
397
|
*
|
393
398
|
* Signature of an error callback from a reader parser
|
394
399
|
*/
|
395
|
-
typedef void
|
396
|
-
|
397
|
-
|
398
|
-
|
400
|
+
typedef void (XMLCALL *xmlTextReaderErrorFunc)(void *arg,
|
401
|
+
const char *msg,
|
402
|
+
xmlParserSeverities severity,
|
403
|
+
xmlTextReaderLocatorPtr locator);
|
399
404
|
XMLPUBFUN int XMLCALL
|
400
|
-
|
401
|
-
/*int xmlTextReaderLocatorLinePosition(xmlTextReaderLocatorPtr locator);*/
|
405
|
+
xmlTextReaderLocatorLineNumber(xmlTextReaderLocatorPtr locator);
|
402
406
|
XMLPUBFUN xmlChar * XMLCALL
|
403
|
-
|
407
|
+
xmlTextReaderLocatorBaseURI (xmlTextReaderLocatorPtr locator);
|
404
408
|
XMLPUBFUN void XMLCALL
|
405
|
-
|
406
|
-
|
407
|
-
|
409
|
+
xmlTextReaderSetErrorHandler(xmlTextReaderPtr reader,
|
410
|
+
xmlTextReaderErrorFunc f,
|
411
|
+
void *arg);
|
408
412
|
XMLPUBFUN void XMLCALL
|
409
|
-
|
410
|
-
|
411
|
-
|
413
|
+
xmlTextReaderSetStructuredErrorHandler(xmlTextReaderPtr reader,
|
414
|
+
xmlStructuredErrorFunc f,
|
415
|
+
void *arg);
|
412
416
|
XMLPUBFUN void XMLCALL
|
413
|
-
|
414
|
-
|
415
|
-
|
417
|
+
xmlTextReaderGetErrorHandler(xmlTextReaderPtr reader,
|
418
|
+
xmlTextReaderErrorFunc *f,
|
419
|
+
void **arg);
|
416
420
|
|
417
421
|
#endif /* LIBXML_READER_ENABLED */
|
418
422
|
|
@@ -33,7 +33,8 @@ typedef enum {
|
|
33
33
|
XML_SAVE_NO_XHTML = 1<<3, /* disable XHTML1 specific rules */
|
34
34
|
XML_SAVE_XHTML = 1<<4, /* force XHTML1 specific rules */
|
35
35
|
XML_SAVE_AS_XML = 1<<5, /* force XML serialization on HTML doc */
|
36
|
-
XML_SAVE_AS_HTML = 1<<6
|
36
|
+
XML_SAVE_AS_HTML = 1<<6, /* force HTML serialization on XML doc */
|
37
|
+
XML_SAVE_WSNONSIG = 1<<7 /* format with non-significant whitespace */
|
37
38
|
} xmlSaveOption;
|
38
39
|
|
39
40
|
|
@@ -92,7 +92,8 @@ typedef xmlSchema *xmlSchemaPtr;
|
|
92
92
|
*
|
93
93
|
* Signature of an error callback from an XSD validation
|
94
94
|
*/
|
95
|
-
typedef void (XMLCDECL *xmlSchemaValidityErrorFunc)
|
95
|
+
typedef void (XMLCDECL *xmlSchemaValidityErrorFunc)
|
96
|
+
(void *ctx, const char *msg, ...) LIBXML_ATTR_FORMAT(2,3);
|
96
97
|
|
97
98
|
/**
|
98
99
|
* xmlSchemaValidityWarningFunc:
|
@@ -102,7 +103,8 @@ typedef void (XMLCDECL *xmlSchemaValidityErrorFunc) (void *ctx, const char *msg,
|
|
102
103
|
*
|
103
104
|
* Signature of a warning callback from an XSD validation
|
104
105
|
*/
|
105
|
-
typedef void (XMLCDECL *xmlSchemaValidityWarningFunc)
|
106
|
+
typedef void (XMLCDECL *xmlSchemaValidityWarningFunc)
|
107
|
+
(void *ctx, const char *msg, ...) LIBXML_ATTR_FORMAT(2,3);
|
106
108
|
|
107
109
|
/**
|
108
110
|
* A schemas validation context
|
@@ -113,6 +115,22 @@ typedef xmlSchemaParserCtxt *xmlSchemaParserCtxtPtr;
|
|
113
115
|
typedef struct _xmlSchemaValidCtxt xmlSchemaValidCtxt;
|
114
116
|
typedef xmlSchemaValidCtxt *xmlSchemaValidCtxtPtr;
|
115
117
|
|
118
|
+
/**
|
119
|
+
* xmlSchemaValidityLocatorFunc:
|
120
|
+
* @ctx: user provided context
|
121
|
+
* @file: returned file information
|
122
|
+
* @line: returned line information
|
123
|
+
*
|
124
|
+
* A schemas validation locator, a callback called by the validator.
|
125
|
+
* This is used when file or node informations are not available
|
126
|
+
* to find out what file and line number are affected
|
127
|
+
*
|
128
|
+
* Returns: 0 in case of success and -1 in case of error
|
129
|
+
*/
|
130
|
+
|
131
|
+
typedef int (XMLCDECL *xmlSchemaValidityLocatorFunc) (void *ctx,
|
132
|
+
const char **file, unsigned long *line);
|
133
|
+
|
116
134
|
/*
|
117
135
|
* Interfaces for parsing.
|
118
136
|
*/
|
@@ -171,6 +189,9 @@ XMLPUBFUN int XMLCALL
|
|
171
189
|
XMLPUBFUN int XMLCALL
|
172
190
|
xmlSchemaSetValidOptions (xmlSchemaValidCtxtPtr ctxt,
|
173
191
|
int options);
|
192
|
+
XMLPUBFUN void XMLCALL
|
193
|
+
xmlSchemaValidateSetFilename(xmlSchemaValidCtxtPtr vctxt,
|
194
|
+
const char *filename);
|
174
195
|
XMLPUBFUN int XMLCALL
|
175
196
|
xmlSchemaValidCtxtGetOptions(xmlSchemaValidCtxtPtr ctxt);
|
176
197
|
|
@@ -210,6 +231,13 @@ XMLPUBFUN xmlSchemaSAXPlugPtr XMLCALL
|
|
210
231
|
void **user_data);
|
211
232
|
XMLPUBFUN int XMLCALL
|
212
233
|
xmlSchemaSAXUnplug (xmlSchemaSAXPlugPtr plug);
|
234
|
+
|
235
|
+
|
236
|
+
XMLPUBFUN void XMLCALL
|
237
|
+
xmlSchemaValidateSetLocator (xmlSchemaValidCtxtPtr vctxt,
|
238
|
+
xmlSchemaValidityLocatorFunc f,
|
239
|
+
void *ctxt);
|
240
|
+
|
213
241
|
#ifdef __cplusplus
|
214
242
|
}
|
215
243
|
#endif
|
@@ -30,23 +30,23 @@ typedef enum {
|
|
30
30
|
XML_SCHEMA_WHITESPACE_COLLAPSE = 3
|
31
31
|
} xmlSchemaWhitespaceValueType;
|
32
32
|
|
33
|
-
XMLPUBFUN void XMLCALL
|
34
|
-
|
35
|
-
XMLPUBFUN void XMLCALL
|
33
|
+
XMLPUBFUN void XMLCALL
|
34
|
+
xmlSchemaInitTypes (void);
|
35
|
+
XMLPUBFUN void XMLCALL
|
36
36
|
xmlSchemaCleanupTypes (void);
|
37
|
-
XMLPUBFUN xmlSchemaTypePtr XMLCALL
|
37
|
+
XMLPUBFUN xmlSchemaTypePtr XMLCALL
|
38
38
|
xmlSchemaGetPredefinedType (const xmlChar *name,
|
39
39
|
const xmlChar *ns);
|
40
|
-
XMLPUBFUN int XMLCALL
|
40
|
+
XMLPUBFUN int XMLCALL
|
41
41
|
xmlSchemaValidatePredefinedType (xmlSchemaTypePtr type,
|
42
42
|
const xmlChar *value,
|
43
43
|
xmlSchemaValPtr *val);
|
44
|
-
XMLPUBFUN int XMLCALL
|
44
|
+
XMLPUBFUN int XMLCALL
|
45
45
|
xmlSchemaValPredefTypeNode (xmlSchemaTypePtr type,
|
46
46
|
const xmlChar *value,
|
47
47
|
xmlSchemaValPtr *val,
|
48
48
|
xmlNodePtr node);
|
49
|
-
XMLPUBFUN int XMLCALL
|
49
|
+
XMLPUBFUN int XMLCALL
|
50
50
|
xmlSchemaValidateFacet (xmlSchemaTypePtr base,
|
51
51
|
xmlSchemaFacetPtr facet,
|
52
52
|
const xmlChar *value,
|
@@ -54,25 +54,25 @@ XMLPUBFUN int XMLCALL
|
|
54
54
|
XMLPUBFUN int XMLCALL
|
55
55
|
xmlSchemaValidateFacetWhtsp (xmlSchemaFacetPtr facet,
|
56
56
|
xmlSchemaWhitespaceValueType fws,
|
57
|
-
xmlSchemaValType valType,
|
57
|
+
xmlSchemaValType valType,
|
58
58
|
const xmlChar *value,
|
59
59
|
xmlSchemaValPtr val,
|
60
60
|
xmlSchemaWhitespaceValueType ws);
|
61
|
-
XMLPUBFUN void XMLCALL
|
61
|
+
XMLPUBFUN void XMLCALL
|
62
62
|
xmlSchemaFreeValue (xmlSchemaValPtr val);
|
63
|
-
XMLPUBFUN xmlSchemaFacetPtr XMLCALL
|
63
|
+
XMLPUBFUN xmlSchemaFacetPtr XMLCALL
|
64
64
|
xmlSchemaNewFacet (void);
|
65
|
-
XMLPUBFUN int XMLCALL
|
65
|
+
XMLPUBFUN int XMLCALL
|
66
66
|
xmlSchemaCheckFacet (xmlSchemaFacetPtr facet,
|
67
67
|
xmlSchemaTypePtr typeDecl,
|
68
68
|
xmlSchemaParserCtxtPtr ctxt,
|
69
69
|
const xmlChar *name);
|
70
|
-
XMLPUBFUN void XMLCALL
|
70
|
+
XMLPUBFUN void XMLCALL
|
71
71
|
xmlSchemaFreeFacet (xmlSchemaFacetPtr facet);
|
72
|
-
XMLPUBFUN int XMLCALL
|
72
|
+
XMLPUBFUN int XMLCALL
|
73
73
|
xmlSchemaCompareValues (xmlSchemaValPtr x,
|
74
74
|
xmlSchemaValPtr y);
|
75
|
-
XMLPUBFUN xmlSchemaTypePtr XMLCALL
|
75
|
+
XMLPUBFUN xmlSchemaTypePtr XMLCALL
|
76
76
|
xmlSchemaGetBuiltInListSimpleTypeItemType (xmlSchemaTypePtr type);
|
77
77
|
XMLPUBFUN int XMLCALL
|
78
78
|
xmlSchemaValidateListSimpleTypeFacet (xmlSchemaFacetPtr facet,
|
@@ -82,7 +82,7 @@ XMLPUBFUN int XMLCALL
|
|
82
82
|
XMLPUBFUN xmlSchemaTypePtr XMLCALL
|
83
83
|
xmlSchemaGetBuiltInType (xmlSchemaValType type);
|
84
84
|
XMLPUBFUN int XMLCALL
|
85
|
-
xmlSchemaIsBuiltInTypeFacet (xmlSchemaTypePtr type,
|
85
|
+
xmlSchemaIsBuiltInTypeFacet (xmlSchemaTypePtr type,
|
86
86
|
int facetType);
|
87
87
|
XMLPUBFUN xmlChar * XMLCALL
|
88
88
|
xmlSchemaCollapseString (const xmlChar *value);
|
@@ -91,7 +91,7 @@ XMLPUBFUN xmlChar * XMLCALL
|
|
91
91
|
XMLPUBFUN unsigned long XMLCALL
|
92
92
|
xmlSchemaGetFacetValueAsULong (xmlSchemaFacetPtr facet);
|
93
93
|
XMLPUBFUN int XMLCALL
|
94
|
-
xmlSchemaValidateLengthFacet (xmlSchemaTypePtr type,
|
94
|
+
xmlSchemaValidateLengthFacet (xmlSchemaTypePtr type,
|
95
95
|
xmlSchemaFacetPtr facet,
|
96
96
|
const xmlChar *value,
|
97
97
|
xmlSchemaValPtr val,
|
@@ -100,19 +100,19 @@ XMLPUBFUN int XMLCALL
|
|
100
100
|
xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet,
|
101
101
|
xmlSchemaValType valType,
|
102
102
|
const xmlChar *value,
|
103
|
-
xmlSchemaValPtr val,
|
103
|
+
xmlSchemaValPtr val,
|
104
104
|
unsigned long *length,
|
105
105
|
xmlSchemaWhitespaceValueType ws);
|
106
106
|
XMLPUBFUN int XMLCALL
|
107
|
-
xmlSchemaValPredefTypeNodeNoNorm(xmlSchemaTypePtr type,
|
107
|
+
xmlSchemaValPredefTypeNodeNoNorm(xmlSchemaTypePtr type,
|
108
108
|
const xmlChar *value,
|
109
|
-
xmlSchemaValPtr *val,
|
109
|
+
xmlSchemaValPtr *val,
|
110
110
|
xmlNodePtr node);
|
111
111
|
XMLPUBFUN int XMLCALL
|
112
112
|
xmlSchemaGetCanonValue (xmlSchemaValPtr val,
|
113
113
|
const xmlChar **retValue);
|
114
114
|
XMLPUBFUN int XMLCALL
|
115
|
-
xmlSchemaGetCanonValueWhtsp (xmlSchemaValPtr val,
|
115
|
+
xmlSchemaGetCanonValueWhtsp (xmlSchemaValPtr val,
|
116
116
|
const xmlChar **retValue,
|
117
117
|
xmlSchemaWhitespaceValueType ws);
|
118
118
|
XMLPUBFUN int XMLCALL
|
@@ -113,16 +113,16 @@ XMLPUBFUN int XMLCALL
|
|
113
113
|
XMLPUBFUN int XMLCALL
|
114
114
|
xmlUTF8Strsize (const xmlChar *utf,
|
115
115
|
int len);
|
116
|
-
XMLPUBFUN xmlChar * XMLCALL
|
116
|
+
XMLPUBFUN xmlChar * XMLCALL
|
117
117
|
xmlUTF8Strndup (const xmlChar *utf,
|
118
118
|
int len);
|
119
|
-
XMLPUBFUN const xmlChar * XMLCALL
|
119
|
+
XMLPUBFUN const xmlChar * XMLCALL
|
120
120
|
xmlUTF8Strpos (const xmlChar *utf,
|
121
121
|
int pos);
|
122
122
|
XMLPUBFUN int XMLCALL
|
123
123
|
xmlUTF8Strloc (const xmlChar *utf,
|
124
124
|
const xmlChar *utfchar);
|
125
|
-
XMLPUBFUN xmlChar * XMLCALL
|
125
|
+
XMLPUBFUN xmlChar * XMLCALL
|
126
126
|
xmlUTF8Strsub (const xmlChar *utf,
|
127
127
|
int start,
|
128
128
|
int len);
|