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
@@ -29,21 +29,21 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
|
|
29
29
|
*
|
30
30
|
* the version string like "1.2.3"
|
31
31
|
*/
|
32
|
-
#define LIBXML_DOTTED_VERSION "2.
|
32
|
+
#define LIBXML_DOTTED_VERSION "2.9.0"
|
33
33
|
|
34
34
|
/**
|
35
35
|
* LIBXML_VERSION:
|
36
36
|
*
|
37
37
|
* the version number: 1.2.3 value is 10203
|
38
38
|
*/
|
39
|
-
#define LIBXML_VERSION
|
39
|
+
#define LIBXML_VERSION 20900
|
40
40
|
|
41
41
|
/**
|
42
42
|
* LIBXML_VERSION_STRING:
|
43
43
|
*
|
44
44
|
* the version number string, 1.2.3 value is "10203"
|
45
45
|
*/
|
46
|
-
#define LIBXML_VERSION_STRING "
|
46
|
+
#define LIBXML_VERSION_STRING "20900"
|
47
47
|
|
48
48
|
/**
|
49
49
|
* LIBXML_VERSION_EXTRA:
|
@@ -58,7 +58,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
|
|
58
58
|
* Macro to check that the libxml version in use is compatible with
|
59
59
|
* the version the software has been compiled against
|
60
60
|
*/
|
61
|
-
#define LIBXML_TEST_VERSION xmlCheckVersion(
|
61
|
+
#define LIBXML_TEST_VERSION xmlCheckVersion(20900);
|
62
62
|
|
63
63
|
#ifndef VMS
|
64
64
|
#if 0
|
@@ -268,6 +268,15 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
|
|
268
268
|
#define LIBXML_ICONV_ENABLED
|
269
269
|
#endif
|
270
270
|
|
271
|
+
/**
|
272
|
+
* LIBXML_ICU_ENABLED:
|
273
|
+
*
|
274
|
+
* Whether icu support is available
|
275
|
+
*/
|
276
|
+
#if 0
|
277
|
+
#define LIBXML_ICU_ENABLED
|
278
|
+
#endif
|
279
|
+
|
271
280
|
/**
|
272
281
|
* LIBXML_ISO8859X_ENABLED:
|
273
282
|
*
|
@@ -363,14 +372,14 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
|
|
363
372
|
*
|
364
373
|
* Whether the module interfaces are compiled in
|
365
374
|
*/
|
366
|
-
#if
|
375
|
+
#if 0
|
367
376
|
#define LIBXML_MODULES_ENABLED
|
368
377
|
/**
|
369
378
|
* LIBXML_MODULE_EXTENSION:
|
370
379
|
*
|
371
380
|
* the string suffix used by dynamic modules (usually shared libraries)
|
372
381
|
*/
|
373
|
-
#define LIBXML_MODULE_EXTENSION "
|
382
|
+
#define LIBXML_MODULE_EXTENSION ""
|
374
383
|
#endif
|
375
384
|
|
376
385
|
/**
|
@@ -382,6 +391,15 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
|
|
382
391
|
#define LIBXML_ZLIB_ENABLED
|
383
392
|
#endif
|
384
393
|
|
394
|
+
/**
|
395
|
+
* LIBXML_LZMA_ENABLED:
|
396
|
+
*
|
397
|
+
* Whether the Lzma support is compiled in
|
398
|
+
*/
|
399
|
+
#if 0
|
400
|
+
#define LIBXML_LZMA_ENABLED
|
401
|
+
#endif
|
402
|
+
|
385
403
|
#ifdef __GNUC__
|
386
404
|
#ifdef HAVE_ANSIDECL_H
|
387
405
|
#include <ansidecl.h>
|
@@ -394,7 +412,11 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
|
|
394
412
|
*/
|
395
413
|
|
396
414
|
#ifndef ATTRIBUTE_UNUSED
|
397
|
-
#
|
415
|
+
# if ((__GNUC__ > 2) || ((__GNUC__ == 2) && (__GNUC_MINOR__ >= 7)))
|
416
|
+
# define ATTRIBUTE_UNUSED __attribute__((unused))
|
417
|
+
# else
|
418
|
+
# define ATTRIBUTE_UNUSED
|
419
|
+
# endif
|
398
420
|
#endif
|
399
421
|
|
400
422
|
/**
|
@@ -1,4 +1,3 @@
|
|
1
|
-
|
2
1
|
/*
|
3
2
|
* Summary: text writing API for XML
|
4
3
|
* Description: text writing API for XML
|
@@ -471,6 +470,10 @@ extern "C" {
|
|
471
470
|
xmlTextWriterSetIndentString(xmlTextWriterPtr writer,
|
472
471
|
const xmlChar * str);
|
473
472
|
|
473
|
+
XMLPUBFUN int XMLCALL
|
474
|
+
xmlTextWriterSetQuoteChar(xmlTextWriterPtr writer, xmlChar quotechar);
|
475
|
+
|
476
|
+
|
474
477
|
/*
|
475
478
|
* misc
|
476
479
|
*/
|
@@ -33,7 +33,7 @@
|
|
33
33
|
extern "C" {
|
34
34
|
#endif
|
35
35
|
#endif /* LIBXML_XPATH_ENABLED or LIBXML_SCHEMAS_ENABLED */
|
36
|
-
|
36
|
+
|
37
37
|
#ifdef LIBXML_XPATH_ENABLED
|
38
38
|
|
39
39
|
typedef struct _xmlXPathContext xmlXPathContext;
|
@@ -68,7 +68,9 @@ typedef enum {
|
|
68
68
|
XPATH_UNDEF_PREFIX_ERROR,
|
69
69
|
XPATH_ENCODING_ERROR,
|
70
70
|
XPATH_INVALID_CHAR_ERROR,
|
71
|
-
XPATH_INVALID_CTXT
|
71
|
+
XPATH_INVALID_CTXT,
|
72
|
+
XPATH_STACK_ERROR,
|
73
|
+
XPATH_FORBID_VARIABLE_ERROR
|
72
74
|
} xmlXPathError;
|
73
75
|
|
74
76
|
/*
|
@@ -271,11 +273,11 @@ typedef xmlXPathFunction (*xmlXPathFuncLookupFunc) (void *ctxt,
|
|
271
273
|
*
|
272
274
|
* Expression evaluation occurs with respect to a context.
|
273
275
|
* he context consists of:
|
274
|
-
* - a node (the context node)
|
275
|
-
* - a node list (the context node list)
|
276
|
-
* - a set of variable bindings
|
277
|
-
* - a function library
|
278
|
-
* - the set of namespace declarations in scope for the expression
|
276
|
+
* - a node (the context node)
|
277
|
+
* - a node list (the context node list)
|
278
|
+
* - a set of variable bindings
|
279
|
+
* - a function library
|
280
|
+
* - the set of namespace declarations in scope for the expression
|
279
281
|
* Following the switch to hash tables, this need to be trimmed up at
|
280
282
|
* the next binary incompatible release.
|
281
283
|
* The node may be modified when the context is passed to libxml2
|
@@ -380,6 +382,8 @@ struct _xmlXPathParserContext {
|
|
380
382
|
xmlXPathCompExprPtr comp; /* the precompiled expression */
|
381
383
|
int xptr; /* it this an XPointer expression */
|
382
384
|
xmlNodePtr ancestor; /* used for walking preceding axis */
|
385
|
+
|
386
|
+
int valueFrame; /* used to limit Pop on the stack */
|
383
387
|
};
|
384
388
|
|
385
389
|
/************************************************************************
|
@@ -417,7 +421,7 @@ XMLPUBVAR double xmlXPathNINF;
|
|
417
421
|
* @index is out of range (0 to length-1)
|
418
422
|
*/
|
419
423
|
#define xmlXPathNodeSetItem(ns, index) \
|
420
|
-
((((ns) != NULL) &&
|
424
|
+
((((ns) != NULL) && \
|
421
425
|
((index) >= 0) && ((index) < (ns)->nodeNr)) ? \
|
422
426
|
(ns)->nodeTab[(index)] \
|
423
427
|
: NULL)
|
@@ -433,64 +437,64 @@ XMLPUBVAR double xmlXPathNINF;
|
|
433
437
|
(((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
|
434
438
|
|
435
439
|
|
436
|
-
XMLPUBFUN void XMLCALL
|
440
|
+
XMLPUBFUN void XMLCALL
|
437
441
|
xmlXPathFreeObject (xmlXPathObjectPtr obj);
|
438
|
-
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
442
|
+
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
439
443
|
xmlXPathNodeSetCreate (xmlNodePtr val);
|
440
|
-
XMLPUBFUN void XMLCALL
|
444
|
+
XMLPUBFUN void XMLCALL
|
441
445
|
xmlXPathFreeNodeSetList (xmlXPathObjectPtr obj);
|
442
|
-
XMLPUBFUN void XMLCALL
|
446
|
+
XMLPUBFUN void XMLCALL
|
443
447
|
xmlXPathFreeNodeSet (xmlNodeSetPtr obj);
|
444
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
448
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
445
449
|
xmlXPathObjectCopy (xmlXPathObjectPtr val);
|
446
|
-
XMLPUBFUN int XMLCALL
|
450
|
+
XMLPUBFUN int XMLCALL
|
447
451
|
xmlXPathCmpNodes (xmlNodePtr node1,
|
448
452
|
xmlNodePtr node2);
|
449
453
|
/**
|
450
454
|
* Conversion functions to basic types.
|
451
455
|
*/
|
452
|
-
XMLPUBFUN int XMLCALL
|
456
|
+
XMLPUBFUN int XMLCALL
|
453
457
|
xmlXPathCastNumberToBoolean (double val);
|
454
|
-
XMLPUBFUN int XMLCALL
|
458
|
+
XMLPUBFUN int XMLCALL
|
455
459
|
xmlXPathCastStringToBoolean (const xmlChar * val);
|
456
|
-
XMLPUBFUN int XMLCALL
|
460
|
+
XMLPUBFUN int XMLCALL
|
457
461
|
xmlXPathCastNodeSetToBoolean(xmlNodeSetPtr ns);
|
458
|
-
XMLPUBFUN int XMLCALL
|
462
|
+
XMLPUBFUN int XMLCALL
|
459
463
|
xmlXPathCastToBoolean (xmlXPathObjectPtr val);
|
460
464
|
|
461
|
-
XMLPUBFUN double XMLCALL
|
465
|
+
XMLPUBFUN double XMLCALL
|
462
466
|
xmlXPathCastBooleanToNumber (int val);
|
463
|
-
XMLPUBFUN double XMLCALL
|
467
|
+
XMLPUBFUN double XMLCALL
|
464
468
|
xmlXPathCastStringToNumber (const xmlChar * val);
|
465
|
-
XMLPUBFUN double XMLCALL
|
469
|
+
XMLPUBFUN double XMLCALL
|
466
470
|
xmlXPathCastNodeToNumber (xmlNodePtr node);
|
467
|
-
XMLPUBFUN double XMLCALL
|
471
|
+
XMLPUBFUN double XMLCALL
|
468
472
|
xmlXPathCastNodeSetToNumber (xmlNodeSetPtr ns);
|
469
|
-
XMLPUBFUN double XMLCALL
|
473
|
+
XMLPUBFUN double XMLCALL
|
470
474
|
xmlXPathCastToNumber (xmlXPathObjectPtr val);
|
471
475
|
|
472
|
-
XMLPUBFUN xmlChar * XMLCALL
|
476
|
+
XMLPUBFUN xmlChar * XMLCALL
|
473
477
|
xmlXPathCastBooleanToString (int val);
|
474
|
-
XMLPUBFUN xmlChar * XMLCALL
|
478
|
+
XMLPUBFUN xmlChar * XMLCALL
|
475
479
|
xmlXPathCastNumberToString (double val);
|
476
|
-
XMLPUBFUN xmlChar * XMLCALL
|
480
|
+
XMLPUBFUN xmlChar * XMLCALL
|
477
481
|
xmlXPathCastNodeToString (xmlNodePtr node);
|
478
|
-
XMLPUBFUN xmlChar * XMLCALL
|
482
|
+
XMLPUBFUN xmlChar * XMLCALL
|
479
483
|
xmlXPathCastNodeSetToString (xmlNodeSetPtr ns);
|
480
|
-
XMLPUBFUN xmlChar * XMLCALL
|
484
|
+
XMLPUBFUN xmlChar * XMLCALL
|
481
485
|
xmlXPathCastToString (xmlXPathObjectPtr val);
|
482
486
|
|
483
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
487
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
484
488
|
xmlXPathConvertBoolean (xmlXPathObjectPtr val);
|
485
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
489
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
486
490
|
xmlXPathConvertNumber (xmlXPathObjectPtr val);
|
487
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
491
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
488
492
|
xmlXPathConvertString (xmlXPathObjectPtr val);
|
489
493
|
|
490
494
|
/**
|
491
495
|
* Context handling.
|
492
496
|
*/
|
493
|
-
XMLPUBFUN xmlXPathContextPtr XMLCALL
|
497
|
+
XMLPUBFUN xmlXPathContextPtr XMLCALL
|
494
498
|
xmlXPathNewContext (xmlDocPtr doc);
|
495
499
|
XMLPUBFUN void XMLCALL
|
496
500
|
xmlXPathFreeContext (xmlXPathContextPtr ctxt);
|
@@ -502,36 +506,36 @@ XMLPUBFUN int XMLCALL
|
|
502
506
|
/**
|
503
507
|
* Evaluation functions.
|
504
508
|
*/
|
505
|
-
XMLPUBFUN long XMLCALL
|
509
|
+
XMLPUBFUN long XMLCALL
|
506
510
|
xmlXPathOrderDocElems (xmlDocPtr doc);
|
507
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
511
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
508
512
|
xmlXPathEval (const xmlChar *str,
|
509
513
|
xmlXPathContextPtr ctx);
|
510
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
514
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
511
515
|
xmlXPathEvalExpression (const xmlChar *str,
|
512
516
|
xmlXPathContextPtr ctxt);
|
513
|
-
XMLPUBFUN int XMLCALL
|
517
|
+
XMLPUBFUN int XMLCALL
|
514
518
|
xmlXPathEvalPredicate (xmlXPathContextPtr ctxt,
|
515
519
|
xmlXPathObjectPtr res);
|
516
520
|
/**
|
517
521
|
* Separate compilation/evaluation entry points.
|
518
522
|
*/
|
519
|
-
XMLPUBFUN xmlXPathCompExprPtr XMLCALL
|
523
|
+
XMLPUBFUN xmlXPathCompExprPtr XMLCALL
|
520
524
|
xmlXPathCompile (const xmlChar *str);
|
521
|
-
XMLPUBFUN xmlXPathCompExprPtr XMLCALL
|
525
|
+
XMLPUBFUN xmlXPathCompExprPtr XMLCALL
|
522
526
|
xmlXPathCtxtCompile (xmlXPathContextPtr ctxt,
|
523
|
-
|
524
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
527
|
+
const xmlChar *str);
|
528
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
525
529
|
xmlXPathCompiledEval (xmlXPathCompExprPtr comp,
|
526
530
|
xmlXPathContextPtr ctx);
|
527
|
-
XMLPUBFUN int XMLCALL
|
531
|
+
XMLPUBFUN int XMLCALL
|
528
532
|
xmlXPathCompiledEvalToBoolean(xmlXPathCompExprPtr comp,
|
529
533
|
xmlXPathContextPtr ctxt);
|
530
|
-
XMLPUBFUN void XMLCALL
|
534
|
+
XMLPUBFUN void XMLCALL
|
531
535
|
xmlXPathFreeCompExpr (xmlXPathCompExprPtr comp);
|
532
536
|
#endif /* LIBXML_XPATH_ENABLED */
|
533
537
|
#if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
|
534
|
-
XMLPUBFUN void XMLCALL
|
538
|
+
XMLPUBFUN void XMLCALL
|
535
539
|
xmlXPathInit (void);
|
536
540
|
XMLPUBFUN int XMLCALL
|
537
541
|
xmlXPathIsNaN (double val);
|
@@ -100,16 +100,16 @@ extern "C" {
|
|
100
100
|
*/
|
101
101
|
#define xmlXPathGetContextNode(ctxt) ((ctxt)->context->node)
|
102
102
|
|
103
|
-
XMLPUBFUN int XMLCALL
|
103
|
+
XMLPUBFUN int XMLCALL
|
104
104
|
xmlXPathPopBoolean (xmlXPathParserContextPtr ctxt);
|
105
|
-
XMLPUBFUN double XMLCALL
|
106
|
-
|
107
|
-
XMLPUBFUN xmlChar * XMLCALL
|
108
|
-
|
109
|
-
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
110
|
-
|
111
|
-
XMLPUBFUN void * XMLCALL
|
112
|
-
|
105
|
+
XMLPUBFUN double XMLCALL
|
106
|
+
xmlXPathPopNumber (xmlXPathParserContextPtr ctxt);
|
107
|
+
XMLPUBFUN xmlChar * XMLCALL
|
108
|
+
xmlXPathPopString (xmlXPathParserContextPtr ctxt);
|
109
|
+
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
110
|
+
xmlXPathPopNodeSet (xmlXPathParserContextPtr ctxt);
|
111
|
+
XMLPUBFUN void * XMLCALL
|
112
|
+
xmlXPathPopExternal (xmlXPathParserContextPtr ctxt);
|
113
113
|
|
114
114
|
/**
|
115
115
|
* xmlXPathReturnBoolean:
|
@@ -296,7 +296,9 @@ XMLPUBFUN void * XMLCALL
|
|
296
296
|
#define CHECK_ARITY(x) \
|
297
297
|
if (ctxt == NULL) return; \
|
298
298
|
if (nargs != (x)) \
|
299
|
-
XP_ERROR(XPATH_INVALID_ARITY);
|
299
|
+
XP_ERROR(XPATH_INVALID_ARITY); \
|
300
|
+
if (ctxt->valueNr < ctxt->valueFrame + (x)) \
|
301
|
+
XP_ERROR(XPATH_STACK_ERROR);
|
300
302
|
|
301
303
|
/**
|
302
304
|
* CAST_TO_STRING:
|
@@ -329,7 +331,7 @@ XMLPUBFUN void * XMLCALL
|
|
329
331
|
* Variable Lookup forwarding.
|
330
332
|
*/
|
331
333
|
|
332
|
-
XMLPUBFUN void XMLCALL
|
334
|
+
XMLPUBFUN void XMLCALL
|
333
335
|
xmlXPathRegisterVariableLookup (xmlXPathContextPtr ctxt,
|
334
336
|
xmlXPathVariableLookupFunc f,
|
335
337
|
void *data);
|
@@ -338,7 +340,7 @@ XMLPUBFUN void XMLCALL
|
|
338
340
|
* Function Lookup forwarding.
|
339
341
|
*/
|
340
342
|
|
341
|
-
XMLPUBFUN void XMLCALL
|
343
|
+
XMLPUBFUN void XMLCALL
|
342
344
|
xmlXPathRegisterFuncLookup (xmlXPathContextPtr ctxt,
|
343
345
|
xmlXPathFuncLookupFunc f,
|
344
346
|
void *funcCtxt);
|
@@ -346,7 +348,7 @@ XMLPUBFUN void XMLCALL
|
|
346
348
|
/*
|
347
349
|
* Error reporting.
|
348
350
|
*/
|
349
|
-
XMLPUBFUN void XMLCALL
|
351
|
+
XMLPUBFUN void XMLCALL
|
350
352
|
xmlXPatherror (xmlXPathParserContextPtr ctxt,
|
351
353
|
const char *file,
|
352
354
|
int line,
|
@@ -357,11 +359,11 @@ XMLPUBFUN void XMLCALL
|
|
357
359
|
int error);
|
358
360
|
|
359
361
|
#ifdef LIBXML_DEBUG_ENABLED
|
360
|
-
XMLPUBFUN void XMLCALL
|
362
|
+
XMLPUBFUN void XMLCALL
|
361
363
|
xmlXPathDebugDumpObject (FILE *output,
|
362
364
|
xmlXPathObjectPtr cur,
|
363
365
|
int depth);
|
364
|
-
XMLPUBFUN void XMLCALL
|
366
|
+
XMLPUBFUN void XMLCALL
|
365
367
|
xmlXPathDebugDumpCompExpr(FILE *output,
|
366
368
|
xmlXPathCompExprPtr comp,
|
367
369
|
int depth);
|
@@ -369,48 +371,48 @@ XMLPUBFUN void XMLCALL
|
|
369
371
|
/**
|
370
372
|
* NodeSet handling.
|
371
373
|
*/
|
372
|
-
XMLPUBFUN int XMLCALL
|
374
|
+
XMLPUBFUN int XMLCALL
|
373
375
|
xmlXPathNodeSetContains (xmlNodeSetPtr cur,
|
374
376
|
xmlNodePtr val);
|
375
|
-
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
377
|
+
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
376
378
|
xmlXPathDifference (xmlNodeSetPtr nodes1,
|
377
379
|
xmlNodeSetPtr nodes2);
|
378
|
-
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
380
|
+
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
379
381
|
xmlXPathIntersection (xmlNodeSetPtr nodes1,
|
380
382
|
xmlNodeSetPtr nodes2);
|
381
383
|
|
382
|
-
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
384
|
+
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
383
385
|
xmlXPathDistinctSorted (xmlNodeSetPtr nodes);
|
384
|
-
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
386
|
+
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
385
387
|
xmlXPathDistinct (xmlNodeSetPtr nodes);
|
386
388
|
|
387
|
-
XMLPUBFUN int XMLCALL
|
389
|
+
XMLPUBFUN int XMLCALL
|
388
390
|
xmlXPathHasSameNodes (xmlNodeSetPtr nodes1,
|
389
391
|
xmlNodeSetPtr nodes2);
|
390
392
|
|
391
|
-
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
393
|
+
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
392
394
|
xmlXPathNodeLeadingSorted (xmlNodeSetPtr nodes,
|
393
395
|
xmlNodePtr node);
|
394
|
-
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
396
|
+
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
395
397
|
xmlXPathLeadingSorted (xmlNodeSetPtr nodes1,
|
396
398
|
xmlNodeSetPtr nodes2);
|
397
|
-
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
399
|
+
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
398
400
|
xmlXPathNodeLeading (xmlNodeSetPtr nodes,
|
399
401
|
xmlNodePtr node);
|
400
|
-
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
402
|
+
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
401
403
|
xmlXPathLeading (xmlNodeSetPtr nodes1,
|
402
404
|
xmlNodeSetPtr nodes2);
|
403
405
|
|
404
|
-
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
406
|
+
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
405
407
|
xmlXPathNodeTrailingSorted (xmlNodeSetPtr nodes,
|
406
408
|
xmlNodePtr node);
|
407
|
-
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
409
|
+
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
408
410
|
xmlXPathTrailingSorted (xmlNodeSetPtr nodes1,
|
409
411
|
xmlNodeSetPtr nodes2);
|
410
|
-
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
412
|
+
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
411
413
|
xmlXPathNodeTrailing (xmlNodeSetPtr nodes,
|
412
414
|
xmlNodePtr node);
|
413
|
-
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
415
|
+
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
414
416
|
xmlXPathTrailing (xmlNodeSetPtr nodes1,
|
415
417
|
xmlNodeSetPtr nodes2);
|
416
418
|
|
@@ -419,51 +421,51 @@ XMLPUBFUN xmlNodeSetPtr XMLCALL
|
|
419
421
|
* Extending a context.
|
420
422
|
*/
|
421
423
|
|
422
|
-
XMLPUBFUN int XMLCALL
|
424
|
+
XMLPUBFUN int XMLCALL
|
423
425
|
xmlXPathRegisterNs (xmlXPathContextPtr ctxt,
|
424
426
|
const xmlChar *prefix,
|
425
427
|
const xmlChar *ns_uri);
|
426
|
-
XMLPUBFUN const xmlChar * XMLCALL
|
428
|
+
XMLPUBFUN const xmlChar * XMLCALL
|
427
429
|
xmlXPathNsLookup (xmlXPathContextPtr ctxt,
|
428
430
|
const xmlChar *prefix);
|
429
|
-
XMLPUBFUN void XMLCALL
|
431
|
+
XMLPUBFUN void XMLCALL
|
430
432
|
xmlXPathRegisteredNsCleanup (xmlXPathContextPtr ctxt);
|
431
433
|
|
432
|
-
XMLPUBFUN int XMLCALL
|
434
|
+
XMLPUBFUN int XMLCALL
|
433
435
|
xmlXPathRegisterFunc (xmlXPathContextPtr ctxt,
|
434
436
|
const xmlChar *name,
|
435
437
|
xmlXPathFunction f);
|
436
|
-
XMLPUBFUN int XMLCALL
|
438
|
+
XMLPUBFUN int XMLCALL
|
437
439
|
xmlXPathRegisterFuncNS (xmlXPathContextPtr ctxt,
|
438
440
|
const xmlChar *name,
|
439
441
|
const xmlChar *ns_uri,
|
440
442
|
xmlXPathFunction f);
|
441
|
-
XMLPUBFUN int XMLCALL
|
443
|
+
XMLPUBFUN int XMLCALL
|
442
444
|
xmlXPathRegisterVariable (xmlXPathContextPtr ctxt,
|
443
445
|
const xmlChar *name,
|
444
446
|
xmlXPathObjectPtr value);
|
445
|
-
XMLPUBFUN int XMLCALL
|
447
|
+
XMLPUBFUN int XMLCALL
|
446
448
|
xmlXPathRegisterVariableNS (xmlXPathContextPtr ctxt,
|
447
449
|
const xmlChar *name,
|
448
450
|
const xmlChar *ns_uri,
|
449
451
|
xmlXPathObjectPtr value);
|
450
|
-
XMLPUBFUN xmlXPathFunction XMLCALL
|
452
|
+
XMLPUBFUN xmlXPathFunction XMLCALL
|
451
453
|
xmlXPathFunctionLookup (xmlXPathContextPtr ctxt,
|
452
454
|
const xmlChar *name);
|
453
|
-
XMLPUBFUN xmlXPathFunction XMLCALL
|
455
|
+
XMLPUBFUN xmlXPathFunction XMLCALL
|
454
456
|
xmlXPathFunctionLookupNS (xmlXPathContextPtr ctxt,
|
455
457
|
const xmlChar *name,
|
456
458
|
const xmlChar *ns_uri);
|
457
|
-
XMLPUBFUN void XMLCALL
|
459
|
+
XMLPUBFUN void XMLCALL
|
458
460
|
xmlXPathRegisteredFuncsCleanup (xmlXPathContextPtr ctxt);
|
459
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
461
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
460
462
|
xmlXPathVariableLookup (xmlXPathContextPtr ctxt,
|
461
463
|
const xmlChar *name);
|
462
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
464
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
463
465
|
xmlXPathVariableLookupNS (xmlXPathContextPtr ctxt,
|
464
466
|
const xmlChar *name,
|
465
467
|
const xmlChar *ns_uri);
|
466
|
-
XMLPUBFUN void XMLCALL
|
468
|
+
XMLPUBFUN void XMLCALL
|
467
469
|
xmlXPathRegisteredVariablesCleanup(xmlXPathContextPtr ctxt);
|
468
470
|
|
469
471
|
/**
|
@@ -471,79 +473,79 @@ XMLPUBFUN void XMLCALL
|
|
471
473
|
*/
|
472
474
|
XMLPUBFUN xmlXPathParserContextPtr XMLCALL
|
473
475
|
xmlXPathNewParserContext (const xmlChar *str,
|
474
|
-
|
475
|
-
XMLPUBFUN void XMLCALL
|
476
|
+
xmlXPathContextPtr ctxt);
|
477
|
+
XMLPUBFUN void XMLCALL
|
476
478
|
xmlXPathFreeParserContext (xmlXPathParserContextPtr ctxt);
|
477
479
|
|
478
480
|
/* TODO: remap to xmlXPathValuePop and Push. */
|
479
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
481
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
480
482
|
valuePop (xmlXPathParserContextPtr ctxt);
|
481
|
-
XMLPUBFUN int XMLCALL
|
483
|
+
XMLPUBFUN int XMLCALL
|
482
484
|
valuePush (xmlXPathParserContextPtr ctxt,
|
483
|
-
|
485
|
+
xmlXPathObjectPtr value);
|
484
486
|
|
485
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
487
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
486
488
|
xmlXPathNewString (const xmlChar *val);
|
487
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
489
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
488
490
|
xmlXPathNewCString (const char *val);
|
489
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
491
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
490
492
|
xmlXPathWrapString (xmlChar *val);
|
491
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
493
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
492
494
|
xmlXPathWrapCString (char * val);
|
493
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
495
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
494
496
|
xmlXPathNewFloat (double val);
|
495
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
497
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
496
498
|
xmlXPathNewBoolean (int val);
|
497
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
499
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
498
500
|
xmlXPathNewNodeSet (xmlNodePtr val);
|
499
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
501
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
500
502
|
xmlXPathNewValueTree (xmlNodePtr val);
|
501
|
-
XMLPUBFUN
|
503
|
+
XMLPUBFUN int XMLCALL
|
502
504
|
xmlXPathNodeSetAdd (xmlNodeSetPtr cur,
|
503
505
|
xmlNodePtr val);
|
504
|
-
XMLPUBFUN
|
506
|
+
XMLPUBFUN int XMLCALL
|
505
507
|
xmlXPathNodeSetAddUnique (xmlNodeSetPtr cur,
|
506
508
|
xmlNodePtr val);
|
507
|
-
XMLPUBFUN
|
508
|
-
xmlXPathNodeSetAddNs (xmlNodeSetPtr cur,
|
509
|
-
xmlNodePtr node,
|
509
|
+
XMLPUBFUN int XMLCALL
|
510
|
+
xmlXPathNodeSetAddNs (xmlNodeSetPtr cur,
|
511
|
+
xmlNodePtr node,
|
510
512
|
xmlNsPtr ns);
|
511
|
-
XMLPUBFUN void XMLCALL
|
513
|
+
XMLPUBFUN void XMLCALL
|
512
514
|
xmlXPathNodeSetSort (xmlNodeSetPtr set);
|
513
515
|
|
514
|
-
XMLPUBFUN void XMLCALL
|
516
|
+
XMLPUBFUN void XMLCALL
|
515
517
|
xmlXPathRoot (xmlXPathParserContextPtr ctxt);
|
516
|
-
XMLPUBFUN void XMLCALL
|
518
|
+
XMLPUBFUN void XMLCALL
|
517
519
|
xmlXPathEvalExpr (xmlXPathParserContextPtr ctxt);
|
518
|
-
XMLPUBFUN xmlChar * XMLCALL
|
520
|
+
XMLPUBFUN xmlChar * XMLCALL
|
519
521
|
xmlXPathParseName (xmlXPathParserContextPtr ctxt);
|
520
|
-
XMLPUBFUN xmlChar * XMLCALL
|
522
|
+
XMLPUBFUN xmlChar * XMLCALL
|
521
523
|
xmlXPathParseNCName (xmlXPathParserContextPtr ctxt);
|
522
524
|
|
523
525
|
/*
|
524
526
|
* Existing functions.
|
525
527
|
*/
|
526
|
-
XMLPUBFUN double XMLCALL
|
528
|
+
XMLPUBFUN double XMLCALL
|
527
529
|
xmlXPathStringEvalNumber (const xmlChar *str);
|
528
|
-
XMLPUBFUN int XMLCALL
|
529
|
-
xmlXPathEvaluatePredicateResult (xmlXPathParserContextPtr ctxt,
|
530
|
+
XMLPUBFUN int XMLCALL
|
531
|
+
xmlXPathEvaluatePredicateResult (xmlXPathParserContextPtr ctxt,
|
530
532
|
xmlXPathObjectPtr res);
|
531
|
-
XMLPUBFUN void XMLCALL
|
533
|
+
XMLPUBFUN void XMLCALL
|
532
534
|
xmlXPathRegisterAllFunctions (xmlXPathContextPtr ctxt);
|
533
|
-
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
534
|
-
xmlXPathNodeSetMerge (xmlNodeSetPtr val1,
|
535
|
+
XMLPUBFUN xmlNodeSetPtr XMLCALL
|
536
|
+
xmlXPathNodeSetMerge (xmlNodeSetPtr val1,
|
535
537
|
xmlNodeSetPtr val2);
|
536
|
-
XMLPUBFUN void XMLCALL
|
537
|
-
xmlXPathNodeSetDel (xmlNodeSetPtr cur,
|
538
|
+
XMLPUBFUN void XMLCALL
|
539
|
+
xmlXPathNodeSetDel (xmlNodeSetPtr cur,
|
538
540
|
xmlNodePtr val);
|
539
|
-
XMLPUBFUN void XMLCALL
|
540
|
-
xmlXPathNodeSetRemove (xmlNodeSetPtr cur,
|
541
|
+
XMLPUBFUN void XMLCALL
|
542
|
+
xmlXPathNodeSetRemove (xmlNodeSetPtr cur,
|
541
543
|
int val);
|
542
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
544
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
543
545
|
xmlXPathNewNodeSetList (xmlNodeSetPtr val);
|
544
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
546
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
545
547
|
xmlXPathWrapNodeSet (xmlNodeSetPtr val);
|
546
|
-
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
548
|
+
XMLPUBFUN xmlXPathObjectPtr XMLCALL
|
547
549
|
xmlXPathWrapExternal (void *val);
|
548
550
|
|
549
551
|
XMLPUBFUN int XMLCALL xmlXPathEqualValues(xmlXPathParserContextPtr ctxt);
|
@@ -621,7 +623,7 @@ XMLPUBFUN void XMLCALL xmlXPathBooleanFunction(xmlXPathParserContextPtr ctxt, in
|
|
621
623
|
* Really internal functions
|
622
624
|
*/
|
623
625
|
XMLPUBFUN void XMLCALL xmlXPathNodeSetFreeNs(xmlNsPtr ns);
|
624
|
-
|
626
|
+
|
625
627
|
#ifdef __cplusplus
|
626
628
|
}
|
627
629
|
#endif
|