cairo 1.15.9-x64-mingw32 → 1.15.10-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/NEWS +20 -0
- data/Rakefile +9 -7
- data/ext/cairo/rb_cairo.h +1 -1
- data/lib/2.2/cairo.so +0 -0
- data/lib/2.3/cairo.so +0 -0
- data/lib/2.4/cairo.so +0 -0
- data/lib/cairo.rb +3 -3
- data/test/cairo-test-utils.rb +8 -4
- data/test/test_context.rb +1 -1
- data/test/test_font_face.rb +1 -1
- data/test/test_recording_surface.rb +1 -0
- data/vendor/local/bin/fc-cache.exe +0 -0
- data/vendor/local/bin/fc-cat.exe +0 -0
- data/vendor/local/bin/fc-list.exe +0 -0
- data/vendor/local/bin/fc-match.exe +0 -0
- data/vendor/local/bin/fc-pattern.exe +0 -0
- data/vendor/local/bin/fc-query.exe +0 -0
- data/vendor/local/bin/fc-scan.exe +0 -0
- data/vendor/local/bin/fc-validate.exe +0 -0
- data/vendor/local/bin/freetype-config +78 -28
- data/vendor/local/bin/libcairo-2.dll +0 -0
- data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
- data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
- data/vendor/local/bin/libfontconfig-1.dll +0 -0
- data/vendor/local/bin/libfreetype-6.dll +0 -0
- data/vendor/local/bin/libpixman-1-0.dll +0 -0
- data/vendor/local/bin/libpng-config +1 -1
- data/vendor/local/bin/libpng16-16.dll +0 -0
- data/vendor/local/bin/libpng16-config +1 -1
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/png-fix-itxt.exe +0 -0
- data/vendor/local/bin/pngfix.exe +0 -0
- data/vendor/local/bin/xml2-config +1 -1
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/bin/zlib1211.dll +0 -0
- data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +56 -16
- data/vendor/local/etc/fonts/conf.d/30-urw-aliases.conf +11 -2
- data/vendor/local/etc/fonts/conf.d/45-latin.conf +4 -0
- data/vendor/local/etc/fonts/conf.d/60-latin.conf +1 -0
- data/vendor/local/include/cairo/cairo-pdf.h +7 -8
- data/vendor/local/include/cairo/cairo-version.h +1 -1
- data/vendor/local/include/fontconfig/fontconfig.h +3 -2
- data/vendor/local/include/freetype2/freetype/config/ftconfig.h +10 -1
- data/vendor/local/include/freetype2/freetype/config/ftheader.h +14 -1
- data/vendor/local/include/freetype2/freetype/config/ftoption.h +79 -22
- data/vendor/local/include/freetype2/freetype/config/ftstdlib.h +1 -1
- data/vendor/local/include/freetype2/freetype/freetype.h +616 -400
- data/vendor/local/include/freetype2/freetype/ftadvanc.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftautoh.h +32 -10
- data/vendor/local/include/freetype2/freetype/ftbbox.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftbdf.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftbitmap.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftbzip2.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftcache.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftcffdrv.h +47 -1
- data/vendor/local/include/freetype2/freetype/ftchapters.h +1 -0
- data/vendor/local/include/freetype2/freetype/ftcid.h +1 -1
- data/vendor/local/include/freetype2/freetype/fterrdef.h +5 -1
- data/vendor/local/include/freetype2/freetype/fterrors.h +5 -5
- data/vendor/local/include/freetype2/freetype/ftfntfmt.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftgasp.h +12 -4
- data/vendor/local/include/freetype2/freetype/ftglyph.h +11 -2
- data/vendor/local/include/freetype2/freetype/ftgxval.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftgzip.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftimage.h +12 -12
- data/vendor/local/include/freetype2/freetype/ftincrem.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftlcdfil.h +46 -10
- data/vendor/local/include/freetype2/freetype/ftlist.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftlzw.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftmac.h +6 -5
- data/vendor/local/include/freetype2/freetype/ftmm.h +147 -58
- data/vendor/local/include/freetype2/freetype/ftmodapi.h +46 -3
- data/vendor/local/include/freetype2/freetype/ftmoderr.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftotval.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftoutln.h +4 -1
- data/vendor/local/include/freetype2/freetype/ftpcfdrv.h +105 -0
- data/vendor/local/include/freetype2/freetype/ftpfr.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftrender.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftsizes.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftsnames.h +117 -30
- data/vendor/local/include/freetype2/freetype/ftstroke.h +2 -2
- data/vendor/local/include/freetype2/freetype/ftsynth.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftsystem.h +1 -1
- data/vendor/local/include/freetype2/freetype/fttrigon.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftttdrv.h +5 -6
- data/vendor/local/include/freetype2/freetype/fttypes.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftwinfnt.h +1 -1
- data/vendor/local/include/freetype2/freetype/t1tables.h +3 -3
- data/vendor/local/include/freetype2/freetype/ttnameid.h +313 -314
- data/vendor/local/include/freetype2/freetype/tttables.h +190 -173
- data/vendor/local/include/freetype2/freetype/tttags.h +7 -1
- data/vendor/local/include/freetype2/freetype/ttunpat.h +2 -2
- data/vendor/local/include/freetype2/ft2build.h +1 -1
- data/vendor/local/include/libpng16/png.h +29 -18
- data/vendor/local/include/libpng16/pngconf.h +1 -1
- data/vendor/local/include/libpng16/pnglibconf.h +5 -2
- data/vendor/local/include/libxml2/libxml/HTMLparser.h +2 -2
- data/vendor/local/include/libxml2/libxml/schemasInternals.h +1 -1
- data/vendor/local/include/libxml2/libxml/xmlreader.h +1 -1
- data/vendor/local/include/libxml2/libxml/xmlversion.h +4 -4
- data/vendor/local/include/png.h +29 -18
- data/vendor/local/include/pngconf.h +1 -1
- data/vendor/local/include/pnglibconf.h +5 -2
- data/vendor/local/lib/cmake/libxml2/libxml2-config.cmake +2 -2
- data/vendor/local/lib/fontconfig.def +1 -1
- data/vendor/local/lib/libcairo-gobject.a +0 -0
- data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
- data/vendor/local/lib/libcairo-gobject.la +2 -2
- data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.la +2 -2
- data/vendor/local/lib/libcairo.a +0 -0
- data/vendor/local/lib/libcairo.dll.a +0 -0
- data/vendor/local/lib/libcairo.la +2 -2
- data/vendor/local/lib/libfontconfig.dll.a +0 -0
- data/vendor/local/lib/libfontconfig.la +1 -1
- data/vendor/local/lib/libfreetype.a +0 -0
- data/vendor/local/lib/libfreetype.dll.a +0 -0
- data/vendor/local/lib/libfreetype.la +2 -2
- data/vendor/local/lib/libpixman-1.dll.a +0 -0
- data/vendor/local/lib/libpng.a +0 -0
- data/vendor/local/lib/libpng.dll.a +0 -0
- data/vendor/local/lib/libpng.la +2 -2
- data/vendor/local/lib/libpng16.a +0 -0
- data/vendor/local/lib/libpng16.dll.a +0 -0
- data/vendor/local/lib/libpng16.la +2 -2
- data/vendor/local/lib/libxml2.a +0 -0
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libxml2.la +1 -1
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-script.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
- data/vendor/local/lib/pkgconfig/fontconfig.pc +2 -2
- data/vendor/local/lib/pkgconfig/freetype2.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpng.pc +2 -1
- data/vendor/local/lib/pkgconfig/libpng16.pc +2 -1
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +1 -1
- data/vendor/local/lib/xml2Conf.sh +1 -1
- data/vendor/local/share/aclocal/freetype2.m4 +1 -1
- data/vendor/local/share/aclocal/libxml.m4 +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/Copyright +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/testHTML.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/testSAX.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/testXPath.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/xmllint.c +78 -78
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/DOM.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/FAQ.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/encoding.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/examples.xml +256 -256
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/examples.xsl +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/book1.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/home.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/left.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-DOCBparser.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-HTMLparser.html +4 -4
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-HTMLtree.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-SAX.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-SAX2.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-c14n.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-catalog.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-chvalid.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-debugXML.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-dict.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-encoding.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-entities.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-globals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-hash.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-lib.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-list.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-nanoftp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-nanohttp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-parser.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-parserInternals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-pattern.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-relaxng.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-schemasInternals.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-schematron.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-threads.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-tree.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-uri.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-valid.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xinclude.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xlink.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlIO.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlautomata.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlerror.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlexports.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlmemory.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlmodule.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlreader.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlregexp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlsave.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlschemas.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlschemastypes.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlstring.html +3 -3
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlunicode.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlversion.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlwriter.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xpath.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xpathInternals.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xpointer.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xzlib.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/right.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/up.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io2.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/libxml.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse3.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse4.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader3.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader3.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader4.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader4.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/redhat.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/structure.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/test1.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/test2.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/test3.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/testWriter.c +16 -16
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree2.c +1 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree2.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tst.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apa.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apb.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apc.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apd.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ape.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apf.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apg.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/aph.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/api.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s02.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s03.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s04.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s05.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s06.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s07.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s08.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s09.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includeaddattribute.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includeaddkeyword.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includeconvert.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includegetattribute.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includekeyword.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includexpath.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ix01.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/xmltutorial.pdf +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/w3c.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/writer.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xml.html +154 -8
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath2.res +0 -0
- data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +56 -16
- data/vendor/local/share/fontconfig/conf.avail/30-urw-aliases.conf +11 -2
- data/vendor/local/share/fontconfig/conf.avail/45-latin.conf +4 -0
- data/vendor/local/share/fontconfig/conf.avail/60-latin.conf +1 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-errors.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-memory.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-overloading.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-path.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-patterns.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-return-values.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-streams.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-surfaces.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +17 -25
- data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +42 -53
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +48 -63
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +68 -78
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +34 -47
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +82 -92
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +50 -61
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html +18 -27
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +22 -32
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Raster-Sources.html +64 -79
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +21 -30
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +99 -125
- data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +31 -41
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html +43 -56
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Tags-and-Links.html +23 -29
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Transformations.html +41 -48
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Types.html +19 -26
- data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +56 -72
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +28 -39
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +39 -51
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +34 -47
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html +45 -57
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +62 -79
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +18 -27
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +53 -95
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +40 -53
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +71 -87
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +49 -57
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +158 -189
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +76 -92
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +146 -164
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +234 -264
- data/vendor/local/share/gtk-doc/html/cairo/cairo-drawing.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-fonts.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-support.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-surfaces.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +104 -119
- data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +236 -6
- data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +62 -63
- data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +69 -70
- data/vendor/local/share/gtk-doc/html/cairo/index-1.14.html +11 -12
- data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +59 -60
- data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +35 -36
- data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +28 -29
- data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +39 -40
- data/vendor/local/share/gtk-doc/html/cairo/index-all.html +510 -511
- data/vendor/local/share/gtk-doc/html/cairo/index.html +4 -5
- data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/style.css +160 -142
- data/vendor/local/share/gtk-doc/html/cairo/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +4 -4
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +1 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +1 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +3 -3
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +1 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +1 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +1 -1
- data/vendor/local/share/license/cairo/README +1 -1
- data/vendor/local/share/license/fontconfig/README +58 -2
- data/vendor/local/share/license/freetype/README +5 -5
- data/vendor/local/share/license/freetype/README.git +1 -1
- data/vendor/local/share/license/libpng/README +6 -6
- data/vendor/local/share/license/libxml2/README.zOS +212 -0
- data/vendor/local/share/man/man1/freetype-config.1 +44 -6
- data/vendor/local/share/man/man3/libpng.3 +106 -48
- data/vendor/local/share/man/man3/libpngpf.3 +4 -4
- data/vendor/local/share/man/man5/png.5 +5 -5
- metadata +175 -174
- data/vendor/local/share/gtk-doc/html/cairo/index.sgml +0 -764
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -1,147 +1,118 @@
|
|
1
1
|
<examples>
|
2
|
-
<example filename='
|
3
|
-
<synopsis>
|
4
|
-
<purpose>
|
5
|
-
<usage>
|
6
|
-
<test>
|
7
|
-
<author>
|
2
|
+
<example filename='io1.c'>
|
3
|
+
<synopsis>Example of custom Input/Output</synopsis>
|
4
|
+
<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>
|
5
|
+
<usage>io1</usage>
|
6
|
+
<test>io1 > io1.tmp && diff io1.tmp $(srcdir)/io1.res</test>
|
7
|
+
<author>Daniel Veillard</author>
|
8
8
|
<copy>see Copyright for the status of this software. </copy>
|
9
|
-
<section>
|
9
|
+
<section>InputOutput</section>
|
10
10
|
<includes>
|
11
11
|
<include><libxml/parser.h></include>
|
12
|
-
<include><libxml/
|
13
|
-
<include><libxml/
|
12
|
+
<include><libxml/xmlIO.h></include>
|
13
|
+
<include><libxml/xinclude.h></include>
|
14
14
|
<include><libxml/tree.h></include>
|
15
15
|
</includes>
|
16
16
|
<uses>
|
17
|
-
<
|
18
|
-
<
|
19
|
-
<function line='
|
20
|
-
<function line='
|
21
|
-
<
|
22
|
-
<function line='
|
23
|
-
<function line='
|
24
|
-
<
|
25
|
-
<typedef line='
|
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'/>
|
17
|
+
<function line='143' file='tree' name='xmlDocDump'/>
|
18
|
+
<function line='158' file='xmlmemory' name='xmlMemoryDump'/>
|
19
|
+
<function line='149' file='tree' name='xmlFreeDoc'/>
|
20
|
+
<function line='154' file='parser' name='xmlCleanupParser'/>
|
21
|
+
<macro line='117' file='xmlversion' name='LIBXML_TEST_VERSION'/>
|
22
|
+
<function line='134' file='xinclude' name='xmlXIncludeProcess'/>
|
23
|
+
<function line='117' file='xmlIO' name='xmlRegisterInputCallbacks'/>
|
24
|
+
<function line='124' file='parser' name='xmlReadMemory'/>
|
25
|
+
<typedef line='105' file='tree' name='xmlDocPtr'/>
|
38
26
|
</uses>
|
39
27
|
</example>
|
40
|
-
<example filename='
|
41
|
-
<synopsis>
|
42
|
-
<purpose>Demonstrate the use of
|
43
|
-
<usage>
|
44
|
-
<test>
|
45
|
-
<author>
|
28
|
+
<example filename='io2.c'>
|
29
|
+
<synopsis>Output to char buffer</synopsis>
|
30
|
+
<purpose>Demonstrate the use of xmlDocDumpMemory to output document to a character buffer</purpose>
|
31
|
+
<usage>io2</usage>
|
32
|
+
<test>io2 > io2.tmp && diff io2.tmp $(srcdir)/io2.res</test>
|
33
|
+
<author>John Fleck</author>
|
46
34
|
<copy>see Copyright for the status of this software. </copy>
|
47
|
-
<section>
|
35
|
+
<section>InputOutput</section>
|
48
36
|
<includes>
|
49
|
-
<include><libxml/tree.h></include>
|
50
37
|
<include><libxml/parser.h></include>
|
51
38
|
</includes>
|
52
39
|
<uses>
|
53
|
-
<function line='
|
54
|
-
<function line='
|
55
|
-
<
|
56
|
-
<
|
57
|
-
<
|
58
|
-
<
|
40
|
+
<function line='29' file='tree' name='xmlNodeSetContent'/>
|
41
|
+
<function line='36' file='tree' name='xmlDocDumpFormatMemory'/>
|
42
|
+
<variable line='42' file='globals' name='xmlFree'/>
|
43
|
+
<function line='30' file='tree' name='xmlDocSetRootElement'/>
|
44
|
+
<typedef line='20' file='tree' name='xmlDocPtr'/>
|
45
|
+
<function line='43' file='tree' name='xmlFreeDoc'/>
|
46
|
+
<typedef line='19' file='tree' name='xmlNodePtr'/>
|
47
|
+
<function line='27' file='tree' name='xmlNewDoc'/>
|
48
|
+
<function line='28' file='tree' name='xmlNewNode'/>
|
59
49
|
</uses>
|
60
50
|
</example>
|
61
|
-
<example filename='
|
62
|
-
<synopsis>Parse
|
63
|
-
<purpose>Demonstrate the use of
|
64
|
-
<usage>
|
65
|
-
<test>
|
51
|
+
<example filename='parse1.c'>
|
52
|
+
<synopsis>Parse an XML file to a tree and free it</synopsis>
|
53
|
+
<purpose>Demonstrate the use of xmlReadFile() to read an XML file into a tree and and xmlFreeDoc() to free the resulting tree</purpose>
|
54
|
+
<usage>parse1 test1.xml</usage>
|
55
|
+
<test>parse1 test1.xml</test>
|
66
56
|
<author>Daniel Veillard</author>
|
67
57
|
<copy>see Copyright for the status of this software. </copy>
|
68
|
-
<section>
|
58
|
+
<section>Parsing</section>
|
69
59
|
<includes>
|
70
|
-
<include><libxml/
|
60
|
+
<include><libxml/tree.h></include>
|
61
|
+
<include><libxml/parser.h></include>
|
71
62
|
</includes>
|
72
63
|
<uses>
|
73
|
-
<function line='
|
74
|
-
<function line='
|
75
|
-
<
|
76
|
-
<typedef line='
|
77
|
-
<function line='
|
78
|
-
<function line='
|
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'/>
|
64
|
+
<function line='54' file='xmlmemory' name='xmlMemoryDump'/>
|
65
|
+
<function line='50' file='parser' name='xmlCleanupParser'/>
|
66
|
+
<macro line='45' file='xmlversion' name='LIBXML_TEST_VERSION'/>
|
67
|
+
<typedef line='24' file='tree' name='xmlDocPtr'/>
|
68
|
+
<function line='31' file='tree' name='xmlFreeDoc'/>
|
69
|
+
<function line='26' file='parser' name='xmlReadFile'/>
|
91
70
|
</uses>
|
92
71
|
</example>
|
93
|
-
<example filename='
|
94
|
-
<synopsis>
|
95
|
-
<purpose>
|
96
|
-
<usage>
|
97
|
-
<test>
|
98
|
-
<author>
|
99
|
-
<copy>see Copyright for the status of this software </copy>
|
100
|
-
<section>
|
72
|
+
<example filename='parse2.c'>
|
73
|
+
<synopsis>Parse and validate an XML file to a tree and free the result</synopsis>
|
74
|
+
<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>
|
75
|
+
<usage>parse2 test2.xml</usage>
|
76
|
+
<test>parse2 test2.xml</test>
|
77
|
+
<author>Daniel Veillard</author>
|
78
|
+
<copy>see Copyright for the status of this software. </copy>
|
79
|
+
<section>Parsing</section>
|
101
80
|
<includes>
|
102
81
|
<include><libxml/tree.h></include>
|
103
82
|
<include><libxml/parser.h></include>
|
104
83
|
</includes>
|
105
84
|
<uses>
|
106
|
-
<function line='
|
107
|
-
<
|
108
|
-
<function line='
|
109
|
-
<
|
110
|
-
<function line='
|
111
|
-
<function line='
|
112
|
-
<macro line='
|
113
|
-
<function line='
|
114
|
-
<
|
115
|
-
<function line='
|
116
|
-
<function line='46' file='tree' name='xmlCreateIntSubset'/>
|
117
|
-
<function line='99' file='tree' name='xmlFreeDoc'/>
|
118
|
-
<function line='39' file='tree' name='xmlNewDoc'/>
|
85
|
+
<function line='47' file='parser' name='xmlFreeParserCtxt'/>
|
86
|
+
<enum line='35' file='parser' name='XML_PARSE_DTDVALID'/>
|
87
|
+
<function line='29' file='parser' name='xmlNewParserCtxt'/>
|
88
|
+
<typedef line='25' file='tree' name='xmlParserCtxtPtr'/>
|
89
|
+
<function line='35' file='parser' name='xmlCtxtReadFile'/>
|
90
|
+
<function line='66' file='parser' name='xmlCleanupParser'/>
|
91
|
+
<macro line='61' file='xmlversion' name='LIBXML_TEST_VERSION'/>
|
92
|
+
<function line='44' file='tree' name='xmlFreeDoc'/>
|
93
|
+
<typedef line='26' file='tree' name='xmlDocPtr'/>
|
94
|
+
<function line='70' file='xmlmemory' name='xmlMemoryDump'/>
|
119
95
|
</uses>
|
120
96
|
</example>
|
121
|
-
<example filename='
|
122
|
-
<synopsis>
|
123
|
-
<purpose>Demonstrate the use of
|
124
|
-
<usage>
|
125
|
-
<test>
|
97
|
+
<example filename='parse3.c'>
|
98
|
+
<synopsis>Parse an XML document in memory to a tree and free it</synopsis>
|
99
|
+
<purpose>Demonstrate the use of xmlReadMemory() to read an XML file into a tree and and xmlFreeDoc() to free the resulting tree</purpose>
|
100
|
+
<usage>parse3</usage>
|
101
|
+
<test>parse3</test>
|
126
102
|
<author>Daniel Veillard</author>
|
127
103
|
<copy>see Copyright for the status of this software. </copy>
|
128
|
-
<section>
|
104
|
+
<section>Parsing</section>
|
129
105
|
<includes>
|
130
|
-
<include><libxml/parser.h></include>
|
131
|
-
<include><libxml/xmlIO.h></include>
|
132
|
-
<include><libxml/xinclude.h></include>
|
133
106
|
<include><libxml/tree.h></include>
|
107
|
+
<include><libxml/parser.h></include>
|
134
108
|
</includes>
|
135
109
|
<uses>
|
136
|
-
<function line='
|
137
|
-
<function line='
|
138
|
-
<function line='
|
139
|
-
<
|
140
|
-
<
|
141
|
-
<
|
142
|
-
<function line='117' file='xmlIO' name='xmlRegisterInputCallbacks'/>
|
143
|
-
<function line='124' file='parser' name='xmlReadMemory'/>
|
144
|
-
<typedef line='105' file='tree' name='xmlDocPtr'/>
|
110
|
+
<function line='33' file='parser' name='xmlReadMemory'/>
|
111
|
+
<function line='58' file='xmlmemory' name='xmlMemoryDump'/>
|
112
|
+
<function line='54' file='parser' name='xmlCleanupParser'/>
|
113
|
+
<macro line='49' file='xmlversion' name='LIBXML_TEST_VERSION'/>
|
114
|
+
<function line='38' file='tree' name='xmlFreeDoc'/>
|
115
|
+
<typedef line='27' file='tree' name='xmlDocPtr'/>
|
145
116
|
</uses>
|
146
117
|
</example>
|
147
118
|
<example filename='parse4.c'>
|
@@ -168,58 +139,6 @@
|
|
168
139
|
<typedef line='47' file='tree' name='xmlDocPtr'/>
|
169
140
|
</uses>
|
170
141
|
</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 <xml-file> <xpath-expr> <new-value></usage>
|
175
|
-
<test>xpath2 test3.xml '//discarded' discarded > xpath2.tmp && 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><libxml/parser.h></include>
|
181
|
-
<include><libxml/xpath.h></include>
|
182
|
-
<include><libxml/xpathInternals.h></include>
|
183
|
-
<include><libxml/tree.h></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 > io2.tmp && 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><libxml/parser.h></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
142
|
<example filename='reader1.c'>
|
224
143
|
<synopsis>Parse an XML file with an xmlReader</synopsis>
|
225
144
|
<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>
|
@@ -233,11 +152,14 @@
|
|
233
152
|
</includes>
|
234
153
|
<uses>
|
235
154
|
<function line='44' file='xmlstring' name='xmlStrlen'/>
|
155
|
+
<function line='94' file='parser' name='xmlCleanupParser'/>
|
236
156
|
<function line='37' file='xmlreader' name='xmlTextReaderNodeType'/>
|
237
157
|
<typedef line='59' file='xmlreader' name='xmlTextReaderPtr'/>
|
158
|
+
<function line='98' file='xmlmemory' name='xmlMemoryDump'/>
|
238
159
|
<function line='33' file='xmlreader' name='xmlTextReaderConstValue'/>
|
239
160
|
<function line='36' file='xmlreader' name='xmlTextReaderDepth'/>
|
240
161
|
<function line='69' file='xmlreader' name='xmlFreeTextReader'/>
|
162
|
+
<macro line='89' file='xmlversion' name='LIBXML_TEST_VERSION'/>
|
241
163
|
<function line='29' file='xmlreader' name='xmlTextReaderConstName'/>
|
242
164
|
<function line='40' file='xmlreader' name='xmlTextReaderHasValue'/>
|
243
165
|
<function line='67' file='xmlreader' name='xmlTextReaderRead'/>
|
@@ -245,22 +167,33 @@
|
|
245
167
|
<function line='62' file='xmlreader' name='xmlReaderForFile'/>
|
246
168
|
</uses>
|
247
169
|
</example>
|
248
|
-
<example filename='
|
249
|
-
<synopsis>
|
250
|
-
<purpose>
|
251
|
-
<usage>
|
252
|
-
<test>
|
253
|
-
<author>
|
170
|
+
<example filename='reader2.c'>
|
171
|
+
<synopsis>Parse and validate an XML file with an xmlReader</synopsis>
|
172
|
+
<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>
|
173
|
+
<usage>reader2 <valid_xml_filename></usage>
|
174
|
+
<test>reader2 test2.xml > reader1.tmp && diff reader1.tmp $(srcdir)/reader1.res</test>
|
175
|
+
<author>Daniel Veillard</author>
|
254
176
|
<copy>see Copyright for the status of this software. </copy>
|
255
|
-
<section>
|
177
|
+
<section>xmlReader</section>
|
256
178
|
<includes>
|
257
|
-
<include><libxml/
|
258
|
-
<include><libxml/parser.h></include>
|
179
|
+
<include><libxml/xmlreader.h></include>
|
259
180
|
</includes>
|
260
181
|
<uses>
|
261
|
-
<
|
262
|
-
<function line='
|
263
|
-
<
|
182
|
+
<function line='45' file='xmlstring' name='xmlStrlen'/>
|
183
|
+
<function line='38' file='xmlreader' name='xmlTextReaderNodeType'/>
|
184
|
+
<typedef line='60' file='xmlreader' name='xmlTextReaderPtr'/>
|
185
|
+
<function line='34' file='xmlreader' name='xmlTextReaderConstValue'/>
|
186
|
+
<enum line='70' file='parser' name='XML_PARSE_NOENT'/>
|
187
|
+
<function line='37' file='xmlreader' name='xmlTextReaderDepth'/>
|
188
|
+
<enum line='71' file='parser' name='XML_PARSE_DTDVALID'/>
|
189
|
+
<enum line='69' file='parser' name='XML_PARSE_DTDATTR'/>
|
190
|
+
<function line='84' file='xmlreader' name='xmlFreeTextReader'/>
|
191
|
+
<function line='30' file='xmlreader' name='xmlTextReaderConstName'/>
|
192
|
+
<function line='41' file='xmlreader' name='xmlTextReaderHasValue'/>
|
193
|
+
<function line='76' file='xmlreader' name='xmlTextReaderRead'/>
|
194
|
+
<function line='40' file='xmlreader' name='xmlTextReaderIsEmptyElement'/>
|
195
|
+
<function line='68' file='xmlreader' name='xmlReaderForFile'/>
|
196
|
+
<function line='81' file='xmlreader' name='xmlTextReaderIsValid'/>
|
264
197
|
</uses>
|
265
198
|
</example>
|
266
199
|
<example filename='reader3.c'>
|
@@ -284,42 +217,6 @@
|
|
284
217
|
<function line='38' file='xmlreader' name='xmlReaderForFile'/>
|
285
218
|
</uses>
|
286
219
|
</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><libxml/tree.h></include>
|
297
|
-
<include><libxml/parser.h></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><libxml/tree.h></include>
|
317
|
-
<include><libxml/parser.h></include>
|
318
|
-
</includes>
|
319
|
-
<uses>
|
320
|
-
<function line='26' file='parser' name='xmlReadFile'/>
|
321
|
-
</uses>
|
322
|
-
</example>
|
323
220
|
<example filename='reader4.c'>
|
324
221
|
<synopsis>Parse multiple XML files reusing an xmlReader</synopsis>
|
325
222
|
<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>
|
@@ -384,21 +281,124 @@
|
|
384
281
|
<function line='885' file='tree' name='xmlNewDoc'/>
|
385
282
|
</uses>
|
386
283
|
</example>
|
284
|
+
<example filename='tree1.c'>
|
285
|
+
<synopsis>Navigates a tree to print element names</synopsis>
|
286
|
+
<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>
|
287
|
+
<usage>tree1 filename_or_URL</usage>
|
288
|
+
<test>tree1 test2.xml > tree1.tmp && diff tree1.tmp $(srcdir)/tree1.res</test>
|
289
|
+
<author>Dodji Seketeli</author>
|
290
|
+
<copy>see Copyright for the status of this software. </copy>
|
291
|
+
<section>Tree</section>
|
292
|
+
<includes>
|
293
|
+
<include><libxml/tree.h></include>
|
294
|
+
<include><libxml/parser.h></include>
|
295
|
+
</includes>
|
296
|
+
<uses>
|
297
|
+
<enum line='36' file='tree' name='XML_ELEMENT_NODE'/>
|
298
|
+
<function line='74' file='tree' name='xmlDocGetRootElement'/>
|
299
|
+
<function line='67' file='parser' name='xmlReadFile'/>
|
300
|
+
</uses>
|
301
|
+
</example>
|
302
|
+
<example filename='tree2.c'>
|
303
|
+
<synopsis>Creates a tree</synopsis>
|
304
|
+
<purpose>Shows how to create document, nodes and dump it to stdout or file.</purpose>
|
305
|
+
<usage>tree2 <filename> -Default output: stdout</usage>
|
306
|
+
<test>tree2 > tree2.tmp && diff tree2.tmp $(srcdir)/tree2.res</test>
|
307
|
+
<author>Lucas Brasilino <brasilino@recife.pe.gov.br></author>
|
308
|
+
<copy>see Copyright for the status of this software </copy>
|
309
|
+
<section>Tree</section>
|
310
|
+
<includes>
|
311
|
+
<include><libxml/tree.h></include>
|
312
|
+
<include><libxml/parser.h></include>
|
313
|
+
</includes>
|
314
|
+
<uses>
|
315
|
+
<function line='74' file='tree' name='xmlNewText'/>
|
316
|
+
<function line='95' file='tree' name='xmlSaveFormatFileEnc'/>
|
317
|
+
<function line='77' file='tree' name='xmlAddChild'/>
|
318
|
+
<function line='40' file='tree' name='xmlDocSetRootElement'/>
|
319
|
+
<function line='88' file='tree' name='xmlNewProp'/>
|
320
|
+
<function line='87' file='tree' name='xmlNewChild'/>
|
321
|
+
<function line='73' file='tree' name='xmlNewNode'/>
|
322
|
+
<function line='45' file='tree' name='xmlCreateIntSubset'/>
|
323
|
+
<function line='38' file='tree' name='xmlNewDoc'/>
|
324
|
+
</uses>
|
325
|
+
</example>
|
326
|
+
<example filename='xpath1.c'>
|
327
|
+
<synopsis>Evaluate XPath expression and prints result node set.</synopsis>
|
328
|
+
<purpose>Shows how to evaluate XPath expression and register known namespaces in XPath context.</purpose>
|
329
|
+
<usage>xpath1 <xml-file> <xpath-expr> [<known-ns-list>]</usage>
|
330
|
+
<test>xpath1 test3.xml '//child2' > xpath1.tmp && diff xpath1.tmp $(srcdir)/xpath1.res</test>
|
331
|
+
<author>Aleksey Sanin</author>
|
332
|
+
<copy>see Copyright for the status of this software. </copy>
|
333
|
+
<section>XPath</section>
|
334
|
+
<includes>
|
335
|
+
<include><libxml/parser.h></include>
|
336
|
+
<include><libxml/xpath.h></include>
|
337
|
+
<include><libxml/xpathInternals.h></include>
|
338
|
+
<include><libxml/tree.h></include>
|
339
|
+
</includes>
|
340
|
+
<uses>
|
341
|
+
<enum line='229' file='tree' name='XML_ELEMENT_NODE'/>
|
342
|
+
<typedef line='88' file='xpath' name='xmlXPathObjectPtr'/>
|
343
|
+
<function line='117' file='xpath' name='xmlXPathEvalExpression'/>
|
344
|
+
<function line='94' file='parser' name='xmlParseFile'/>
|
345
|
+
<function line='186' file='xpathInternals' name='xmlXPathRegisterNs'/>
|
346
|
+
<function line='129' file='xpath' name='xmlXPathFreeObject'/>
|
347
|
+
<variable line='193' file='globals' name='xmlFree'/>
|
348
|
+
<typedef line='218' file='tree' name='xmlNsPtr'/>
|
349
|
+
<function line='101' file='xpath' name='xmlXPathNewContext'/>
|
350
|
+
<typedef line='87' file='xpath' name='xmlXPathContextPtr'/>
|
351
|
+
<function line='130' file='xpath' name='xmlXPathFreeContext'/>
|
352
|
+
<function line='39' file='parser' name='xmlInitParser'/>
|
353
|
+
<function line='156' file='xmlstring' name='xmlStrdup'/>
|
354
|
+
<function line='180' file='xmlstring' name='xmlStrchr'/>
|
355
|
+
<typedef line='206' file='tree' name='xmlNodePtr'/>
|
356
|
+
<enum line='217' file='tree' name='XML_NAMESPACE_DECL'/>
|
357
|
+
</uses>
|
358
|
+
</example>
|
359
|
+
<example filename='xpath2.c'>
|
360
|
+
<synopsis>Load a document, locate subelements with XPath, modify said elements and save the resulting document.</synopsis>
|
361
|
+
<purpose>Shows how to make a full round-trip from a load/edit/save</purpose>
|
362
|
+
<usage>xpath2 <xml-file> <xpath-expr> <new-value></usage>
|
363
|
+
<test>xpath2 test3.xml '//discarded' discarded > xpath2.tmp && diff xpath2.tmp $(srcdir)/xpath2.res</test>
|
364
|
+
<author>Aleksey Sanin and Daniel Veillard</author>
|
365
|
+
<copy>see Copyright for the status of this software. </copy>
|
366
|
+
<section>XPath</section>
|
367
|
+
<includes>
|
368
|
+
<include><libxml/parser.h></include>
|
369
|
+
<include><libxml/xpath.h></include>
|
370
|
+
<include><libxml/xpathInternals.h></include>
|
371
|
+
<include><libxml/tree.h></include>
|
372
|
+
</includes>
|
373
|
+
<uses>
|
374
|
+
<function line='162' file='tree' name='xmlNodeSetContent'/>
|
375
|
+
<function line='127' file='tree' name='xmlDocDump'/>
|
376
|
+
<typedef line='88' file='xpath' name='xmlXPathObjectPtr'/>
|
377
|
+
<function line='110' file='xpath' name='xmlXPathEvalExpression'/>
|
378
|
+
<function line='95' file='parser' name='xmlParseFile'/>
|
379
|
+
<function line='123' file='xpath' name='xmlXPathFreeObject'/>
|
380
|
+
<function line='102' file='xpath' name='xmlXPathNewContext'/>
|
381
|
+
<typedef line='87' file='xpath' name='xmlXPathContextPtr'/>
|
382
|
+
<function line='124' file='xpath' name='xmlXPathFreeContext'/>
|
383
|
+
<function line='41' file='parser' name='xmlInitParser'/>
|
384
|
+
<enum line='180' file='tree' name='XML_NAMESPACE_DECL'/>
|
385
|
+
</uses>
|
386
|
+
</example>
|
387
387
|
<symbols>
|
388
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
389
|
<ref filename='io1.c'/>
|
390
|
+
<ref filename='parse1.c'/>
|
391
|
+
<ref filename='parse2.c'/>
|
392
|
+
<ref filename='parse3.c'/>
|
394
393
|
<ref filename='parse4.c'/>
|
394
|
+
<ref filename='reader1.c'/>
|
395
395
|
</symbol>
|
396
396
|
<symbol name='XML_DEFAULT_VERSION'>
|
397
397
|
<ref filename='testWriter.c'/>
|
398
398
|
</symbol>
|
399
399
|
<symbol name='XML_ELEMENT_NODE'>
|
400
|
-
<ref filename='xpath1.c'/>
|
401
400
|
<ref filename='tree1.c'/>
|
401
|
+
<ref filename='xpath1.c'/>
|
402
402
|
</symbol>
|
403
403
|
<symbol name='XML_NAMESPACE_DECL'>
|
404
404
|
<ref filename='xpath1.c'/>
|
@@ -408,8 +408,8 @@
|
|
408
408
|
<ref filename='reader2.c'/>
|
409
409
|
</symbol>
|
410
410
|
<symbol name='XML_PARSE_DTDVALID'>
|
411
|
-
<ref filename='reader2.c'/>
|
412
411
|
<ref filename='parse2.c'/>
|
412
|
+
<ref filename='reader2.c'/>
|
413
413
|
</symbol>
|
414
414
|
<symbol name='XML_PARSE_NOENT'>
|
415
415
|
<ref filename='reader2.c'/>
|
@@ -430,12 +430,12 @@
|
|
430
430
|
<ref filename='testWriter.c'/>
|
431
431
|
</symbol>
|
432
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
433
|
<ref filename='io1.c'/>
|
434
|
+
<ref filename='parse1.c'/>
|
435
|
+
<ref filename='parse2.c'/>
|
436
|
+
<ref filename='parse3.c'/>
|
438
437
|
<ref filename='parse4.c'/>
|
438
|
+
<ref filename='reader1.c'/>
|
439
439
|
</symbol>
|
440
440
|
<symbol name='xmlCreateIntSubset'>
|
441
441
|
<ref filename='tree2.c'/>
|
@@ -448,8 +448,8 @@
|
|
448
448
|
</symbol>
|
449
449
|
<symbol name='xmlDocDump'>
|
450
450
|
<ref filename='io1.c'/>
|
451
|
-
<ref filename='xpath2.c'/>
|
452
451
|
<ref filename='reader3.c'/>
|
452
|
+
<ref filename='xpath2.c'/>
|
453
453
|
</symbol>
|
454
454
|
<symbol name='xmlDocDumpFormatMemory'>
|
455
455
|
<ref filename='io2.c'/>
|
@@ -458,41 +458,41 @@
|
|
458
458
|
<ref filename='tree1.c'/>
|
459
459
|
</symbol>
|
460
460
|
<symbol name='xmlDocPtr'>
|
461
|
-
<ref filename='xpath1.c'/>
|
462
|
-
<ref filename='parse3.c'/>
|
463
461
|
<ref filename='io1.c'/>
|
464
|
-
<ref filename='parse4.c'/>
|
465
|
-
<ref filename='xpath2.c'/>
|
466
462
|
<ref filename='io2.c'/>
|
463
|
+
<ref filename='parse1.c'/>
|
464
|
+
<ref filename='parse2.c'/>
|
465
|
+
<ref filename='parse3.c'/>
|
466
|
+
<ref filename='parse4.c'/>
|
467
467
|
</symbol>
|
468
468
|
<symbol name='xmlDocSetRootElement'>
|
469
|
-
<ref filename='tree2.c'/>
|
470
469
|
<ref filename='io2.c'/>
|
471
470
|
<ref filename='testWriter.c'/>
|
471
|
+
<ref filename='tree2.c'/>
|
472
472
|
</symbol>
|
473
473
|
<symbol name='xmlFindCharEncodingHandler'>
|
474
474
|
<ref filename='testWriter.c'/>
|
475
475
|
</symbol>
|
476
476
|
<symbol name='xmlFree'>
|
477
|
-
<ref filename='xpath1.c'/>
|
478
477
|
<ref filename='io2.c'/>
|
479
478
|
<ref filename='testWriter.c'/>
|
479
|
+
<ref filename='xpath1.c'/>
|
480
480
|
</symbol>
|
481
481
|
<symbol name='xmlFreeDoc'>
|
482
|
-
<ref filename='xpath1.c'/>
|
483
|
-
<ref filename='parse3.c'/>
|
484
|
-
<ref filename='tree2.c'/>
|
485
482
|
<ref filename='io1.c'/>
|
483
|
+
<ref filename='io2.c'/>
|
484
|
+
<ref filename='parse1.c'/>
|
485
|
+
<ref filename='parse2.c'/>
|
486
|
+
<ref filename='parse3.c'/>
|
486
487
|
<ref filename='parse4.c'/>
|
487
|
-
<ref filename='xpath2.c'/>
|
488
488
|
</symbol>
|
489
489
|
<symbol name='xmlFreeParserCtxt'>
|
490
|
-
<ref filename='parse4.c'/>
|
491
490
|
<ref filename='parse2.c'/>
|
491
|
+
<ref filename='parse4.c'/>
|
492
492
|
</symbol>
|
493
493
|
<symbol name='xmlFreeTextReader'>
|
494
|
-
<ref filename='reader2.c'/>
|
495
494
|
<ref filename='reader1.c'/>
|
495
|
+
<ref filename='reader2.c'/>
|
496
496
|
<ref filename='reader3.c'/>
|
497
497
|
<ref filename='reader4.c'/>
|
498
498
|
</symbol>
|
@@ -507,27 +507,27 @@
|
|
507
507
|
<ref filename='testWriter.c'/>
|
508
508
|
</symbol>
|
509
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
510
|
<ref filename='io1.c'/>
|
511
|
+
<ref filename='parse1.c'/>
|
512
|
+
<ref filename='parse2.c'/>
|
513
|
+
<ref filename='parse3.c'/>
|
515
514
|
<ref filename='parse4.c'/>
|
515
|
+
<ref filename='reader1.c'/>
|
516
516
|
</symbol>
|
517
517
|
<symbol name='xmlNewChild'>
|
518
518
|
<ref filename='tree2.c'/>
|
519
519
|
</symbol>
|
520
520
|
<symbol name='xmlNewDoc'>
|
521
|
-
<ref filename='tree2.c'/>
|
522
521
|
<ref filename='io2.c'/>
|
523
522
|
<ref filename='testWriter.c'/>
|
523
|
+
<ref filename='tree2.c'/>
|
524
524
|
</symbol>
|
525
525
|
<symbol name='xmlNewDocNode'>
|
526
526
|
<ref filename='testWriter.c'/>
|
527
527
|
</symbol>
|
528
528
|
<symbol name='xmlNewNode'>
|
529
|
-
<ref filename='tree2.c'/>
|
530
529
|
<ref filename='io2.c'/>
|
530
|
+
<ref filename='tree2.c'/>
|
531
531
|
</symbol>
|
532
532
|
<symbol name='xmlNewParserCtxt'>
|
533
533
|
<ref filename='parse2.c'/>
|
@@ -551,13 +551,13 @@
|
|
551
551
|
<ref filename='testWriter.c'/>
|
552
552
|
</symbol>
|
553
553
|
<symbol name='xmlNodePtr'>
|
554
|
-
<ref filename='xpath1.c'/>
|
555
554
|
<ref filename='io2.c'/>
|
556
555
|
<ref filename='testWriter.c'/>
|
556
|
+
<ref filename='xpath1.c'/>
|
557
557
|
</symbol>
|
558
558
|
<symbol name='xmlNodeSetContent'>
|
559
|
-
<ref filename='xpath2.c'/>
|
560
559
|
<ref filename='io2.c'/>
|
560
|
+
<ref filename='xpath2.c'/>
|
561
561
|
</symbol>
|
562
562
|
<symbol name='xmlNsPtr'>
|
563
563
|
<ref filename='xpath1.c'/>
|
@@ -570,20 +570,20 @@
|
|
570
570
|
<ref filename='xpath2.c'/>
|
571
571
|
</symbol>
|
572
572
|
<symbol name='xmlParserCtxtPtr'>
|
573
|
-
<ref filename='parse4.c'/>
|
574
573
|
<ref filename='parse2.c'/>
|
574
|
+
<ref filename='parse4.c'/>
|
575
575
|
</symbol>
|
576
576
|
<symbol name='xmlReadFile'>
|
577
|
-
<ref filename='tree1.c'/>
|
578
577
|
<ref filename='parse1.c'/>
|
578
|
+
<ref filename='tree1.c'/>
|
579
579
|
</symbol>
|
580
580
|
<symbol name='xmlReadMemory'>
|
581
|
-
<ref filename='parse3.c'/>
|
582
581
|
<ref filename='io1.c'/>
|
582
|
+
<ref filename='parse3.c'/>
|
583
583
|
</symbol>
|
584
584
|
<symbol name='xmlReaderForFile'>
|
585
|
-
<ref filename='reader2.c'/>
|
586
585
|
<ref filename='reader1.c'/>
|
586
|
+
<ref filename='reader2.c'/>
|
587
587
|
<ref filename='reader3.c'/>
|
588
588
|
<ref filename='reader4.c'/>
|
589
589
|
</symbol>
|
@@ -609,52 +609,52 @@
|
|
609
609
|
<ref filename='xpath1.c'/>
|
610
610
|
</symbol>
|
611
611
|
<symbol name='xmlStrlen'>
|
612
|
-
<ref filename='reader2.c'/>
|
613
612
|
<ref filename='reader1.c'/>
|
613
|
+
<ref filename='reader2.c'/>
|
614
614
|
</symbol>
|
615
615
|
<symbol name='xmlTextReaderConstName'>
|
616
|
-
<ref filename='reader2.c'/>
|
617
616
|
<ref filename='reader1.c'/>
|
617
|
+
<ref filename='reader2.c'/>
|
618
618
|
</symbol>
|
619
619
|
<symbol name='xmlTextReaderConstValue'>
|
620
|
-
<ref filename='reader2.c'/>
|
621
620
|
<ref filename='reader1.c'/>
|
621
|
+
<ref filename='reader2.c'/>
|
622
622
|
</symbol>
|
623
623
|
<symbol name='xmlTextReaderCurrentDoc'>
|
624
624
|
<ref filename='reader3.c'/>
|
625
625
|
<ref filename='reader4.c'/>
|
626
626
|
</symbol>
|
627
627
|
<symbol name='xmlTextReaderDepth'>
|
628
|
-
<ref filename='reader2.c'/>
|
629
628
|
<ref filename='reader1.c'/>
|
629
|
+
<ref filename='reader2.c'/>
|
630
630
|
</symbol>
|
631
631
|
<symbol name='xmlTextReaderHasValue'>
|
632
|
-
<ref filename='reader2.c'/>
|
633
632
|
<ref filename='reader1.c'/>
|
633
|
+
<ref filename='reader2.c'/>
|
634
634
|
</symbol>
|
635
635
|
<symbol name='xmlTextReaderIsEmptyElement'>
|
636
|
-
<ref filename='reader2.c'/>
|
637
636
|
<ref filename='reader1.c'/>
|
637
|
+
<ref filename='reader2.c'/>
|
638
638
|
</symbol>
|
639
639
|
<symbol name='xmlTextReaderIsValid'>
|
640
640
|
<ref filename='reader2.c'/>
|
641
641
|
</symbol>
|
642
642
|
<symbol name='xmlTextReaderNodeType'>
|
643
|
-
<ref filename='reader2.c'/>
|
644
643
|
<ref filename='reader1.c'/>
|
644
|
+
<ref filename='reader2.c'/>
|
645
645
|
</symbol>
|
646
646
|
<symbol name='xmlTextReaderPreservePattern'>
|
647
647
|
<ref filename='reader3.c'/>
|
648
648
|
</symbol>
|
649
649
|
<symbol name='xmlTextReaderPtr'>
|
650
|
-
<ref filename='reader2.c'/>
|
651
650
|
<ref filename='reader1.c'/>
|
651
|
+
<ref filename='reader2.c'/>
|
652
652
|
<ref filename='reader3.c'/>
|
653
653
|
<ref filename='reader4.c'/>
|
654
654
|
</symbol>
|
655
655
|
<symbol name='xmlTextReaderRead'>
|
656
|
-
<ref filename='reader2.c'/>
|
657
656
|
<ref filename='reader1.c'/>
|
657
|
+
<ref filename='reader2.c'/>
|
658
658
|
<ref filename='reader3.c'/>
|
659
659
|
<ref filename='reader4.c'/>
|
660
660
|
</symbol>
|
@@ -725,22 +725,22 @@
|
|
725
725
|
<example filename='io2.c'/>
|
726
726
|
</section>
|
727
727
|
<section name='Parsing'>
|
728
|
+
<example filename='parse1.c'/>
|
729
|
+
<example filename='parse2.c'/>
|
728
730
|
<example filename='parse3.c'/>
|
729
731
|
<example filename='parse4.c'/>
|
730
|
-
<example filename='parse2.c'/>
|
731
|
-
<example filename='parse1.c'/>
|
732
732
|
</section>
|
733
733
|
<section name='Tree'>
|
734
|
-
<example filename='tree2.c'/>
|
735
734
|
<example filename='tree1.c'/>
|
735
|
+
<example filename='tree2.c'/>
|
736
736
|
</section>
|
737
737
|
<section name='XPath'>
|
738
738
|
<example filename='xpath1.c'/>
|
739
739
|
<example filename='xpath2.c'/>
|
740
740
|
</section>
|
741
741
|
<section name='xmlReader'>
|
742
|
-
<example filename='reader2.c'/>
|
743
742
|
<example filename='reader1.c'/>
|
743
|
+
<example filename='reader2.c'/>
|
744
744
|
<example filename='reader3.c'/>
|
745
745
|
<example filename='reader4.c'/>
|
746
746
|
</section>
|