gtksourceview2 1.1.5-x86-mingw32 → 1.1.6-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (224) hide show
  1. data/lib/1.8/gtksourceview2.so +0 -0
  2. data/lib/1.9/gtksourceview2.so +0 -0
  3. data/vendor/local/bin/libxml2-2.dll +0 -0
  4. data/vendor/local/bin/xmlcatalog.exe +0 -0
  5. data/vendor/local/bin/xmllint.exe +0 -0
  6. data/vendor/local/include/libxml2/libxml/DOCBparser.h +9 -9
  7. data/vendor/local/include/libxml2/libxml/HTMLparser.h +25 -23
  8. data/vendor/local/include/libxml2/libxml/HTMLtree.h +19 -19
  9. data/vendor/local/include/libxml2/libxml/SAX.h +37 -37
  10. data/vendor/local/include/libxml2/libxml/SAX2.h +34 -34
  11. data/vendor/local/include/libxml2/libxml/c14n.h +1 -1
  12. data/vendor/local/include/libxml2/libxml/catalog.h +35 -35
  13. data/vendor/local/include/libxml2/libxml/debugXML.h +26 -26
  14. data/vendor/local/include/libxml2/libxml/dict.h +16 -5
  15. data/vendor/local/include/libxml2/libxml/encoding.h +28 -14
  16. data/vendor/local/include/libxml2/libxml/hash.h +24 -24
  17. data/vendor/local/include/libxml2/libxml/list.h +26 -26
  18. data/vendor/local/include/libxml2/libxml/nanoftp.h +44 -24
  19. data/vendor/local/include/libxml2/libxml/nanohttp.h +13 -13
  20. data/vendor/local/include/libxml2/libxml/parser.h +78 -73
  21. data/vendor/local/include/libxml2/libxml/parserInternals.h +106 -73
  22. data/vendor/local/include/libxml2/libxml/schemasInternals.h +2 -2
  23. data/vendor/local/include/libxml2/libxml/schematron.h +11 -11
  24. data/vendor/local/include/libxml2/libxml/tree.h +203 -152
  25. data/vendor/local/include/libxml2/libxml/valid.h +72 -72
  26. data/vendor/local/include/libxml2/libxml/xlink.h +7 -7
  27. data/vendor/local/include/libxml2/libxml/xmlIO.h +71 -65
  28. data/vendor/local/include/libxml2/libxml/xmlautomata.h +22 -22
  29. data/vendor/local/include/libxml2/libxml/xmlerror.h +6 -6
  30. data/vendor/local/include/libxml2/libxml/xmlexports.h +2 -2
  31. data/vendor/local/include/libxml2/libxml/xmlmodule.h +1 -1
  32. data/vendor/local/include/libxml2/libxml/xmlreader.h +24 -20
  33. data/vendor/local/include/libxml2/libxml/xmlsave.h +2 -1
  34. data/vendor/local/include/libxml2/libxml/xmlschemas.h +30 -2
  35. data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +20 -20
  36. data/vendor/local/include/libxml2/libxml/xmlstring.h +3 -3
  37. data/vendor/local/include/libxml2/libxml/xmlversion.h +29 -7
  38. data/vendor/local/include/libxml2/libxml/xmlwriter.h +4 -1
  39. data/vendor/local/include/libxml2/libxml/xpath.h +47 -43
  40. data/vendor/local/include/libxml2/libxml/xpathInternals.h +81 -79
  41. data/vendor/local/include/libxml2/libxml/xpointer.h +23 -23
  42. data/vendor/local/lib/libxml2.def +16 -14
  43. data/vendor/local/lib/libxml2.dll.a +0 -0
  44. data/vendor/local/lib/libxml2.lib +0 -0
  45. data/vendor/local/lib/pkgconfig/libxml-2.0.pc +3 -3
  46. data/vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft +268 -0
  47. data/vendor/local/manifest/libxml2_2.9.0-1_win32.mft +2 -0
  48. data/vendor/local/share/doc/libxml2-2.9.0/Copyright +27 -0
  49. data/vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c +880 -0
  50. data/vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c +1198 -0
  51. data/vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c +229 -0
  52. data/vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c +3770 -0
  53. data/vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif +0 -0
  54. data/vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html +282 -0
  55. data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif +0 -0
  56. data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif +0 -0
  57. data/vendor/local/share/doc/libxml2-2.9.0/html/encoding.html +207 -0
  58. data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xml +751 -0
  59. data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl +174 -0
  60. data/vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html +13 -0
  61. data/vendor/local/share/doc/libxml2-2.9.0/html/html/home.png +0 -0
  62. data/vendor/local/share/doc/libxml2-2.9.0/html/html/index.html +13 -0
  63. data/vendor/local/share/doc/libxml2-2.9.0/html/html/left.png +0 -0
  64. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html +51 -0
  65. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html +184 -0
  66. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html +73 -0
  67. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html +125 -0
  68. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html +128 -0
  69. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html +38 -0
  70. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html +142 -0
  71. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html +72 -0
  72. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html +120 -0
  73. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html +58 -0
  74. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html +124 -0
  75. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html +79 -0
  76. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html +152 -0
  77. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html +116 -0
  78. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html +13 -0
  79. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html +120 -0
  80. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html +94 -0
  81. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html +65 -0
  82. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html +559 -0
  83. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html +322 -0
  84. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html +76 -0
  85. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html +162 -0
  86. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html +373 -0
  87. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html +81 -0
  88. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html +72 -0
  89. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html +989 -0
  90. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html +73 -0
  91. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html +289 -0
  92. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html +59 -0
  93. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html +82 -0
  94. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html +212 -0
  95. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html +85 -0
  96. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html +864 -0
  97. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html +20 -0
  98. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html +107 -0
  99. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html +38 -0
  100. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html +330 -0
  101. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html +143 -0
  102. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html +60 -0
  103. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html +185 -0
  104. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html +123 -0
  105. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html +108 -0
  106. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html +512 -0
  107. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html +62 -0
  108. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html +261 -0
  109. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html +310 -0
  110. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html +394 -0
  111. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html +83 -0
  112. data/vendor/local/share/doc/libxml2-2.9.0/html/html/right.png +0 -0
  113. data/vendor/local/share/doc/libxml2-2.9.0/html/html/up.png +0 -0
  114. data/vendor/local/share/doc/libxml2-2.9.0/html/index.html +14 -0
  115. data/vendor/local/share/doc/libxml2-2.9.0/html/io1.c +166 -0
  116. data/vendor/local/share/doc/libxml2-2.9.0/html/io1.res +5 -0
  117. data/vendor/local/share/doc/libxml2-2.9.0/html/io2.c +58 -0
  118. data/vendor/local/share/doc/libxml2-2.9.0/html/io2.res +2 -0
  119. data/vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif +0 -0
  120. data/vendor/local/share/doc/libxml2-2.9.0/html/parse1.c +56 -0
  121. data/vendor/local/share/doc/libxml2-2.9.0/html/parse2.c +72 -0
  122. data/vendor/local/share/doc/libxml2-2.9.0/html/parse3.c +60 -0
  123. data/vendor/local/share/doc/libxml2-2.9.0/html/parse4.c +143 -0
  124. data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.c +107 -0
  125. data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.res +14 -0
  126. data/vendor/local/share/doc/libxml2-2.9.0/html/reader2.c +122 -0
  127. data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.c +120 -0
  128. data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.res +13 -0
  129. data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.c +122 -0
  130. data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.res +3 -0
  131. data/vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif +0 -0
  132. data/vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif +0 -0
  133. data/vendor/local/share/doc/libxml2-2.9.0/html/structure.gif +0 -0
  134. data/vendor/local/share/doc/libxml2-2.9.0/html/test1.xml +1 -0
  135. data/vendor/local/share/doc/libxml2-2.9.0/html/test2.xml +13 -0
  136. data/vendor/local/share/doc/libxml2-2.9.0/html/test3.xml +39 -0
  137. data/vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c +1198 -0
  138. data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.c +94 -0
  139. data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.res +4 -0
  140. data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.c +118 -0
  141. data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.res +18 -0
  142. data/vendor/local/share/doc/libxml2-2.9.0/html/tst.xml +7 -0
  143. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html +8 -0
  144. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html +14 -0
  145. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html +82 -0
  146. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html +76 -0
  147. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html +78 -0
  148. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html +67 -0
  149. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html +75 -0
  150. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html +76 -0
  151. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html +4 -0
  152. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html +14 -0
  153. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html +47 -0
  154. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html +54 -0
  155. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html +55 -0
  156. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html +35 -0
  157. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html +30 -0
  158. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html +38 -0
  159. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html +63 -0
  160. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png +0 -0
  161. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png +0 -0
  162. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png +0 -0
  163. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png +0 -0
  164. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png +0 -0
  165. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png +0 -0
  166. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png +0 -0
  167. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png +0 -0
  168. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png +0 -0
  169. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png +0 -0
  170. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png +0 -0
  171. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png +0 -0
  172. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png +0 -0
  173. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png +0 -0
  174. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png +0 -0
  175. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png +0 -0
  176. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png +0 -0
  177. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png +0 -0
  178. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png +0 -0
  179. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png +0 -0
  180. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png +0 -0
  181. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png +0 -0
  182. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png +0 -0
  183. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png +0 -0
  184. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c +64 -0
  185. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c +75 -0
  186. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c +73 -0
  187. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c +72 -0
  188. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c +79 -0
  189. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c +74 -0
  190. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html +14 -0
  191. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html +1 -0
  192. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf +1336 -0
  193. data/vendor/local/share/doc/libxml2-2.9.0/html/w3c.png +0 -0
  194. data/vendor/local/share/doc/libxml2-2.9.0/html/writer.xml +2 -0
  195. data/vendor/local/share/doc/libxml2-2.9.0/html/xml.html +5715 -0
  196. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c +250 -0
  197. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res +5 -0
  198. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c +190 -0
  199. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res +30 -0
  200. data/vendor/local/share/gtk-doc/html/libxml2/general.html +1 -1
  201. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +3 -1
  202. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +16 -1
  203. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +11 -1
  204. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +15 -5
  205. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +8 -4
  206. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +20 -5
  207. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +72 -18
  208. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +10 -0
  209. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +5 -3
  210. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +2 -2
  211. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +8 -3
  212. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +2 -1
  213. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +15 -0
  214. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +12 -2
  215. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +8 -3
  216. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +3 -0
  217. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +9 -9
  218. data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +42 -2
  219. data/vendor/local/share/man/man1/xml2-config.1 +0 -1
  220. data/vendor/local/share/man/man1/xmlcatalog.1 +204 -93
  221. data/vendor/local/share/man/man3/libxml.3 +1 -1
  222. data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log +867 -0
  223. data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh +68 -0
  224. 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 /* The Schematron validator module */
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
- #if 0
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)
@@ -50,7 +50,7 @@ XMLPUBFUN int XMLCALL xmlModuleFree (xmlModulePtr module);
50
50
 
51
51
  #ifdef __cplusplus
52
52
  }
53
- #endif
53
+ #endif
54
54
 
55
55
  #endif /* LIBXML_MODULES_ENABLED */
56
56
 
@@ -130,16 +130,16 @@ XMLPUBFUN int XMLCALL
130
130
 
131
131
  #ifdef LIBXML_WRITER_ENABLED
132
132
  XMLPUBFUN xmlChar * XMLCALL
133
- xmlTextReaderReadInnerXml (xmlTextReaderPtr reader);
133
+ xmlTextReaderReadInnerXml(xmlTextReaderPtr reader);
134
134
 
135
135
  XMLPUBFUN xmlChar * XMLCALL
136
- xmlTextReaderReadOuterXml (xmlTextReaderPtr reader);
136
+ xmlTextReaderReadOuterXml(xmlTextReaderPtr reader);
137
137
  #endif
138
138
 
139
139
  XMLPUBFUN xmlChar * XMLCALL
140
- xmlTextReaderReadString (xmlTextReaderPtr reader);
140
+ xmlTextReaderReadString (xmlTextReaderPtr reader);
141
141
  XMLPUBFUN int XMLCALL
142
- xmlTextReaderReadAttributeValue (xmlTextReaderPtr reader);
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 (XMLCALL *xmlTextReaderErrorFunc)(void *arg,
396
- const char *msg,
397
- xmlParserSeverities severity,
398
- xmlTextReaderLocatorPtr locator);
400
+ typedef void (XMLCALL *xmlTextReaderErrorFunc)(void *arg,
401
+ const char *msg,
402
+ xmlParserSeverities severity,
403
+ xmlTextReaderLocatorPtr locator);
399
404
  XMLPUBFUN int XMLCALL
400
- xmlTextReaderLocatorLineNumber(xmlTextReaderLocatorPtr locator);
401
- /*int xmlTextReaderLocatorLinePosition(xmlTextReaderLocatorPtr locator);*/
405
+ xmlTextReaderLocatorLineNumber(xmlTextReaderLocatorPtr locator);
402
406
  XMLPUBFUN xmlChar * XMLCALL
403
- xmlTextReaderLocatorBaseURI (xmlTextReaderLocatorPtr locator);
407
+ xmlTextReaderLocatorBaseURI (xmlTextReaderLocatorPtr locator);
404
408
  XMLPUBFUN void XMLCALL
405
- xmlTextReaderSetErrorHandler(xmlTextReaderPtr reader,
406
- xmlTextReaderErrorFunc f,
407
- void *arg);
409
+ xmlTextReaderSetErrorHandler(xmlTextReaderPtr reader,
410
+ xmlTextReaderErrorFunc f,
411
+ void *arg);
408
412
  XMLPUBFUN void XMLCALL
409
- xmlTextReaderSetStructuredErrorHandler(xmlTextReaderPtr reader,
410
- xmlStructuredErrorFunc f,
411
- void *arg);
413
+ xmlTextReaderSetStructuredErrorHandler(xmlTextReaderPtr reader,
414
+ xmlStructuredErrorFunc f,
415
+ void *arg);
412
416
  XMLPUBFUN void XMLCALL
413
- xmlTextReaderGetErrorHandler(xmlTextReaderPtr reader,
414
- xmlTextReaderErrorFunc *f,
415
- void **arg);
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 /* force HTML serialization on XML doc */
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) (void *ctx, const char *msg, ...) LIBXML_ATTR_FORMAT(2,3);
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) (void *ctx, const char *msg, ...) LIBXML_ATTR_FORMAT(2,3);
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
- xmlSchemaInitTypes (void);
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);