rsvg2 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (370) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +63 -7
  3. data/ext/rsvg2/extconf.rb +4 -1
  4. data/lib/1.9/rsvg2.so +0 -0
  5. data/lib/2.0/rsvg2.so +0 -0
  6. data/vendor/local/bin/croco-0.6-config +87 -0
  7. data/vendor/local/bin/csslint-0.6.exe +0 -0
  8. data/vendor/local/bin/libcroco-0.6-3.dll +0 -0
  9. data/vendor/local/bin/librsvg-2-2.dll +0 -0
  10. data/vendor/local/bin/rsvg-convert.exe +0 -0
  11. data/vendor/local/include/libcroco-0.6/libcroco/cr-cascade.h +1 -1
  12. data/vendor/local/include/libcroco-0.6/libcroco/cr-enc-handler.h +1 -1
  13. data/vendor/local/include/libcroco-0.6/libcroco/cr-om-parser.h +1 -1
  14. data/vendor/local/include/libcroco-0.6/libcroco/cr-sel-eng.h +1 -5
  15. data/vendor/local/include/libcroco-0.6/libcroco/libcroco-config.h +4 -5
  16. data/vendor/local/include/librsvg-2.0/librsvg/librsvg-enum-types.h +4 -0
  17. data/vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h +13 -10
  18. data/vendor/local/include/librsvg-2.0/librsvg/rsvg-cairo.h +4 -0
  19. data/vendor/local/include/librsvg-2.0/librsvg/rsvg.h +64 -34
  20. data/vendor/local/lib/girepository-1.0/Rsvg-2.0.typelib +0 -0
  21. data/vendor/local/lib/libcroco-0.6.a +0 -0
  22. data/vendor/local/lib/libcroco-0.6.dll.a +0 -0
  23. data/vendor/local/lib/libcroco-0.6.la +41 -0
  24. data/vendor/local/lib/librsvg-2.a +0 -0
  25. data/vendor/local/lib/librsvg-2.dll.a +0 -0
  26. data/vendor/local/lib/librsvg-2.la +41 -0
  27. data/vendor/local/lib/pkgconfig/libcroco-0.6.pc +3 -4
  28. data/vendor/local/lib/pkgconfig/librsvg-2.0.pc +1 -1
  29. data/vendor/local/share/gir-1.0/Rsvg-2.0.gir +693 -0
  30. data/vendor/local/share/gtk-doc/html/libcroco/ch01.html +113 -0
  31. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libcroco}/home.png +0 -0
  32. data/vendor/local/share/gtk-doc/html/libcroco/index.html +109 -0
  33. data/vendor/local/share/gtk-doc/html/libcroco/index.sgml +582 -0
  34. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libcroco}/left.png +0 -0
  35. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-additional-sel.html +337 -0
  36. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-attr-sel.html +203 -0
  37. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-cascade.html +240 -0
  38. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-declaration.html +642 -0
  39. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-doc-handler.html +517 -0
  40. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-enc-handler.html +164 -0
  41. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-fonts.html +670 -0
  42. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-input.html +1102 -0
  43. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-num.html +265 -0
  44. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-om-parser.html +380 -0
  45. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-parser.html +913 -0
  46. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-parsing-location.html +205 -0
  47. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-prop-list.html +421 -0
  48. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-pseudo.html +141 -0
  49. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-rgb.html +503 -0
  50. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-sel-eng.html +346 -0
  51. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-selector.html +246 -0
  52. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-simple-sel.html +240 -0
  53. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-statement.html +1408 -0
  54. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-string.html +137 -0
  55. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-style.html +384 -0
  56. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-stylesheet.html +158 -0
  57. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-term.html +304 -0
  58. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-tknzr.html +312 -0
  59. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-token.html +428 -0
  60. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-utils.html +334 -0
  61. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-libcroco-config.html +80 -0
  62. data/vendor/local/share/gtk-doc/html/libcroco/libcroco.devhelp2 +511 -0
  63. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libcroco}/right.png +0 -0
  64. data/vendor/local/share/gtk-doc/html/libcroco/style.css +266 -0
  65. data/vendor/local/share/{doc/libxml2-2.9.0/html/html → gtk-doc/html/libcroco}/up.png +0 -0
  66. data/vendor/local/share/gtk-doc/html/rsvg-2.0/RsvgHandle.html +1073 -0
  67. data/vendor/local/share/gtk-doc/html/rsvg-2.0/annotation-glossary.html +55 -0
  68. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-14.html +58 -0
  69. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-22.html +46 -0
  70. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-32.html +50 -0
  71. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-36.html +51 -0
  72. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-4.html +42 -0
  73. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-8.html +59 -0
  74. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-9.html +58 -0
  75. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-deprecated.html +105 -0
  76. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-full.html +328 -0
  77. data/vendor/local/share/gtk-doc/html/{libxml2 → rsvg-2.0}/home.png +0 -0
  78. data/vendor/local/share/gtk-doc/html/rsvg-2.0/index.html +88 -0
  79. data/vendor/local/share/gtk-doc/html/rsvg-2.0/index.sgml +101 -0
  80. data/vendor/local/share/gtk-doc/html/{libxml2 → rsvg-2.0}/left.png +0 -0
  81. data/vendor/local/share/gtk-doc/html/rsvg-2.0/licence.html +57 -0
  82. data/vendor/local/share/gtk-doc/html/rsvg-2.0/object-tree.html +38 -0
  83. data/vendor/local/share/gtk-doc/html/{libxml2 → rsvg-2.0}/right.png +0 -0
  84. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-2.0.devhelp2 +96 -0
  85. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-GIO.html +283 -0
  86. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-GdkPixbuf.html +386 -0
  87. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-cairo.html +126 -0
  88. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Version-check-and-feature-tests.html +109 -0
  89. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg.html +57 -0
  90. data/vendor/local/share/gtk-doc/html/rsvg-2.0/style.css +266 -0
  91. data/vendor/local/share/gtk-doc/html/{libxml2 → rsvg-2.0}/up.png +0 -0
  92. data/vendor/local/share/license/libcroco/AUTHORS +13 -0
  93. data/vendor/local/share/license/libcroco/COPYING +481 -0
  94. data/vendor/local/share/license/libcroco/COPYING.LIB +481 -0
  95. data/vendor/local/share/license/librsvg/AUTHORS +1 -0
  96. data/vendor/local/share/license/librsvg/COPYING +340 -0
  97. data/vendor/local/share/license/librsvg/COPYING.LIB +482 -0
  98. data/vendor/local/share/man/man1/rsvg-convert.1 +55 -0
  99. metadata +90 -299
  100. data/vendor/local/bin/libxml2-2.dll +0 -0
  101. data/vendor/local/bin/rsvg-view.exe +0 -0
  102. data/vendor/local/bin/xmlcatalog.exe +0 -0
  103. data/vendor/local/bin/xmllint.exe +0 -0
  104. data/vendor/local/include/libxml2/libxml/DOCBparser.h +0 -96
  105. data/vendor/local/include/libxml2/libxml/HTMLparser.h +0 -306
  106. data/vendor/local/include/libxml2/libxml/HTMLtree.h +0 -147
  107. data/vendor/local/include/libxml2/libxml/SAX.h +0 -173
  108. data/vendor/local/include/libxml2/libxml/SAX2.h +0 -176
  109. data/vendor/local/include/libxml2/libxml/c14n.h +0 -126
  110. data/vendor/local/include/libxml2/libxml/catalog.h +0 -182
  111. data/vendor/local/include/libxml2/libxml/chvalid.h +0 -230
  112. data/vendor/local/include/libxml2/libxml/debugXML.h +0 -217
  113. data/vendor/local/include/libxml2/libxml/dict.h +0 -80
  114. data/vendor/local/include/libxml2/libxml/encoding.h +0 -240
  115. data/vendor/local/include/libxml2/libxml/entities.h +0 -150
  116. data/vendor/local/include/libxml2/libxml/globals.h +0 -502
  117. data/vendor/local/include/libxml2/libxml/hash.h +0 -233
  118. data/vendor/local/include/libxml2/libxml/list.h +0 -137
  119. data/vendor/local/include/libxml2/libxml/nanoftp.h +0 -163
  120. data/vendor/local/include/libxml2/libxml/nanohttp.h +0 -81
  121. data/vendor/local/include/libxml2/libxml/parser.h +0 -1240
  122. data/vendor/local/include/libxml2/libxml/parserInternals.h +0 -644
  123. data/vendor/local/include/libxml2/libxml/pattern.h +0 -100
  124. data/vendor/local/include/libxml2/libxml/relaxng.h +0 -213
  125. data/vendor/local/include/libxml2/libxml/schemasInternals.h +0 -958
  126. data/vendor/local/include/libxml2/libxml/schematron.h +0 -142
  127. data/vendor/local/include/libxml2/libxml/threads.h +0 -84
  128. data/vendor/local/include/libxml2/libxml/tree.h +0 -1303
  129. data/vendor/local/include/libxml2/libxml/uri.h +0 -94
  130. data/vendor/local/include/libxml2/libxml/valid.h +0 -458
  131. data/vendor/local/include/libxml2/libxml/xinclude.h +0 -129
  132. data/vendor/local/include/libxml2/libxml/xlink.h +0 -189
  133. data/vendor/local/include/libxml2/libxml/xmlIO.h +0 -366
  134. data/vendor/local/include/libxml2/libxml/xmlautomata.h +0 -146
  135. data/vendor/local/include/libxml2/libxml/xmlerror.h +0 -944
  136. data/vendor/local/include/libxml2/libxml/xmlexports.h +0 -162
  137. data/vendor/local/include/libxml2/libxml/xmlmemory.h +0 -224
  138. data/vendor/local/include/libxml2/libxml/xmlmodule.h +0 -57
  139. data/vendor/local/include/libxml2/libxml/xmlreader.h +0 -428
  140. data/vendor/local/include/libxml2/libxml/xmlregexp.h +0 -222
  141. data/vendor/local/include/libxml2/libxml/xmlsave.h +0 -88
  142. data/vendor/local/include/libxml2/libxml/xmlschemas.h +0 -246
  143. data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +0 -151
  144. data/vendor/local/include/libxml2/libxml/xmlstring.h +0 -140
  145. data/vendor/local/include/libxml2/libxml/xmlunicode.h +0 -202
  146. data/vendor/local/include/libxml2/libxml/xmlversion.h +0 -480
  147. data/vendor/local/include/libxml2/libxml/xmlwriter.h +0 -488
  148. data/vendor/local/include/libxml2/libxml/xpath.h +0 -550
  149. data/vendor/local/include/libxml2/libxml/xpathInternals.h +0 -632
  150. data/vendor/local/include/libxml2/libxml/xpointer.h +0 -114
  151. data/vendor/local/lib/libxml2.def +0 -1659
  152. data/vendor/local/lib/libxml2.dll.a +0 -0
  153. data/vendor/local/lib/libxml2.lib +0 -0
  154. data/vendor/local/lib/pkgconfig/libxml-2.0.pc +0 -13
  155. data/vendor/local/manifest/libcroco-dev_0.6.2-1_win32.mft +0 -36
  156. data/vendor/local/manifest/libcroco_0.6.2-1_win32.mft +0 -2
  157. data/vendor/local/manifest/librsvg-dev_2.32.1-1_win32.mft +0 -11
  158. data/vendor/local/manifest/librsvg_2.32.1-1_win32.mft +0 -2
  159. data/vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft +0 -268
  160. data/vendor/local/manifest/libxml2_2.9.0-1_win32.mft +0 -2
  161. data/vendor/local/share/aclocal/libxml.m4 +0 -188
  162. data/vendor/local/share/doc/libxml2-2.9.0/Copyright +0 -27
  163. data/vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c +0 -880
  164. data/vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c +0 -1198
  165. data/vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c +0 -229
  166. data/vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c +0 -3770
  167. data/vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif +0 -0
  168. data/vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html +0 -282
  169. data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif +0 -0
  170. data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif +0 -0
  171. data/vendor/local/share/doc/libxml2-2.9.0/html/encoding.html +0 -207
  172. data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xml +0 -751
  173. data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl +0 -174
  174. data/vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html +0 -13
  175. data/vendor/local/share/doc/libxml2-2.9.0/html/html/index.html +0 -13
  176. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html +0 -51
  177. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html +0 -184
  178. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html +0 -73
  179. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html +0 -125
  180. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html +0 -128
  181. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html +0 -38
  182. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html +0 -142
  183. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html +0 -72
  184. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html +0 -120
  185. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html +0 -58
  186. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html +0 -124
  187. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html +0 -79
  188. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html +0 -152
  189. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html +0 -116
  190. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html +0 -13
  191. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html +0 -120
  192. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html +0 -94
  193. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html +0 -65
  194. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html +0 -559
  195. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html +0 -322
  196. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html +0 -76
  197. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html +0 -162
  198. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html +0 -373
  199. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html +0 -81
  200. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html +0 -72
  201. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html +0 -989
  202. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html +0 -73
  203. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html +0 -289
  204. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html +0 -59
  205. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html +0 -82
  206. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html +0 -212
  207. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html +0 -85
  208. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html +0 -864
  209. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html +0 -20
  210. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html +0 -107
  211. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html +0 -38
  212. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html +0 -330
  213. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html +0 -143
  214. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html +0 -60
  215. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html +0 -185
  216. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html +0 -123
  217. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html +0 -108
  218. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html +0 -512
  219. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html +0 -62
  220. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html +0 -261
  221. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html +0 -310
  222. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html +0 -394
  223. data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html +0 -83
  224. data/vendor/local/share/doc/libxml2-2.9.0/html/index.html +0 -14
  225. data/vendor/local/share/doc/libxml2-2.9.0/html/io1.c +0 -166
  226. data/vendor/local/share/doc/libxml2-2.9.0/html/io1.res +0 -5
  227. data/vendor/local/share/doc/libxml2-2.9.0/html/io2.c +0 -58
  228. data/vendor/local/share/doc/libxml2-2.9.0/html/io2.res +0 -2
  229. data/vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif +0 -0
  230. data/vendor/local/share/doc/libxml2-2.9.0/html/parse1.c +0 -56
  231. data/vendor/local/share/doc/libxml2-2.9.0/html/parse2.c +0 -72
  232. data/vendor/local/share/doc/libxml2-2.9.0/html/parse3.c +0 -60
  233. data/vendor/local/share/doc/libxml2-2.9.0/html/parse4.c +0 -143
  234. data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.c +0 -107
  235. data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.res +0 -14
  236. data/vendor/local/share/doc/libxml2-2.9.0/html/reader2.c +0 -122
  237. data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.c +0 -120
  238. data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.res +0 -13
  239. data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.c +0 -122
  240. data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.res +0 -3
  241. data/vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif +0 -0
  242. data/vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif +0 -0
  243. data/vendor/local/share/doc/libxml2-2.9.0/html/structure.gif +0 -0
  244. data/vendor/local/share/doc/libxml2-2.9.0/html/test1.xml +0 -1
  245. data/vendor/local/share/doc/libxml2-2.9.0/html/test2.xml +0 -13
  246. data/vendor/local/share/doc/libxml2-2.9.0/html/test3.xml +0 -39
  247. data/vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c +0 -1198
  248. data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.c +0 -94
  249. data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.res +0 -4
  250. data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.c +0 -118
  251. data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.res +0 -18
  252. data/vendor/local/share/doc/libxml2-2.9.0/html/tst.xml +0 -7
  253. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html +0 -8
  254. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html +0 -14
  255. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html +0 -82
  256. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html +0 -76
  257. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html +0 -78
  258. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html +0 -67
  259. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html +0 -75
  260. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html +0 -76
  261. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html +0 -4
  262. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html +0 -14
  263. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html +0 -47
  264. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html +0 -54
  265. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html +0 -55
  266. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html +0 -35
  267. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html +0 -30
  268. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html +0 -38
  269. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html +0 -63
  270. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png +0 -0
  271. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png +0 -0
  272. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png +0 -0
  273. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png +0 -0
  274. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png +0 -0
  275. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png +0 -0
  276. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png +0 -0
  277. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png +0 -0
  278. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png +0 -0
  279. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png +0 -0
  280. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png +0 -0
  281. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png +0 -0
  282. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png +0 -0
  283. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png +0 -0
  284. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png +0 -0
  285. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png +0 -0
  286. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png +0 -0
  287. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png +0 -0
  288. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png +0 -0
  289. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png +0 -0
  290. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png +0 -0
  291. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png +0 -0
  292. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png +0 -0
  293. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png +0 -0
  294. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c +0 -64
  295. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c +0 -75
  296. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c +0 -73
  297. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c +0 -72
  298. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c +0 -79
  299. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c +0 -74
  300. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html +0 -14
  301. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html +0 -1
  302. data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf +0 -1336
  303. data/vendor/local/share/doc/libxml2-2.9.0/html/w3c.png +0 -0
  304. data/vendor/local/share/doc/libxml2-2.9.0/html/writer.xml +0 -2
  305. data/vendor/local/share/doc/libxml2-2.9.0/html/xml.html +0 -5715
  306. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c +0 -250
  307. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res +0 -5
  308. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c +0 -190
  309. data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res +0 -30
  310. data/vendor/local/share/gtk-doc/html/libxml2/general.html +0 -38
  311. data/vendor/local/share/gtk-doc/html/libxml2/index.html +0 -67
  312. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +0 -138
  313. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +0 -373
  314. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +0 -172
  315. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +0 -243
  316. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +0 -247
  317. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +0 -91
  318. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +0 -278
  319. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +0 -241
  320. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +0 -225
  321. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +0 -134
  322. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +0 -218
  323. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +0 -166
  324. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +0 -383
  325. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +0 -214
  326. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +0 -226
  327. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +0 -187
  328. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +0 -142
  329. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +0 -766
  330. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +0 -688
  331. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +0 -166
  332. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +0 -278
  333. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +0 -860
  334. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +0 -166
  335. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +0 -161
  336. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +0 -1596
  337. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +0 -154
  338. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +0 -528
  339. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +0 -169
  340. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +0 -160
  341. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +0 -347
  342. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +0 -176
  343. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +0 -952
  344. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +0 -87
  345. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +0 -186
  346. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +0 -97
  347. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +0 -565
  348. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +0 -280
  349. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +0 -133
  350. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +0 -314
  351. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +0 -237
  352. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +0 -217
  353. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +0 -887
  354. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +0 -287
  355. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +0 -479
  356. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +0 -532
  357. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +0 -787
  358. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +0 -171
  359. data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +0 -3569
  360. data/vendor/local/share/gtk-doc/html/libxml2/style.css +0 -66
  361. data/vendor/local/share/man/man1/xml2-config.1 +0 -30
  362. data/vendor/local/share/man/man1/xmlcatalog.1 +0 -340
  363. data/vendor/local/share/man/man1/xmllint.1 +0 -427
  364. data/vendor/local/share/man/man3/libxml.3 +0 -71
  365. data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log +0 -867
  366. data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh +0 -68
  367. data/vendor/local/src/tml/packaging/libcroco_0.6.2-1_win32.log +0 -471
  368. data/vendor/local/src/tml/packaging/libcroco_0.6.2-1_win32.sh +0 -61
  369. data/vendor/local/src/tml/packaging/librsvg_2.32.1-1_win32.log +0 -535
  370. data/vendor/local/src/tml/packaging/librsvg_2.32.1-1_win32.sh +0 -125
@@ -1,751 +0,0 @@
1
- <examples>
2
- <example filename='xpath1.c'>
3
- <synopsis>Evaluate XPath expression and prints result node set.</synopsis>
4
- <purpose>Shows how to evaluate XPath expression and register known namespaces in XPath context.</purpose>
5
- <usage>xpath1 &lt;xml-file&gt; &lt;xpath-expr&gt; [&lt;known-ns-list&gt;]</usage>
6
- <test>xpath1 test3.xml &apos;//child2&apos; &gt; xpath1.tmp &amp;&amp; diff xpath1.tmp $(srcdir)/xpath1.res</test>
7
- <author>Aleksey Sanin</author>
8
- <copy>see Copyright for the status of this software. </copy>
9
- <section>XPath</section>
10
- <includes>
11
- <include>&lt;libxml/parser.h&gt;</include>
12
- <include>&lt;libxml/xpath.h&gt;</include>
13
- <include>&lt;libxml/xpathInternals.h&gt;</include>
14
- <include>&lt;libxml/tree.h&gt;</include>
15
- </includes>
16
- <uses>
17
- <enum line='229' file='tree' name='XML_ELEMENT_NODE'/>
18
- <typedef line='88' file='xpath' name='xmlXPathObjectPtr'/>
19
- <function line='54' file='xmlmemory' name='xmlMemoryDump'/>
20
- <function line='117' file='xpath' name='xmlXPathEvalExpression'/>
21
- <function line='94' file='parser' name='xmlParseFile'/>
22
- <function line='186' file='xpathInternals' name='xmlXPathRegisterNs'/>
23
- <function line='129' file='xpath' name='xmlXPathFreeObject'/>
24
- <variable line='193' file='globals' name='xmlFree'/>
25
- <typedef line='218' file='tree' name='xmlNsPtr'/>
26
- <function line='101' file='xpath' name='xmlXPathNewContext'/>
27
- <function line='49' file='parser' name='xmlCleanupParser'/>
28
- <macro line='43' file='xmlversion' name='LIBXML_TEST_VERSION'/>
29
- <typedef line='87' file='xpath' name='xmlXPathContextPtr'/>
30
- <function line='130' file='xpath' name='xmlXPathFreeContext'/>
31
- <function line='39' file='parser' name='xmlInitParser'/>
32
- <function line='156' file='xmlstring' name='xmlStrdup'/>
33
- <function line='131' file='tree' name='xmlFreeDoc'/>
34
- <function line='180' file='xmlstring' name='xmlStrchr'/>
35
- <typedef line='206' file='tree' name='xmlNodePtr'/>
36
- <typedef line='86' file='tree' name='xmlDocPtr'/>
37
- <enum line='217' file='tree' name='XML_NAMESPACE_DECL'/>
38
- </uses>
39
- </example>
40
- <example filename='parse3.c'>
41
- <synopsis>Parse an XML document in memory to a tree and free it</synopsis>
42
- <purpose>Demonstrate the use of xmlReadMemory() to read an XML file into a tree and and xmlFreeDoc() to free the resulting tree</purpose>
43
- <usage>parse3</usage>
44
- <test>parse3</test>
45
- <author>Daniel Veillard</author>
46
- <copy>see Copyright for the status of this software. </copy>
47
- <section>Parsing</section>
48
- <includes>
49
- <include>&lt;libxml/tree.h&gt;</include>
50
- <include>&lt;libxml/parser.h&gt;</include>
51
- </includes>
52
- <uses>
53
- <function line='33' file='parser' name='xmlReadMemory'/>
54
- <function line='58' file='xmlmemory' name='xmlMemoryDump'/>
55
- <function line='54' file='parser' name='xmlCleanupParser'/>
56
- <macro line='49' file='xmlversion' name='LIBXML_TEST_VERSION'/>
57
- <function line='38' file='tree' name='xmlFreeDoc'/>
58
- <typedef line='27' file='tree' name='xmlDocPtr'/>
59
- </uses>
60
- </example>
61
- <example filename='reader2.c'>
62
- <synopsis>Parse and validate an XML file with an xmlReader</synopsis>
63
- <purpose>Demonstrate the use of xmlReaderForFile() to parse an XML file validating the content in the process and activating options like entities substitution, and DTD attributes defaulting. (Note that the XMLReader functions require libxml2 version later than 2.6.)</purpose>
64
- <usage>reader2 &lt;valid_xml_filename&gt;</usage>
65
- <test>reader2 test2.xml &gt; reader1.tmp &amp;&amp; diff reader1.tmp $(srcdir)/reader1.res</test>
66
- <author>Daniel Veillard</author>
67
- <copy>see Copyright for the status of this software. </copy>
68
- <section>xmlReader</section>
69
- <includes>
70
- <include>&lt;libxml/xmlreader.h&gt;</include>
71
- </includes>
72
- <uses>
73
- <function line='45' file='xmlstring' name='xmlStrlen'/>
74
- <function line='109' file='parser' name='xmlCleanupParser'/>
75
- <function line='38' file='xmlreader' name='xmlTextReaderNodeType'/>
76
- <typedef line='60' file='xmlreader' name='xmlTextReaderPtr'/>
77
- <function line='113' file='xmlmemory' name='xmlMemoryDump'/>
78
- <function line='34' file='xmlreader' name='xmlTextReaderConstValue'/>
79
- <enum line='70' file='parser' name='XML_PARSE_NOENT'/>
80
- <function line='37' file='xmlreader' name='xmlTextReaderDepth'/>
81
- <enum line='71' file='parser' name='XML_PARSE_DTDVALID'/>
82
- <enum line='69' file='parser' name='XML_PARSE_DTDATTR'/>
83
- <function line='84' file='xmlreader' name='xmlFreeTextReader'/>
84
- <macro line='104' file='xmlversion' name='LIBXML_TEST_VERSION'/>
85
- <function line='30' file='xmlreader' name='xmlTextReaderConstName'/>
86
- <function line='41' file='xmlreader' name='xmlTextReaderHasValue'/>
87
- <function line='76' file='xmlreader' name='xmlTextReaderRead'/>
88
- <function line='40' file='xmlreader' name='xmlTextReaderIsEmptyElement'/>
89
- <function line='68' file='xmlreader' name='xmlReaderForFile'/>
90
- <function line='81' file='xmlreader' name='xmlTextReaderIsValid'/>
91
- </uses>
92
- </example>
93
- <example filename='tree2.c'>
94
- <synopsis>Creates a tree</synopsis>
95
- <purpose>Shows how to create document, nodes and dump it to stdout or file.</purpose>
96
- <usage>tree2 &lt;filename&gt; -Default output: stdout</usage>
97
- <test>tree2 &gt; tree2.tmp &amp;&amp; diff tree2.tmp $(srcdir)/tree2.res</test>
98
- <author>Lucas Brasilino &lt;brasilino@recife.pe.gov.br&gt;</author>
99
- <copy>see Copyright for the status of this software </copy>
100
- <section>Tree</section>
101
- <includes>
102
- <include>&lt;libxml/tree.h&gt;</include>
103
- <include>&lt;libxml/parser.h&gt;</include>
104
- </includes>
105
- <uses>
106
- <function line='75' file='tree' name='xmlNewText'/>
107
- <function line='110' file='xmlmemory' name='xmlMemoryDump'/>
108
- <function line='96' file='tree' name='xmlSaveFormatFileEnc'/>
109
- <function line='78' file='tree' name='xmlAddChild'/>
110
- <function line='41' file='tree' name='xmlDocSetRootElement'/>
111
- <function line='105' file='parser' name='xmlCleanupParser'/>
112
- <macro line='34' file='xmlversion' name='LIBXML_TEST_VERSION'/>
113
- <function line='89' file='tree' name='xmlNewProp'/>
114
- <function line='88' file='tree' name='xmlNewChild'/>
115
- <function line='74' file='tree' name='xmlNewNode'/>
116
- <function line='46' file='tree' name='xmlCreateIntSubset'/>
117
- <function line='99' file='tree' name='xmlFreeDoc'/>
118
- <function line='39' file='tree' name='xmlNewDoc'/>
119
- </uses>
120
- </example>
121
- <example filename='io1.c'>
122
- <synopsis>Example of custom Input/Output</synopsis>
123
- <purpose>Demonstrate the use of xmlRegisterInputCallbacks to build a custom I/O layer, this is used in an XInclude method context to show how dynamic document can be built in a clean way.</purpose>
124
- <usage>io1</usage>
125
- <test>io1 &gt; io1.tmp &amp;&amp; diff io1.tmp $(srcdir)/io1.res</test>
126
- <author>Daniel Veillard</author>
127
- <copy>see Copyright for the status of this software. </copy>
128
- <section>InputOutput</section>
129
- <includes>
130
- <include>&lt;libxml/parser.h&gt;</include>
131
- <include>&lt;libxml/xmlIO.h&gt;</include>
132
- <include>&lt;libxml/xinclude.h&gt;</include>
133
- <include>&lt;libxml/tree.h&gt;</include>
134
- </includes>
135
- <uses>
136
- <function line='143' file='tree' name='xmlDocDump'/>
137
- <function line='158' file='xmlmemory' name='xmlMemoryDump'/>
138
- <function line='149' file='tree' name='xmlFreeDoc'/>
139
- <function line='154' file='parser' name='xmlCleanupParser'/>
140
- <macro line='117' file='xmlversion' name='LIBXML_TEST_VERSION'/>
141
- <function line='134' file='xinclude' name='xmlXIncludeProcess'/>
142
- <function line='117' file='xmlIO' name='xmlRegisterInputCallbacks'/>
143
- <function line='124' file='parser' name='xmlReadMemory'/>
144
- <typedef line='105' file='tree' name='xmlDocPtr'/>
145
- </uses>
146
- </example>
147
- <example filename='parse4.c'>
148
- <synopsis>Parse an XML document chunk by chunk to a tree and free it</synopsis>
149
- <purpose>Demonstrate the use of xmlCreatePushParserCtxt() and xmlParseChunk() to read an XML file progressively into a tree and and xmlFreeDoc() to free the resulting tree</purpose>
150
- <usage>parse4 test3.xml</usage>
151
- <test>parse4 test3.xml</test>
152
- <author>Daniel Veillard</author>
153
- <copy>see Copyright for the status of this software. </copy>
154
- <section>Parsing</section>
155
- <includes>
156
- <include>&lt;libxml/tree.h&gt;</include>
157
- <include>&lt;libxml/parser.h&gt;</include>
158
- </includes>
159
- <uses>
160
- <function line='94' file='parser' name='xmlFreeParserCtxt'/>
161
- <function line='86' file='parser' name='xmlParseChunk'/>
162
- <function line='103' file='tree' name='xmlFreeDoc'/>
163
- <function line='135' file='xmlmemory' name='xmlMemoryDump'/>
164
- <function line='67' file='parser' name='xmlCreatePushParserCtxt'/>
165
- <function line='131' file='parser' name='xmlCleanupParser'/>
166
- <macro line='120' file='xmlversion' name='LIBXML_TEST_VERSION'/>
167
- <typedef line='45' file='tree' name='xmlParserCtxtPtr'/>
168
- <typedef line='47' file='tree' name='xmlDocPtr'/>
169
- </uses>
170
- </example>
171
- <example filename='xpath2.c'>
172
- <synopsis>Load a document, locate subelements with XPath, modify said elements and save the resulting document.</synopsis>
173
- <purpose>Shows how to make a full round-trip from a load/edit/save</purpose>
174
- <usage>xpath2 &lt;xml-file&gt; &lt;xpath-expr&gt; &lt;new-value&gt;</usage>
175
- <test>xpath2 test3.xml &apos;//discarded&apos; discarded &gt; xpath2.tmp &amp;&amp; diff xpath2.tmp $(srcdir)/xpath2.res</test>
176
- <author>Aleksey Sanin and Daniel Veillard</author>
177
- <copy>see Copyright for the status of this software. </copy>
178
- <section>XPath</section>
179
- <includes>
180
- <include>&lt;libxml/parser.h&gt;</include>
181
- <include>&lt;libxml/xpath.h&gt;</include>
182
- <include>&lt;libxml/xpathInternals.h&gt;</include>
183
- <include>&lt;libxml/tree.h&gt;</include>
184
- </includes>
185
- <uses>
186
- <function line='162' file='tree' name='xmlNodeSetContent'/>
187
- <function line='127' file='tree' name='xmlDocDump'/>
188
- <typedef line='88' file='xpath' name='xmlXPathObjectPtr'/>
189
- <function line='110' file='xpath' name='xmlXPathEvalExpression'/>
190
- <function line='95' file='parser' name='xmlParseFile'/>
191
- <function line='123' file='xpath' name='xmlXPathFreeObject'/>
192
- <function line='102' file='xpath' name='xmlXPathNewContext'/>
193
- <typedef line='87' file='xpath' name='xmlXPathContextPtr'/>
194
- <function line='124' file='xpath' name='xmlXPathFreeContext'/>
195
- <function line='41' file='parser' name='xmlInitParser'/>
196
- <function line='131' file='tree' name='xmlFreeDoc'/>
197
- <enum line='180' file='tree' name='XML_NAMESPACE_DECL'/>
198
- <typedef line='86' file='tree' name='xmlDocPtr'/>
199
- </uses>
200
- </example>
201
- <example filename='io2.c'>
202
- <synopsis>Output to char buffer</synopsis>
203
- <purpose>Demonstrate the use of xmlDocDumpMemory to output document to a character buffer</purpose>
204
- <usage>io2</usage>
205
- <test>io2 &gt; io2.tmp &amp;&amp; diff io2.tmp $(srcdir)/io2.res</test>
206
- <author>John Fleck</author>
207
- <copy>see Copyright for the status of this software. </copy>
208
- <section>InputOutput</section>
209
- <includes>
210
- <include>&lt;libxml/parser.h&gt;</include>
211
- </includes>
212
- <uses>
213
- <function line='29' file='tree' name='xmlNodeSetContent'/>
214
- <function line='36' file='tree' name='xmlDocDumpFormatMemory'/>
215
- <variable line='42' file='globals' name='xmlFree'/>
216
- <function line='30' file='tree' name='xmlDocSetRootElement'/>
217
- <typedef line='20' file='tree' name='xmlDocPtr'/>
218
- <typedef line='19' file='tree' name='xmlNodePtr'/>
219
- <function line='27' file='tree' name='xmlNewDoc'/>
220
- <function line='28' file='tree' name='xmlNewNode'/>
221
- </uses>
222
- </example>
223
- <example filename='reader1.c'>
224
- <synopsis>Parse an XML file with an xmlReader</synopsis>
225
- <purpose>Demonstrate the use of xmlReaderForFile() to parse an XML file and dump the informations about the nodes found in the process. (Note that the XMLReader functions require libxml2 version later than 2.6.)</purpose>
226
- <usage>reader1 &lt;filename&gt;</usage>
227
- <test>reader1 test2.xml &gt; reader1.tmp &amp;&amp; diff reader1.tmp $(srcdir)/reader1.res</test>
228
- <author>Daniel Veillard</author>
229
- <copy>see Copyright for the status of this software. </copy>
230
- <section>xmlReader</section>
231
- <includes>
232
- <include>&lt;libxml/xmlreader.h&gt;</include>
233
- </includes>
234
- <uses>
235
- <function line='44' file='xmlstring' name='xmlStrlen'/>
236
- <function line='37' file='xmlreader' name='xmlTextReaderNodeType'/>
237
- <typedef line='59' file='xmlreader' name='xmlTextReaderPtr'/>
238
- <function line='33' file='xmlreader' name='xmlTextReaderConstValue'/>
239
- <function line='36' file='xmlreader' name='xmlTextReaderDepth'/>
240
- <function line='69' file='xmlreader' name='xmlFreeTextReader'/>
241
- <function line='29' file='xmlreader' name='xmlTextReaderConstName'/>
242
- <function line='40' file='xmlreader' name='xmlTextReaderHasValue'/>
243
- <function line='67' file='xmlreader' name='xmlTextReaderRead'/>
244
- <function line='39' file='xmlreader' name='xmlTextReaderIsEmptyElement'/>
245
- <function line='62' file='xmlreader' name='xmlReaderForFile'/>
246
- </uses>
247
- </example>
248
- <example filename='tree1.c'>
249
- <synopsis>Navigates a tree to print element names</synopsis>
250
- <purpose>Parse a file to a tree, use xmlDocGetRootElement() to get the root element, then walk the document and print all the element name in document order.</purpose>
251
- <usage>tree1 filename_or_URL</usage>
252
- <test>tree1 test2.xml &gt; tree1.tmp &amp;&amp; diff tree1.tmp $(srcdir)/tree1.res</test>
253
- <author>Dodji Seketeli</author>
254
- <copy>see Copyright for the status of this software. </copy>
255
- <section>Tree</section>
256
- <includes>
257
- <include>&lt;libxml/tree.h&gt;</include>
258
- <include>&lt;libxml/parser.h&gt;</include>
259
- </includes>
260
- <uses>
261
- <enum line='36' file='tree' name='XML_ELEMENT_NODE'/>
262
- <function line='74' file='tree' name='xmlDocGetRootElement'/>
263
- <function line='67' file='parser' name='xmlReadFile'/>
264
- </uses>
265
- </example>
266
- <example filename='reader3.c'>
267
- <synopsis>Show how to extract subdocuments with xmlReader</synopsis>
268
- <purpose>Demonstrate the use of xmlTextReaderPreservePattern() to parse an XML file with the xmlReader while collecting only some subparts of the document. (Note that the XMLReader functions require libxml2 version later than 2.6.)</purpose>
269
- <usage>reader3</usage>
270
- <test>reader3 &gt; reader3.tmp &amp;&amp; diff reader3.tmp $(srcdir)/reader3.res</test>
271
- <author>Daniel Veillard</author>
272
- <copy>see Copyright for the status of this software. </copy>
273
- <section>xmlReader</section>
274
- <includes>
275
- <include>&lt;libxml/xmlreader.h&gt;</include>
276
- </includes>
277
- <uses>
278
- <typedef line='32' file='xmlreader' name='xmlTextReaderPtr'/>
279
- <function line='66' file='xmlreader' name='xmlFreeTextReader'/>
280
- <function line='96' file='tree' name='xmlDocDump'/>
281
- <function line='52' file='xmlreader' name='xmlTextReaderRead'/>
282
- <function line='62' file='xmlreader' name='xmlTextReaderCurrentDoc'/>
283
- <function line='43' file='xmlreader' name='xmlTextReaderPreservePattern'/>
284
- <function line='38' file='xmlreader' name='xmlReaderForFile'/>
285
- </uses>
286
- </example>
287
- <example filename='parse2.c'>
288
- <synopsis>Parse and validate an XML file to a tree and free the result</synopsis>
289
- <purpose>Create a parser context for an XML file, then parse and validate the file, creating a tree, check the validation result and xmlFreeDoc() to free the resulting tree.</purpose>
290
- <usage>parse2 test2.xml</usage>
291
- <test>parse2 test2.xml</test>
292
- <author>Daniel Veillard</author>
293
- <copy>see Copyright for the status of this software. </copy>
294
- <section>Parsing</section>
295
- <includes>
296
- <include>&lt;libxml/tree.h&gt;</include>
297
- <include>&lt;libxml/parser.h&gt;</include>
298
- </includes>
299
- <uses>
300
- <function line='47' file='parser' name='xmlFreeParserCtxt'/>
301
- <enum line='35' file='parser' name='XML_PARSE_DTDVALID'/>
302
- <function line='29' file='parser' name='xmlNewParserCtxt'/>
303
- <typedef line='25' file='tree' name='xmlParserCtxtPtr'/>
304
- <function line='35' file='parser' name='xmlCtxtReadFile'/>
305
- </uses>
306
- </example>
307
- <example filename='parse1.c'>
308
- <synopsis>Parse an XML file to a tree and free it</synopsis>
309
- <purpose>Demonstrate the use of xmlReadFile() to read an XML file into a tree and and xmlFreeDoc() to free the resulting tree</purpose>
310
- <usage>parse1 test1.xml</usage>
311
- <test>parse1 test1.xml</test>
312
- <author>Daniel Veillard</author>
313
- <copy>see Copyright for the status of this software. </copy>
314
- <section>Parsing</section>
315
- <includes>
316
- <include>&lt;libxml/tree.h&gt;</include>
317
- <include>&lt;libxml/parser.h&gt;</include>
318
- </includes>
319
- <uses>
320
- <function line='26' file='parser' name='xmlReadFile'/>
321
- </uses>
322
- </example>
323
- <example filename='reader4.c'>
324
- <synopsis>Parse multiple XML files reusing an xmlReader</synopsis>
325
- <purpose>Demonstrate the use of xmlReaderForFile() and xmlReaderNewFile to parse XML files while reusing the reader object and parser context. (Note that the XMLReader functions require libxml2 version later than 2.6.)</purpose>
326
- <usage>reader4 &lt;filename&gt; [ filename ... ]</usage>
327
- <test>reader4 test1.xml test2.xml test3.xml &gt; reader4.tmp &amp;&amp; diff reader4.tmp $(srcdir)/reader4.res</test>
328
- <author>Graham Bennett</author>
329
- <copy>see Copyright for the status of this software. </copy>
330
- <section>xmlReader</section>
331
- <includes>
332
- <include>&lt;libxml/xmlreader.h&gt;</include>
333
- </includes>
334
- <uses>
335
- <typedef line='54' file='xmlreader' name='xmlTextReaderPtr'/>
336
- <function line='83' file='xmlreader' name='xmlReaderNewFile'/>
337
- <function line='104' file='xmlreader' name='xmlFreeTextReader'/>
338
- <function line='26' file='xmlreader' name='xmlTextReaderRead'/>
339
- <function line='97' file='xmlreader' name='xmlTextReaderCurrentDoc'/>
340
- <function line='72' file='xmlreader' name='xmlReaderForFile'/>
341
- </uses>
342
- </example>
343
- <example filename='testWriter.c'>
344
- <synopsis>use various APIs for the xmlWriter</synopsis>
345
- <purpose>tests a number of APIs for the xmlWriter, especially the various methods to write to a filename, to a memory buffer, to a new document, or to a subtree. It shows how to do encoding string conversions too. The resulting documents are then serialized.</purpose>
346
- <usage>testWriter</usage>
347
- <test>testWriter &amp;&amp; for i in 1 2 3 4 ; do diff $(srcdir)/writer.xml writer$$i.tmp || break ; done</test>
348
- <author>Alfred Mickautsch</author>
349
- <copy>see Copyright for the status of this software. </copy>
350
- <section>xmlWriter</section>
351
- <includes>
352
- <include>&lt;libxml/encoding.h&gt;</include>
353
- <include>&lt;libxml/xmlwriter.h&gt;</include>
354
- </includes>
355
- <uses>
356
- <function line='913' file='xmlwriter' name='xmlTextWriterStartDocument'/>
357
- <function line='1121' file='xmlwriter' name='xmlTextWriterEndDocument'/>
358
- <variable line='1183' file='globals' name='xmlRealloc'/>
359
- <function line='925' file='xmlwriter' name='xmlTextWriterWriteComment'/>
360
- <function line='1156' file='encoding' name='xmlFindCharEncodingHandler'/>
361
- <variable line='1166' file='globals' name='xmlMalloc'/>
362
- <typedef line='341' file='tree' name='xmlBufferPtr'/>
363
- <macro line='885' file='parser' name='XML_DEFAULT_VERSION'/>
364
- <function line='901' file='tree' name='xmlDocSetRootElement'/>
365
- <function line='1127' file='xmlwriter' name='xmlFreeTextWriter'/>
366
- <function line='1096' file='xmlwriter' name='xmlTextWriterStartElement'/>
367
- <function line='347' file='tree' name='xmlBufferCreate'/>
368
- <function line='1111' file='xmlwriter' name='xmlTextWriterEndElement'/>
369
- <function line='76' file='xmlwriter' name='xmlNewTextWriterFilename'/>
370
- <function line='959' file='xmlwriter' name='xmlTextWriterWriteFormatComment'/>
371
- <function line='1073' file='xmlwriter' name='xmlTextWriterWriteFormatElement'/>
372
- <typedef line='1151' file='encoding' name='xmlCharEncodingHandlerPtr'/>
373
- <typedef line='880' file='tree' name='xmlNodePtr'/>
374
- <function line='949' file='xmlwriter' name='xmlTextWriterWriteAttribute'/>
375
- <function line='632' file='xmlwriter' name='xmlNewTextWriterDoc'/>
376
- <function line='894' file='tree' name='xmlNewDocNode'/>
377
- <function line='1129' file='tree' name='xmlSaveFileEnc'/>
378
- <function line='904' file='xmlwriter' name='xmlNewTextWriterTree'/>
379
- <function line='355' file='xmlwriter' name='xmlNewTextWriterMemory'/>
380
- <variable line='1180' file='globals' name='xmlFree'/>
381
- <function line='613' file='tree' name='xmlBufferFree'/>
382
- <typedef line='878' file='xmlwriter' name='xmlTextWriterPtr'/>
383
- <function line='1103' file='xmlwriter' name='xmlTextWriterWriteElement'/>
384
- <function line='885' file='tree' name='xmlNewDoc'/>
385
- </uses>
386
- </example>
387
- <symbols>
388
- <symbol name='LIBXML_TEST_VERSION'>
389
- <ref filename='xpath1.c'/>
390
- <ref filename='parse3.c'/>
391
- <ref filename='reader2.c'/>
392
- <ref filename='tree2.c'/>
393
- <ref filename='io1.c'/>
394
- <ref filename='parse4.c'/>
395
- </symbol>
396
- <symbol name='XML_DEFAULT_VERSION'>
397
- <ref filename='testWriter.c'/>
398
- </symbol>
399
- <symbol name='XML_ELEMENT_NODE'>
400
- <ref filename='xpath1.c'/>
401
- <ref filename='tree1.c'/>
402
- </symbol>
403
- <symbol name='XML_NAMESPACE_DECL'>
404
- <ref filename='xpath1.c'/>
405
- <ref filename='xpath2.c'/>
406
- </symbol>
407
- <symbol name='XML_PARSE_DTDATTR'>
408
- <ref filename='reader2.c'/>
409
- </symbol>
410
- <symbol name='XML_PARSE_DTDVALID'>
411
- <ref filename='reader2.c'/>
412
- <ref filename='parse2.c'/>
413
- </symbol>
414
- <symbol name='XML_PARSE_NOENT'>
415
- <ref filename='reader2.c'/>
416
- </symbol>
417
- <symbol name='xmlAddChild'>
418
- <ref filename='tree2.c'/>
419
- </symbol>
420
- <symbol name='xmlBufferCreate'>
421
- <ref filename='testWriter.c'/>
422
- </symbol>
423
- <symbol name='xmlBufferFree'>
424
- <ref filename='testWriter.c'/>
425
- </symbol>
426
- <symbol name='xmlBufferPtr'>
427
- <ref filename='testWriter.c'/>
428
- </symbol>
429
- <symbol name='xmlCharEncodingHandlerPtr'>
430
- <ref filename='testWriter.c'/>
431
- </symbol>
432
- <symbol name='xmlCleanupParser'>
433
- <ref filename='xpath1.c'/>
434
- <ref filename='parse3.c'/>
435
- <ref filename='reader2.c'/>
436
- <ref filename='tree2.c'/>
437
- <ref filename='io1.c'/>
438
- <ref filename='parse4.c'/>
439
- </symbol>
440
- <symbol name='xmlCreateIntSubset'>
441
- <ref filename='tree2.c'/>
442
- </symbol>
443
- <symbol name='xmlCreatePushParserCtxt'>
444
- <ref filename='parse4.c'/>
445
- </symbol>
446
- <symbol name='xmlCtxtReadFile'>
447
- <ref filename='parse2.c'/>
448
- </symbol>
449
- <symbol name='xmlDocDump'>
450
- <ref filename='io1.c'/>
451
- <ref filename='xpath2.c'/>
452
- <ref filename='reader3.c'/>
453
- </symbol>
454
- <symbol name='xmlDocDumpFormatMemory'>
455
- <ref filename='io2.c'/>
456
- </symbol>
457
- <symbol name='xmlDocGetRootElement'>
458
- <ref filename='tree1.c'/>
459
- </symbol>
460
- <symbol name='xmlDocPtr'>
461
- <ref filename='xpath1.c'/>
462
- <ref filename='parse3.c'/>
463
- <ref filename='io1.c'/>
464
- <ref filename='parse4.c'/>
465
- <ref filename='xpath2.c'/>
466
- <ref filename='io2.c'/>
467
- </symbol>
468
- <symbol name='xmlDocSetRootElement'>
469
- <ref filename='tree2.c'/>
470
- <ref filename='io2.c'/>
471
- <ref filename='testWriter.c'/>
472
- </symbol>
473
- <symbol name='xmlFindCharEncodingHandler'>
474
- <ref filename='testWriter.c'/>
475
- </symbol>
476
- <symbol name='xmlFree'>
477
- <ref filename='xpath1.c'/>
478
- <ref filename='io2.c'/>
479
- <ref filename='testWriter.c'/>
480
- </symbol>
481
- <symbol name='xmlFreeDoc'>
482
- <ref filename='xpath1.c'/>
483
- <ref filename='parse3.c'/>
484
- <ref filename='tree2.c'/>
485
- <ref filename='io1.c'/>
486
- <ref filename='parse4.c'/>
487
- <ref filename='xpath2.c'/>
488
- </symbol>
489
- <symbol name='xmlFreeParserCtxt'>
490
- <ref filename='parse4.c'/>
491
- <ref filename='parse2.c'/>
492
- </symbol>
493
- <symbol name='xmlFreeTextReader'>
494
- <ref filename='reader2.c'/>
495
- <ref filename='reader1.c'/>
496
- <ref filename='reader3.c'/>
497
- <ref filename='reader4.c'/>
498
- </symbol>
499
- <symbol name='xmlFreeTextWriter'>
500
- <ref filename='testWriter.c'/>
501
- </symbol>
502
- <symbol name='xmlInitParser'>
503
- <ref filename='xpath1.c'/>
504
- <ref filename='xpath2.c'/>
505
- </symbol>
506
- <symbol name='xmlMalloc'>
507
- <ref filename='testWriter.c'/>
508
- </symbol>
509
- <symbol name='xmlMemoryDump'>
510
- <ref filename='xpath1.c'/>
511
- <ref filename='parse3.c'/>
512
- <ref filename='reader2.c'/>
513
- <ref filename='tree2.c'/>
514
- <ref filename='io1.c'/>
515
- <ref filename='parse4.c'/>
516
- </symbol>
517
- <symbol name='xmlNewChild'>
518
- <ref filename='tree2.c'/>
519
- </symbol>
520
- <symbol name='xmlNewDoc'>
521
- <ref filename='tree2.c'/>
522
- <ref filename='io2.c'/>
523
- <ref filename='testWriter.c'/>
524
- </symbol>
525
- <symbol name='xmlNewDocNode'>
526
- <ref filename='testWriter.c'/>
527
- </symbol>
528
- <symbol name='xmlNewNode'>
529
- <ref filename='tree2.c'/>
530
- <ref filename='io2.c'/>
531
- </symbol>
532
- <symbol name='xmlNewParserCtxt'>
533
- <ref filename='parse2.c'/>
534
- </symbol>
535
- <symbol name='xmlNewProp'>
536
- <ref filename='tree2.c'/>
537
- </symbol>
538
- <symbol name='xmlNewText'>
539
- <ref filename='tree2.c'/>
540
- </symbol>
541
- <symbol name='xmlNewTextWriterDoc'>
542
- <ref filename='testWriter.c'/>
543
- </symbol>
544
- <symbol name='xmlNewTextWriterFilename'>
545
- <ref filename='testWriter.c'/>
546
- </symbol>
547
- <symbol name='xmlNewTextWriterMemory'>
548
- <ref filename='testWriter.c'/>
549
- </symbol>
550
- <symbol name='xmlNewTextWriterTree'>
551
- <ref filename='testWriter.c'/>
552
- </symbol>
553
- <symbol name='xmlNodePtr'>
554
- <ref filename='xpath1.c'/>
555
- <ref filename='io2.c'/>
556
- <ref filename='testWriter.c'/>
557
- </symbol>
558
- <symbol name='xmlNodeSetContent'>
559
- <ref filename='xpath2.c'/>
560
- <ref filename='io2.c'/>
561
- </symbol>
562
- <symbol name='xmlNsPtr'>
563
- <ref filename='xpath1.c'/>
564
- </symbol>
565
- <symbol name='xmlParseChunk'>
566
- <ref filename='parse4.c'/>
567
- </symbol>
568
- <symbol name='xmlParseFile'>
569
- <ref filename='xpath1.c'/>
570
- <ref filename='xpath2.c'/>
571
- </symbol>
572
- <symbol name='xmlParserCtxtPtr'>
573
- <ref filename='parse4.c'/>
574
- <ref filename='parse2.c'/>
575
- </symbol>
576
- <symbol name='xmlReadFile'>
577
- <ref filename='tree1.c'/>
578
- <ref filename='parse1.c'/>
579
- </symbol>
580
- <symbol name='xmlReadMemory'>
581
- <ref filename='parse3.c'/>
582
- <ref filename='io1.c'/>
583
- </symbol>
584
- <symbol name='xmlReaderForFile'>
585
- <ref filename='reader2.c'/>
586
- <ref filename='reader1.c'/>
587
- <ref filename='reader3.c'/>
588
- <ref filename='reader4.c'/>
589
- </symbol>
590
- <symbol name='xmlReaderNewFile'>
591
- <ref filename='reader4.c'/>
592
- </symbol>
593
- <symbol name='xmlRealloc'>
594
- <ref filename='testWriter.c'/>
595
- </symbol>
596
- <symbol name='xmlRegisterInputCallbacks'>
597
- <ref filename='io1.c'/>
598
- </symbol>
599
- <symbol name='xmlSaveFileEnc'>
600
- <ref filename='testWriter.c'/>
601
- </symbol>
602
- <symbol name='xmlSaveFormatFileEnc'>
603
- <ref filename='tree2.c'/>
604
- </symbol>
605
- <symbol name='xmlStrchr'>
606
- <ref filename='xpath1.c'/>
607
- </symbol>
608
- <symbol name='xmlStrdup'>
609
- <ref filename='xpath1.c'/>
610
- </symbol>
611
- <symbol name='xmlStrlen'>
612
- <ref filename='reader2.c'/>
613
- <ref filename='reader1.c'/>
614
- </symbol>
615
- <symbol name='xmlTextReaderConstName'>
616
- <ref filename='reader2.c'/>
617
- <ref filename='reader1.c'/>
618
- </symbol>
619
- <symbol name='xmlTextReaderConstValue'>
620
- <ref filename='reader2.c'/>
621
- <ref filename='reader1.c'/>
622
- </symbol>
623
- <symbol name='xmlTextReaderCurrentDoc'>
624
- <ref filename='reader3.c'/>
625
- <ref filename='reader4.c'/>
626
- </symbol>
627
- <symbol name='xmlTextReaderDepth'>
628
- <ref filename='reader2.c'/>
629
- <ref filename='reader1.c'/>
630
- </symbol>
631
- <symbol name='xmlTextReaderHasValue'>
632
- <ref filename='reader2.c'/>
633
- <ref filename='reader1.c'/>
634
- </symbol>
635
- <symbol name='xmlTextReaderIsEmptyElement'>
636
- <ref filename='reader2.c'/>
637
- <ref filename='reader1.c'/>
638
- </symbol>
639
- <symbol name='xmlTextReaderIsValid'>
640
- <ref filename='reader2.c'/>
641
- </symbol>
642
- <symbol name='xmlTextReaderNodeType'>
643
- <ref filename='reader2.c'/>
644
- <ref filename='reader1.c'/>
645
- </symbol>
646
- <symbol name='xmlTextReaderPreservePattern'>
647
- <ref filename='reader3.c'/>
648
- </symbol>
649
- <symbol name='xmlTextReaderPtr'>
650
- <ref filename='reader2.c'/>
651
- <ref filename='reader1.c'/>
652
- <ref filename='reader3.c'/>
653
- <ref filename='reader4.c'/>
654
- </symbol>
655
- <symbol name='xmlTextReaderRead'>
656
- <ref filename='reader2.c'/>
657
- <ref filename='reader1.c'/>
658
- <ref filename='reader3.c'/>
659
- <ref filename='reader4.c'/>
660
- </symbol>
661
- <symbol name='xmlTextWriterEndDocument'>
662
- <ref filename='testWriter.c'/>
663
- </symbol>
664
- <symbol name='xmlTextWriterEndElement'>
665
- <ref filename='testWriter.c'/>
666
- </symbol>
667
- <symbol name='xmlTextWriterPtr'>
668
- <ref filename='testWriter.c'/>
669
- </symbol>
670
- <symbol name='xmlTextWriterStartDocument'>
671
- <ref filename='testWriter.c'/>
672
- </symbol>
673
- <symbol name='xmlTextWriterStartElement'>
674
- <ref filename='testWriter.c'/>
675
- </symbol>
676
- <symbol name='xmlTextWriterWriteAttribute'>
677
- <ref filename='testWriter.c'/>
678
- </symbol>
679
- <symbol name='xmlTextWriterWriteComment'>
680
- <ref filename='testWriter.c'/>
681
- </symbol>
682
- <symbol name='xmlTextWriterWriteElement'>
683
- <ref filename='testWriter.c'/>
684
- </symbol>
685
- <symbol name='xmlTextWriterWriteFormatComment'>
686
- <ref filename='testWriter.c'/>
687
- </symbol>
688
- <symbol name='xmlTextWriterWriteFormatElement'>
689
- <ref filename='testWriter.c'/>
690
- </symbol>
691
- <symbol name='xmlXIncludeProcess'>
692
- <ref filename='io1.c'/>
693
- </symbol>
694
- <symbol name='xmlXPathContextPtr'>
695
- <ref filename='xpath1.c'/>
696
- <ref filename='xpath2.c'/>
697
- </symbol>
698
- <symbol name='xmlXPathEvalExpression'>
699
- <ref filename='xpath1.c'/>
700
- <ref filename='xpath2.c'/>
701
- </symbol>
702
- <symbol name='xmlXPathFreeContext'>
703
- <ref filename='xpath1.c'/>
704
- <ref filename='xpath2.c'/>
705
- </symbol>
706
- <symbol name='xmlXPathFreeObject'>
707
- <ref filename='xpath1.c'/>
708
- <ref filename='xpath2.c'/>
709
- </symbol>
710
- <symbol name='xmlXPathNewContext'>
711
- <ref filename='xpath1.c'/>
712
- <ref filename='xpath2.c'/>
713
- </symbol>
714
- <symbol name='xmlXPathObjectPtr'>
715
- <ref filename='xpath1.c'/>
716
- <ref filename='xpath2.c'/>
717
- </symbol>
718
- <symbol name='xmlXPathRegisterNs'>
719
- <ref filename='xpath1.c'/>
720
- </symbol>
721
- </symbols>
722
- <sections>
723
- <section name='InputOutput'>
724
- <example filename='io1.c'/>
725
- <example filename='io2.c'/>
726
- </section>
727
- <section name='Parsing'>
728
- <example filename='parse3.c'/>
729
- <example filename='parse4.c'/>
730
- <example filename='parse2.c'/>
731
- <example filename='parse1.c'/>
732
- </section>
733
- <section name='Tree'>
734
- <example filename='tree2.c'/>
735
- <example filename='tree1.c'/>
736
- </section>
737
- <section name='XPath'>
738
- <example filename='xpath1.c'/>
739
- <example filename='xpath2.c'/>
740
- </section>
741
- <section name='xmlReader'>
742
- <example filename='reader2.c'/>
743
- <example filename='reader1.c'/>
744
- <example filename='reader3.c'/>
745
- <example filename='reader4.c'/>
746
- </section>
747
- <section name='xmlWriter'>
748
- <example filename='testWriter.c'/>
749
- </section>
750
- </sections>
751
- </examples>