1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-13 20:58:16 +03:00

preparing 2.4.17 release updated and rebuilt the docs fixed a comment

* configure.in: preparing 2.4.17 release
* doc/*: updated and rebuilt the docs
* xpath.c: fixed a comment
* python/libxml.c: fixed a possible reentrancy problem
Daniel
This commit is contained in:
Daniel Veillard 2002-03-08 15:05:20 +00:00
parent ef6c46f805
commit af43f63aaa
46 changed files with 2489 additions and 2241 deletions

View File

@ -1,3 +1,10 @@
Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
* configure.in: preparing 2.4.17 release
* doc/*: updated and rebuilt the docs
* xpath.c: fixed a comment
* python/libxml.c: fixed a possible reentrancy problem
Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
* tree.c python/tests/Makefile.am python/tests/attribs.py:

View File

@ -6,7 +6,7 @@ AC_CANONICAL_HOST
LIBXML_MAJOR_VERSION=2
LIBXML_MINOR_VERSION=4
LIBXML_MICRO_VERSION=16
LIBXML_MICRO_VERSION=17
LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION
LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION

View File

@ -113,8 +113,7 @@ A:link, A:visited, A:active { text-decoration: underline }
library requiring it, <strong><span style="background-color: #FF0000">Do
Not Use libxml1</span></strong>, use libxml2</li>
<li>
<em>Where can I get libxml</em>
?
<em>Where can I get libxml</em> ?
<p>The original distribution comes from <a href="ftp://rpmfind.net/pub/libxml/">rpmfind.net</a> or <a href="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/">gnome.org</a>
</p>
<p>Most linux and Bsd distribution includes libxml, this is probably the
@ -182,8 +181,8 @@ A:link, A:visited, A:active { text-decoration: underline }
following libs:</p>
<ul>
<li>
<a href="http://www.info-zip.org/pub/infozip/zlib/">libz</a>
: a highly portable and available widely compression library</li>
<a href="http://www.info-zip.org/pub/infozip/zlib/">libz</a> : a
highly portable and available widely compression library</li>
<li>iconv: a powerful character encoding conversion library. It's
included by default on recent glibc libraries, so it doesn't need to
be installed specifically on linux. It seems it's now <a href="http://www.opennc.org/onlinepubs/7908799/xsh/iconv.html">part
@ -307,9 +306,8 @@ pnode=pxmlDoc-&gt;children-&gt;children;</pre>
</li>
<li>
<a href="http://cvs.gnome.org/bonsai/rview.cgi?cvsroot=/cvs/gnome&amp;dir=gnome-xml">Browse
the libxml source</a>
, I try to write code as clean and documented as possible, so
looking at it may be helpful</li>
the libxml source</a> , I try to write code as clean and documented
as possible, so looking at it may be helpful</li>
</ul>
</li>
<li>What about C++ ?

View File

@ -134,9 +134,8 @@ started.</p>
operation of libxml.</li>
<li>
<a href="http://www.oasis-open.org/committees/entity/spec.html">XML
Catalogs</a>
is far more flexible, more recent, uses an XML syntax and should scale
quite better. This is the default option of libxml.</li>
Catalogs</a> is far more flexible, more recent, uses an XML syntax and
should scale quite better. This is the default option of libxml.</li>
</ul>
<p>
<h3><a name="Simple">Using catalog</a></h3>

View File

@ -89,43 +89,39 @@ A:link, A:visited, A:active { text-decoration: underline }
and Solaris port.</li>
<li>John Fleck helps maintaining the documentation and man pages.</li>
<li>
<a href="mailto:ari@lusis.org">Ari Johnson</a>
provides a C++ wrapper for libxml:<br>
<a href="mailto:ari@lusis.org">Ari Johnson</a> provides a C++ wrapper
for libxml:<br>
Website: <a href="http://lusis.org/~ari/xml++/">http://lusis.org/~ari/xml++/</a><br>
Download: <a href="http://lusis.org/~ari/xml++/libxml++.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a>
</li>
<li>
<a href="mailto:izlatkovic@daenet.de">Igor Zlatkovic</a>
is now the maintainer of the Windows port, <a href="http://www.fh-frankfurt.de/~igor/projects/libxml/index.html">he
<a href="mailto:izlatkovic@daenet.de">Igor Zlatkovic</a> is now the
maintainer of the Windows port, <a href="http://www.fh-frankfurt.de/~igor/projects/libxml/index.html">he
provides binaries</a>
</li>
<li>
<a href="mailto:Gary.Pennington@sun.com">Gary Pennington</a>
provides <a href="http://garypennington.net/libxml2/">Solaris
binaries</a>
<a href="mailto:Gary.Pennington@sun.com">Gary Pennington</a> provides
<a href="http://garypennington.net/libxml2/">Solaris binaries</a>
</li>
<li>
<a href="http://mail.gnome.org/archives/xml/2001-March/msg00014.html">Matt
Sergeant</a>
developped <a href="http://axkit.org/download/">XML::LibXSLT</a>, a perl
wrapper for libxml2/libxslt as part of the <a href="http://axkit.com/">AxKit XML application server</a>
Sergeant</a> developped <a href="http://axkit.org/download/">XML::LibXSLT</a>, a perl wrapper for
libxml2/libxslt as part of the <a href="http://axkit.com/">AxKit XML
application server</a>
</li>
<li>
<a href="mailto:fnatter@gmx.net">Felix Natter</a>
and <a href="mailto:geertk@ai.rug.nl">Geert Kloosterman</a> provide <a href="libxml-doc.el">an emacs module</a> to lookup libxml(2) functions
<a href="mailto:fnatter@gmx.net">Felix Natter</a> and <a href="mailto:geertk@ai.rug.nl">Geert Kloosterman</a> provide <a href="libxml-doc.el">an emacs module</a> to lookup libxml(2) functions
documentation</li>
<li>
<a href="mailto:sherwin@nlm.nih.gov">Ziying Sherwin</a>
provided <a href="http://xmlsoft.org/messages/0488.html">man
pages</a>
<a href="mailto:sherwin@nlm.nih.gov">Ziying Sherwin</a> provided <a href="http://xmlsoft.org/messages/0488.html">man pages</a>
</li>
<li>there is a module for <a href="http://acs-misc.sourceforge.net/nsxml.html">libxml/libxslt support
in OpenNSD/AOLServer</a>
</li>
<li>
<a href="mailto:dkuhlman@cutter.rexx.com">Dave Kuhlman</a>
provides libxml/libxslt <a href="http://www.rexx.com/~dkuhlman">wrappers
for Python</a>
<a href="mailto:dkuhlman@cutter.rexx.com">Dave Kuhlman</a> provides
libxml/libxslt <a href="http://www.rexx.com/~dkuhlman">wrappers for
Python</a>
</li>
<li>Petr Kozelka provides <a href="http://sourceforge.net/projects/libxml2-pas">Pascal units to glue
libxml2</a> with Kylix and Delphi and other Pascal compilers</li>

View File

@ -96,8 +96,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li>This page provides a global overview and <a href="example.html">some
examples</a> on how to use libxml.</li>
<li>
<a href="mailto:james@daa.com.au">James Henstridge</a>
wrote <a href="http://www.daa.com.au/~james/gnome/xml-sax/xml-sax.html">some nice
<a href="mailto:james@daa.com.au">James Henstridge</a> wrote <a href="http://www.daa.com.au/~james/gnome/xml-sax/xml-sax.html">some nice
documentation</a> explaining how to use the libxml SAX interface.</li>
<li>George Lebl wrote <a href="http://www-4.ibm.com/software/developer/library/gnome3/">an article
for IBM developerWorks</a> about using libxml.</li>

View File

@ -16,6 +16,7 @@
<!entity xinclude SYSTEM "sgml/xinclude.sgml">
<!entity xmlIO SYSTEM "sgml/xmlIO.sgml">
<!entity catalog SYSTEM "sgml/catalog.sgml">
<!entity c14n SYSTEM "sgml/c14n.sgml">
<!entity DOCBparser SYSTEM "sgml/DOCBparser.sgml">
<!entity xmlmemory SYSTEM "sgml/xmlmemory.sgml">
<!entity nanohttp SYSTEM "sgml/nanohttp.sgml">
@ -100,6 +101,7 @@
&nanoftp;
&xmlIO;
&catalog;
&c14n;
&threads;
&globals;
&global_functions;

View File

@ -209,6 +209,11 @@ HREF="libxml-catalog.html"
> &#8212; </DT
><DT
><A
HREF="libxml-c14n.html"
>c14n</A
> &#8212; </DT
><DT
><A
HREF="libxml-threads.html"
>threads</A
> &#8212; </DT

View File

@ -860,6 +860,10 @@
<ANCHOR id ="XMLCATALOGGETDEFAULTS" href="libxml/libxml-catalog.html#XMLCATALOGGETDEFAULTS">
<ANCHOR id ="XMLCATALOGGETSYSTEM" href="libxml/libxml-catalog.html#XMLCATALOGGETSYSTEM">
<ANCHOR id ="XMLCATALOGGETPUBLIC" href="libxml/libxml-catalog.html#XMLCATALOGGETPUBLIC">
<ANCHOR id ="LIBXML-C14N" href="libxml/libxml-c14n.html">
<ANCHOR id ="XMLC14NDOCSAVETO" href="libxml/libxml-c14n.html#XMLC14NDOCSAVETO">
<ANCHOR id ="XMLC14NDOCDUMPMEMORY" href="libxml/libxml-c14n.html#XMLC14NDOCDUMPMEMORY">
<ANCHOR id ="XMLC14NDOCSAVE" href="libxml/libxml-c14n.html#XMLC14NDOCSAVE">
<ANCHOR id ="LIBXML-THREADS" href="libxml/libxml-threads.html">
<ANCHOR id ="XMLMUTEX" href="libxml/libxml-threads.html#XMLMUTEX">
<ANCHOR id ="XMLMUTEXPTR" href="libxml/libxml-threads.html#XMLMUTEXPTR">

View File

@ -16,8 +16,8 @@ REL="PREVIOUS"
TITLE="xmlIO"
HREF="libxml-xmlio.html"><LINK
REL="NEXT"
TITLE="threads"
HREF="libxml-threads.html"></HEAD
TITLE="c14n"
HREF="libxml-c14n.html"></HEAD
><BODY
CLASS="REFENTRY"
BGCOLOR="#FFFFFF"
@ -103,7 +103,7 @@ WIDTH="25%"
BGCOLOR="#C00000"
ALIGN="right"
><A
HREF="libxml-threads.html"
HREF="libxml-c14n.html"
><FONT
COLOR="#FFFFFF"
SIZE="3"
@ -529,7 +529,7 @@ NAME="AEN19139"
><A
NAME="XML-CATALOGS-NAMESPACE-CAPS"
></A
>&#62;XML_CATALOGS_NAMESPACE</H3
>XML_CATALOGS_NAMESPACE</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -557,7 +557,7 @@ NAME="AEN19145"
><A
NAME="XML-CATALOG-PI-CAPS"
></A
>&#62;XML_CATALOG_PI</H3
>XML_CATALOG_PI</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -585,7 +585,7 @@ NAME="AEN19151"
><A
NAME="XMLCATALOGPREFER"
></A
>&#62;enum xmlCatalogPrefer</H3
>enum xmlCatalogPrefer</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -615,7 +615,7 @@ NAME="AEN19156"
><A
NAME="XMLCATALOGALLOW"
></A
>&#62;enum xmlCatalogAllow</H3
>enum xmlCatalogAllow</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -646,7 +646,7 @@ NAME="AEN19161"
><A
NAME="XMLCATALOG"
></A
>&#62;struct xmlCatalog</H3
>struct xmlCatalog</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -672,7 +672,7 @@ NAME="AEN19166"
><A
NAME="XMLCATALOGPTR"
></A
>&#62;xmlCatalogPtr</H3
>xmlCatalogPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -698,7 +698,7 @@ NAME="AEN19171"
><A
NAME="XMLNEWCATALOG"
></A
>&#62;xmlNewCatalog ()</H3
>xmlNewCatalog ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -781,7 +781,7 @@ NAME="AEN19191"
><A
NAME="XMLLOADACATALOG"
></A
>&#62;xmlLoadACatalog ()</H3
>xmlLoadACatalog ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -867,7 +867,7 @@ NAME="AEN19211"
><A
NAME="XMLLOADSGMLSUPERCATALOG"
></A
>&#62;xmlLoadSGMLSuperCatalog ()</H3
>xmlLoadSGMLSuperCatalog ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -952,7 +952,7 @@ NAME="AEN19231"
><A
NAME="XMLCONVERTSGMLCATALOG"
></A
>&#62;xmlConvertSGMLCatalog ()</H3
>xmlConvertSGMLCatalog ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1035,7 +1035,7 @@ NAME="AEN19251"
><A
NAME="XMLACATALOGADD"
></A
>&#62;xmlACatalogAdd ()</H3
>xmlACatalogAdd ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1182,7 +1182,7 @@ NAME="AEN19286"
><A
NAME="XMLACATALOGREMOVE"
></A
>&#62;xmlACatalogRemove ()</H3
>xmlACatalogRemove ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1286,7 +1286,7 @@ NAME="AEN19311"
><A
NAME="XMLACATALOGRESOLVE"
></A
>&#62;xmlACatalogResolve ()</H3
>xmlACatalogResolve ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1398,7 +1398,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the URI of the resource or NULL if not found, it must be freed
by the caller.</TD
by the caller.</TD
></TR
></TBODY
></TABLE
@ -1415,7 +1415,7 @@ NAME="AEN19342"
><A
NAME="XMLACATALOGRESOLVESYSTEM"
></A
>&#62;xmlACatalogResolveSystem ()</H3
>xmlACatalogResolveSystem ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1506,7 +1506,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the system ID if found or NULL otherwise, the value returned
must be freed by the caller.</TD
must be freed by the caller.</TD
></TR
></TBODY
></TABLE
@ -1523,7 +1523,7 @@ NAME="AEN19368"
><A
NAME="XMLACATALOGRESOLVEPUBLIC"
></A
>&#62;xmlACatalogResolvePublic ()</H3
>xmlACatalogResolvePublic ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1614,7 +1614,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the system ID if found or NULL otherwise, the value returned
must be freed by the caller.</TD
must be freed by the caller.</TD
></TR
></TBODY
></TABLE
@ -1631,7 +1631,7 @@ NAME="AEN19394"
><A
NAME="XMLACATALOGRESOLVEURI"
></A
>&#62;xmlACatalogResolveURI ()</H3
>xmlACatalogResolveURI ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1722,7 +1722,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the URI of the resource or NULL if not found, it must be freed
by the caller.</TD
by the caller.</TD
></TR
></TBODY
></TABLE
@ -1739,7 +1739,7 @@ NAME="AEN19420"
><A
NAME="XMLACATALOGDUMP"
></A
>&#62;xmlACatalogDump ()</H3
>xmlACatalogDump ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1828,7 +1828,7 @@ NAME="AEN19441"
><A
NAME="XMLFREECATALOG"
></A
>&#62;xmlFreeCatalog ()</H3
>xmlFreeCatalog ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1896,7 +1896,7 @@ NAME="AEN19457"
><A
NAME="XMLCATALOGISEMPTY"
></A
>&#62;xmlCatalogIsEmpty ()</H3
>xmlCatalogIsEmpty ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1979,7 +1979,7 @@ NAME="AEN19477"
><A
NAME="XMLINITIALIZECATALOG"
></A
>&#62;xmlInitializeCatalog ()</H3
>xmlInitializeCatalog ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2009,7 +2009,7 @@ NAME="AEN19483"
><A
NAME="XMLLOADCATALOG"
></A
>&#62;xmlLoadCatalog ()</H3
>xmlLoadCatalog ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2092,7 +2092,7 @@ NAME="AEN19502"
><A
NAME="XMLLOADCATALOGS"
></A
>&#62;xmlLoadCatalogs ()</H3
>xmlLoadCatalogs ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2160,7 +2160,7 @@ NAME="AEN19517"
><A
NAME="XMLCATALOGCLEANUP"
></A
>&#62;xmlCatalogCleanup ()</H3
>xmlCatalogCleanup ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2188,7 +2188,7 @@ NAME="AEN19523"
><A
NAME="XMLCATALOGDUMP"
></A
>&#62;xmlCatalogDump ()</H3
>xmlCatalogDump ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2256,7 +2256,7 @@ NAME="AEN19539"
><A
NAME="XMLCATALOGRESOLVE"
></A
>&#62;xmlCatalogResolve ()</H3
>xmlCatalogResolve ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2347,7 +2347,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the URI of the resource or NULL if not found, it must be freed
by the caller.</TD
by the caller.</TD
></TR
></TBODY
></TABLE
@ -2364,7 +2364,7 @@ NAME="AEN19565"
><A
NAME="XMLCATALOGRESOLVESYSTEM"
></A
>&#62;xmlCatalogResolveSystem ()</H3
>xmlCatalogResolveSystem ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2434,7 +2434,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the system ID if found or NULL otherwise, the value returned
must be freed by the caller.</TD
must be freed by the caller.</TD
></TR
></TBODY
></TABLE
@ -2451,7 +2451,7 @@ NAME="AEN19586"
><A
NAME="XMLCATALOGRESOLVEPUBLIC"
></A
>&#62;xmlCatalogResolvePublic ()</H3
>xmlCatalogResolvePublic ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2521,7 +2521,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the system ID if found or NULL otherwise, the value returned
must be freed by the caller.</TD
must be freed by the caller.</TD
></TR
></TBODY
></TABLE
@ -2538,7 +2538,7 @@ NAME="AEN19607"
><A
NAME="XMLCATALOGRESOLVEURI"
></A
>&#62;xmlCatalogResolveURI ()</H3
>xmlCatalogResolveURI ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2608,7 +2608,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the URI of the resource or NULL if not found, it must be freed
by the caller.</TD
by the caller.</TD
></TR
></TBODY
></TABLE
@ -2625,7 +2625,7 @@ NAME="AEN19628"
><A
NAME="XMLCATALOGADD"
></A
>&#62;xmlCatalogAdd ()</H3
>xmlCatalogAdd ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2756,7 +2756,7 @@ NAME="AEN19659"
><A
NAME="XMLCATALOGREMOVE"
></A
>&#62;xmlCatalogRemove ()</H3
>xmlCatalogRemove ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2839,7 +2839,7 @@ NAME="AEN19679"
><A
NAME="XMLPARSECATALOGFILE"
></A
>&#62;xmlParseCatalogFile ()</H3
>xmlParseCatalogFile ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2926,7 +2926,7 @@ NAME="AEN19700"
><A
NAME="XMLCATALOGCONVERT"
></A
>&#62;xmlCatalogConvert ()</H3
>xmlCatalogConvert ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2989,7 +2989,7 @@ NAME="AEN19715"
><A
NAME="XMLCATALOGFREELOCAL"
></A
>&#62;xmlCatalogFreeLocal ()</H3
>xmlCatalogFreeLocal ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3054,7 +3054,7 @@ NAME="AEN19730"
><A
NAME="XMLCATALOGADDLOCAL"
></A
>&#62;xmlCatalogAddLocal ()</H3
>xmlCatalogAddLocal ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3140,7 +3140,7 @@ NAME="AEN19750"
><A
NAME="XMLCATALOGLOCALRESOLVE"
></A
>&#62;xmlCatalogLocalResolve ()</H3
>xmlCatalogLocalResolve ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3250,7 +3250,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the URI of the resource or NULL if not found, it must be freed
by the caller.</TD
by the caller.</TD
></TR
></TBODY
></TABLE
@ -3267,7 +3267,7 @@ NAME="AEN19780"
><A
NAME="XMLCATALOGLOCALRESOLVEURI"
></A
>&#62;xmlCatalogLocalResolveURI ()</H3
>xmlCatalogLocalResolveURI ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3356,7 +3356,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the URI of the resource or NULL if not found, it must be freed
by the caller.</TD
by the caller.</TD
></TR
></TBODY
></TABLE
@ -3373,7 +3373,7 @@ NAME="AEN19805"
><A
NAME="XMLCATALOGSETDEBUG"
></A
>&#62;xmlCatalogSetDebug ()</H3
>xmlCatalogSetDebug ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3454,7 +3454,7 @@ NAME="AEN19824"
><A
NAME="XMLCATALOGSETDEFAULTPREFER"
></A
>&#62;xmlCatalogSetDefaultPrefer ()</H3
>xmlCatalogSetDefaultPrefer ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3542,7 +3542,7 @@ NAME="AEN19845"
><A
NAME="XMLCATALOGSETDEFAULTS"
></A
>&#62;xmlCatalogSetDefaults ()</H3
>xmlCatalogSetDefaults ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3611,7 +3611,7 @@ NAME="AEN19861"
><A
NAME="XMLCATALOGGETDEFAULTS"
></A
>&#62;xmlCatalogGetDefaults ()</H3
>xmlCatalogGetDefaults ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3678,7 +3678,7 @@ NAME="AEN19877"
><A
NAME="XMLCATALOGGETSYSTEM"
></A
>&#62;xmlCatalogGetSystem ()</H3
>xmlCatalogGetSystem ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3768,7 +3768,7 @@ NAME="AEN19899"
><A
NAME="XMLCATALOGGETPUBLIC"
></A
>&#62;xmlCatalogGetPublic ()</H3
>xmlCatalogGetPublic ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3919,7 +3919,7 @@ WIDTH="25%"
BGCOLOR="#C00000"
ALIGN="right"
><A
HREF="libxml-threads.html"
HREF="libxml-c14n.html"
><FONT
COLOR="#FFFFFF"
SIZE="3"
@ -3947,7 +3947,7 @@ ALIGN="right"
COLOR="#FFFFFF"
SIZE="3"
><B
>threads</B
>c14n</B
></FONT
></TD
></TR

View File

@ -123,7 +123,7 @@ NAME="LIBXML-DEBUGXML"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN25314"
NAME="AEN25480"
></A
><H2
>Name</H2
@ -131,7 +131,7 @@ NAME="AEN25314"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN25317"
NAME="AEN25483"
></A
><H2
>Synopsis</H2
@ -509,7 +509,7 @@ HREF="FILE-CAPS"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN25411"
NAME="AEN25577"
></A
><H2
>Description</H2
@ -519,20 +519,20 @@ NAME="AEN25411"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN25414"
NAME="AEN25580"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN25416"
NAME="AEN25582"
></A
><H3
><A
NAME="XMLDEBUGDUMPSTRING"
></A
>&#62;xmlDebugDumpString ()</H3
>xmlDebugDumpString ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -560,7 +560,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25424"
NAME="AEN25590"
></A
><P
></P
@ -615,13 +615,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25437"
NAME="AEN25603"
></A
><H3
><A
NAME="XMLDEBUGDUMPATTR"
></A
>&#62;xmlDebugDumpAttr ()</H3
>xmlDebugDumpAttr ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -650,7 +650,7 @@ HREF="libxml-tree.html#XMLATTRPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25445"
NAME="AEN25611"
></A
><P
></P
@ -722,13 +722,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25462"
NAME="AEN25628"
></A
><H3
><A
NAME="XMLDEBUGDUMPATTRLIST"
></A
>&#62;xmlDebugDumpAttrList ()</H3
>xmlDebugDumpAttrList ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -757,7 +757,7 @@ HREF="libxml-tree.html#XMLATTRPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25470"
NAME="AEN25636"
></A
><P
></P
@ -829,13 +829,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25487"
NAME="AEN25653"
></A
><H3
><A
NAME="XMLDEBUGDUMPONENODE"
></A
>&#62;xmlDebugDumpOneNode ()</H3
>xmlDebugDumpOneNode ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -864,7 +864,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25495"
NAME="AEN25661"
></A
><P
></P
@ -936,13 +936,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25512"
NAME="AEN25678"
></A
><H3
><A
NAME="XMLDEBUGDUMPNODE"
></A
>&#62;xmlDebugDumpNode ()</H3
>xmlDebugDumpNode ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -971,7 +971,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25520"
NAME="AEN25686"
></A
><P
></P
@ -1043,13 +1043,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25537"
NAME="AEN25703"
></A
><H3
><A
NAME="XMLDEBUGDUMPNODELIST"
></A
>&#62;xmlDebugDumpNodeList ()</H3
>xmlDebugDumpNodeList ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1078,7 +1078,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25545"
NAME="AEN25711"
></A
><P
></P
@ -1150,13 +1150,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25562"
NAME="AEN25728"
></A
><H3
><A
NAME="XMLDEBUGDUMPDOCUMENTHEAD"
></A
>&#62;xmlDebugDumpDocumentHead ()</H3
>xmlDebugDumpDocumentHead ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1184,7 +1184,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25570"
NAME="AEN25736"
></A
><P
></P
@ -1239,13 +1239,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25583"
NAME="AEN25749"
></A
><H3
><A
NAME="XMLDEBUGDUMPDOCUMENT"
></A
>&#62;xmlDebugDumpDocument ()</H3
>xmlDebugDumpDocument ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1273,7 +1273,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25591"
NAME="AEN25757"
></A
><P
></P
@ -1328,13 +1328,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25604"
NAME="AEN25770"
></A
><H3
><A
NAME="XMLDEBUGDUMPDTD"
></A
>&#62;xmlDebugDumpDTD ()</H3
>xmlDebugDumpDTD ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1362,7 +1362,7 @@ HREF="libxml-tree.html#XMLDTDPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25612"
NAME="AEN25778"
></A
><P
></P
@ -1417,13 +1417,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25625"
NAME="AEN25791"
></A
><H3
><A
NAME="XMLDEBUGDUMPENTITIES"
></A
>&#62;xmlDebugDumpEntities ()</H3
>xmlDebugDumpEntities ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1451,7 +1451,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25633"
NAME="AEN25799"
></A
><P
></P
@ -1506,13 +1506,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25646"
NAME="AEN25812"
></A
><H3
><A
NAME="XMLLSONENODE"
></A
>&#62;xmlLsOneNode ()</H3
>xmlLsOneNode ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1550,7 +1550,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25656"
NAME="AEN25822"
></A
><P
></P
@ -1605,13 +1605,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25669"
NAME="AEN25835"
></A
><H3
><A
NAME="XMLLSCOUNTNODE"
></A
>&#62;xmlLsCountNode ()</H3
>xmlLsCountNode ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1640,7 +1640,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25677"
NAME="AEN25843"
></A
><P
></P
@ -1698,13 +1698,13 @@ CLASS="PARAMETER"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25691"
NAME="AEN25857"
></A
><H3
><A
NAME="XMLSHELLREADLINEFUNC"
></A
>&#62;xmlShellReadlineFunc ()</H3
>xmlShellReadlineFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1725,7 +1725,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25697"
NAME="AEN25863"
></A
><P
></P
@ -1778,13 +1778,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25710"
NAME="AEN25876"
></A
><H3
><A
NAME="XMLSHELLCTXT"
></A
>&#62;struct xmlShellCtxt</H3
>struct xmlShellCtxt</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1815,13 +1815,13 @@ TODO: add the defined function tables.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25716"
NAME="AEN25882"
></A
><H3
><A
NAME="XMLSHELLCTXTPTR"
></A
>&#62;xmlShellCtxtPtr</H3
>xmlShellCtxtPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1841,13 +1841,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25721"
NAME="AEN25887"
></A
><H3
><A
NAME="XMLSHELLCMD"
></A
>&#62;xmlShellCmd ()</H3
>xmlShellCmd ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1880,7 +1880,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25730"
NAME="AEN25896"
></A
><P
></P
@ -1984,13 +1984,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25755"
NAME="AEN25921"
></A
><H3
><A
NAME="XMLSHELLPRINTXPATHERROR"
></A
>&#62;xmlShellPrintXPathError ()</H3
>xmlShellPrintXPathError ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2012,7 +2012,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25761"
NAME="AEN25927"
></A
><P
></P
@ -2067,13 +2067,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25774"
NAME="AEN25940"
></A
><H3
><A
NAME="XMLSHELLPRINTNODE"
></A
>&#62;xmlShellPrintNode ()</H3
>xmlShellPrintNode ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2097,7 +2097,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25781"
NAME="AEN25947"
></A
><P
></P
@ -2135,13 +2135,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25790"
NAME="AEN25956"
></A
><H3
><A
NAME="XMLSHELLPRINTXPATHRESULT"
></A
>&#62;xmlShellPrintXPathResult ()</H3
>xmlShellPrintXPathResult ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2165,7 +2165,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25797"
NAME="AEN25963"
></A
><P
></P
@ -2203,13 +2203,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25806"
NAME="AEN25972"
></A
><H3
><A
NAME="XMLSHELLLIST"
></A
>&#62;xmlShellList ()</H3
>xmlShellList ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2243,7 +2243,7 @@ Does an Unix like listing of the given node (like a directory)</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25815"
NAME="AEN25981"
></A
><P
></P
@ -2347,13 +2347,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25840"
NAME="AEN26006"
></A
><H3
><A
NAME="XMLSHELLBASE"
></A
>&#62;xmlShellBase ()</H3
>xmlShellBase ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2387,7 +2387,7 @@ dumps the current XML base of the node</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25849"
NAME="AEN26015"
></A
><P
></P
@ -2491,13 +2491,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25874"
NAME="AEN26040"
></A
><H3
><A
NAME="XMLSHELLDIR"
></A
>&#62;xmlShellDir ()</H3
>xmlShellDir ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2531,7 +2531,7 @@ dumps informations about the node (namespace, attributes, content).</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25883"
NAME="AEN26049"
></A
><P
></P
@ -2635,13 +2635,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25908"
NAME="AEN26074"
></A
><H3
><A
NAME="XMLSHELLCAT"
></A
>&#62;xmlShellCat ()</H3
>xmlShellCat ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2675,7 +2675,7 @@ dumps the serialization node content (XML or HTML).</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25917"
NAME="AEN26083"
></A
><P
></P
@ -2779,13 +2779,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25942"
NAME="AEN26108"
></A
><H3
><A
NAME="XMLSHELLLOAD"
></A
>&#62;xmlShellLoad ()</H3
>xmlShellLoad ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2819,7 +2819,7 @@ loads a new document specified by the filename</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25951"
NAME="AEN26117"
></A
><P
></P
@ -2923,13 +2923,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25976"
NAME="AEN26142"
></A
><H3
><A
NAME="XMLSHELLWRITE"
></A
>&#62;xmlShellWrite ()</H3
>xmlShellWrite ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2969,7 +2969,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25986"
NAME="AEN26152"
></A
><P
></P
@ -3073,13 +3073,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26011"
NAME="AEN26177"
></A
><H3
><A
NAME="XMLSHELLSAVE"
></A
>&#62;xmlShellSave ()</H3
>xmlShellSave ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3113,7 +3113,7 @@ Write the current document to the filename, or it's original name</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26020"
NAME="AEN26186"
></A
><P
></P
@ -3217,13 +3217,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26045"
NAME="AEN26211"
></A
><H3
><A
NAME="XMLSHELLVALIDATE"
></A
>&#62;xmlShellValidate ()</H3
>xmlShellValidate ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3258,7 +3258,7 @@ is done against the given DTD.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26054"
NAME="AEN26220"
></A
><P
></P
@ -3362,13 +3362,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26079"
NAME="AEN26245"
></A
><H3
><A
NAME="XMLSHELLDU"
></A
>&#62;xmlShellDu ()</H3
>xmlShellDu ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3413,7 +3413,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26090"
NAME="AEN26256"
></A
><P
></P
@ -3517,13 +3517,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26115"
NAME="AEN26281"
></A
><H3
><A
NAME="XMLSHELLPWD"
></A
>&#62;xmlShellPwd ()</H3
>xmlShellPwd ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3559,7 +3559,7 @@ The output is compatible with XPath commands.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26124"
NAME="AEN26290"
></A
><P
></P
@ -3663,13 +3663,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26149"
NAME="AEN26315"
></A
><H3
><A
NAME="XMLSHELL"
></A
>&#62;xmlShell ()</H3
>xmlShell ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3704,7 +3704,7 @@ using a environment similar to a UNIX commandline.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26158"
NAME="AEN26324"
></A
><P
></P

View File

@ -123,7 +123,7 @@ NAME="LIBXML-DOCBPARSER"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN20450"
NAME="AEN20616"
></A
><H2
>Name</H2
@ -131,7 +131,7 @@ NAME="AEN20450"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN20453"
NAME="AEN20619"
></A
><H2
>Synopsis</H2
@ -295,7 +295,7 @@ HREF="libxml-docbparser.html#DOCBPARSERCTXTPTR"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN20490"
NAME="AEN20656"
></A
><H2
>Description</H2
@ -305,20 +305,20 @@ NAME="AEN20490"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN20493"
NAME="AEN20659"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN20495"
NAME="AEN20661"
></A
><H3
><A
NAME="DOCBPARSERCTXT"
></A
>&#62;docbParserCtxt</H3
>docbParserCtxt</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -338,13 +338,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20500"
NAME="AEN20666"
></A
><H3
><A
NAME="DOCBPARSERCTXTPTR"
></A
>&#62;docbParserCtxtPtr</H3
>docbParserCtxtPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -364,13 +364,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20505"
NAME="AEN20671"
></A
><H3
><A
NAME="DOCBPARSERNODEINFO"
></A
>&#62;docbParserNodeInfo</H3
>docbParserNodeInfo</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -390,13 +390,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20510"
NAME="AEN20676"
></A
><H3
><A
NAME="DOCBSAXHANDLER"
></A
>&#62;docbSAXHandler</H3
>docbSAXHandler</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -416,13 +416,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20515"
NAME="AEN20681"
></A
><H3
><A
NAME="DOCBSAXHANDLERPTR"
></A
>&#62;docbSAXHandlerPtr</H3
>docbSAXHandlerPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -442,13 +442,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20520"
NAME="AEN20686"
></A
><H3
><A
NAME="DOCBPARSERINPUT"
></A
>&#62;docbParserInput</H3
>docbParserInput</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -468,13 +468,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20525"
NAME="AEN20691"
></A
><H3
><A
NAME="DOCBPARSERINPUTPTR"
></A
>&#62;docbParserInputPtr</H3
>docbParserInputPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -494,13 +494,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20530"
NAME="AEN20696"
></A
><H3
><A
NAME="DOCBDOCPTR"
></A
>&#62;docbDocPtr</H3
>docbDocPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -520,13 +520,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20535"
NAME="AEN20701"
></A
><H3
><A
NAME="DOCBNODEPTR"
></A
>&#62;docbNodePtr</H3
>docbNodePtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -546,13 +546,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20540"
NAME="AEN20706"
></A
><H3
><A
NAME="DOCBENCODEENTITIES"
></A
>&#62;docbEncodeEntities ()</H3
>docbEncodeEntities ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -578,7 +578,7 @@ plus SGML entities block of chars out.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20546"
NAME="AEN20712"
></A
><P
></P
@ -705,7 +705,7 @@ CLASS="PARAMETER"
>inlen</I
></TT
> after return is the number of octets consumed
as the return value is positive, else unpredictable.
as the return value is positive, else unpredictable.
The value of <TT
CLASS="PARAMETER"
><I
@ -722,13 +722,13 @@ CLASS="PARAMETER"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20579"
NAME="AEN20745"
></A
><H3
><A
NAME="DOCBSAXPARSEDOC"
></A
>&#62;docbSAXParseDoc ()</H3
>docbSAXParseDoc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -763,7 +763,7 @@ If sax is NULL, fallback to the default DOM tree building routines.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20588"
NAME="AEN20754"
></A
><P
></P
@ -867,13 +867,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20613"
NAME="AEN20779"
></A
><H3
><A
NAME="DOCBPARSEDOC"
></A
>&#62;docbParseDoc ()</H3
>docbParseDoc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -901,7 +901,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20621"
NAME="AEN20787"
></A
><P
></P
@ -971,13 +971,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20638"
NAME="AEN20804"
></A
><H3
><A
NAME="DOCBSAXPARSEFILE"
></A
>&#62;docbSAXParseFile ()</H3
>docbSAXParseFile ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1010,7 +1010,7 @@ If sax is NULL, fallback to the default DOM tree building routines.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20646"
NAME="AEN20812"
></A
><P
></P
@ -1114,13 +1114,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20671"
NAME="AEN20837"
></A
><H3
><A
NAME="DOCBPARSEFILE"
></A
>&#62;docbParseFile ()</H3
>docbParseFile ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1147,7 +1147,7 @@ at compile-time.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20678"
NAME="AEN20844"
></A
><P
></P
@ -1217,13 +1217,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20695"
NAME="AEN20861"
></A
><H3
><A
NAME="DOCBFREEPARSERCTXT"
></A
>&#62;docbFreeParserCtxt ()</H3
>docbFreeParserCtxt ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1248,7 +1248,7 @@ document in ctxt-&gt;myDoc is not freed.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20702"
NAME="AEN20868"
></A
><P
></P
@ -1286,13 +1286,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20711"
NAME="AEN20877"
></A
><H3
><A
NAME="DOCBCREATEPUSHPARSERCTXT"
></A
>&#62;docbCreatePushParserCtxt ()</H3
>docbCreatePushParserCtxt ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1340,7 +1340,7 @@ and error/warning reports.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20722"
NAME="AEN20888"
></A
><P
></P
@ -1478,13 +1478,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20755"
NAME="AEN20921"
></A
><H3
><A
NAME="DOCBPARSECHUNK"
></A
>&#62;docbParseChunk ()</H3
>docbParseChunk ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1511,7 +1511,7 @@ HREF="libxml-docbparser.html#DOCBPARSERCTXTPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20762"
NAME="AEN20928"
></A
><P
></P
@ -1615,13 +1615,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20787"
NAME="AEN20953"
></A
><H3
><A
NAME="DOCBCREATEFILEPARSERCTXT"
></A
>&#62;docbCreateFileParserCtxt ()</H3
>docbCreateFileParserCtxt ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1648,7 +1648,7 @@ by default if found at compile-time.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20794"
NAME="AEN20960"
></A
><P
></P
@ -1718,13 +1718,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20811"
NAME="AEN20977"
></A
><H3
><A
NAME="DOCBPARSEDOCUMENT"
></A
>&#62;docbParseDocument ()</H3
>docbParseDocument ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1749,7 +1749,7 @@ interface).</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20818"
NAME="AEN20984"
></A
><P
></P
@ -1792,7 +1792,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>0, -1 in case of error. the parser context is augmented
as a result of the parsing.</TD
as a result of the parsing.</TD
></TR
></TBODY
></TABLE

View File

@ -123,7 +123,7 @@ NAME="LIBXML-ENCODING"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN23695"
NAME="AEN23861"
></A
><H2
>Name</H2
@ -131,7 +131,7 @@ NAME="AEN23695"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN23698"
NAME="AEN23864"
></A
><H2
>Synopsis</H2
@ -382,7 +382,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN23758"
NAME="AEN23924"
></A
><H2
>Description</H2
@ -392,20 +392,20 @@ NAME="AEN23758"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN23761"
NAME="AEN23927"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN23763"
NAME="AEN23929"
></A
><H3
><A
NAME="XMLCHARENCODING"
></A
>&#62;enum xmlCharEncoding</H3
>enum xmlCharEncoding</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -465,13 +465,13 @@ support needed.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN23770"
NAME="AEN23936"
></A
><H3
><A
NAME="XMLCHARENCODINGINPUTFUNC"
></A
>&#62;xmlCharEncodingInputFunc ()</H3
>xmlCharEncodingInputFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -496,7 +496,7 @@ it to an UTF-8 block of chars out.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN23776"
NAME="AEN23942"
></A
><P
></P
@ -600,14 +600,14 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the number of byte written, or -1 by lack of space, or -2
if the transcoding failed.
if the transcoding failed.
The value of <TT
CLASS="PARAMETER"
><I
>inlen</I
></TT
> after return is the number of octets consumed
as the return value is positive, else unpredictiable.
as the return value is positive, else unpredictiable.
The value of <TT
CLASS="PARAMETER"
><I
@ -624,13 +624,13 @@ CLASS="PARAMETER"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN23805"
NAME="AEN23971"
></A
><H3
><A
NAME="XMLCHARENCODINGOUTPUTFUNC"
></A
>&#62;xmlCharEncodingOutputFunc ()</H3
>xmlCharEncodingOutputFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -657,7 +657,7 @@ in = NULL. If stateful this should also initialize the encoder state</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN23811"
NAME="AEN23977"
></A
><P
></P
@ -761,14 +761,14 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the number of byte written, or -1 by lack of space, or -2
if the transcoding failed.
if the transcoding failed.
The value of <TT
CLASS="PARAMETER"
><I
>inlen</I
></TT
> after return is the number of octets consumed
as the return value is positive, else unpredictiable.
as the return value is positive, else unpredictiable.
The value of <TT
CLASS="PARAMETER"
><I
@ -785,13 +785,13 @@ CLASS="PARAMETER"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN23840"
NAME="AEN24006"
></A
><H3
><A
NAME="XMLCHARENCODINGHANDLER"
></A
>&#62;struct xmlCharEncodingHandler</H3
>struct xmlCharEncodingHandler</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -819,13 +819,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN23845"
NAME="AEN24011"
></A
><H3
><A
NAME="XMLCHARENCODINGHANDLERPTR"
></A
>&#62;xmlCharEncodingHandlerPtr</H3
>xmlCharEncodingHandlerPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -845,13 +845,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN23850"
NAME="AEN24016"
></A
><H3
><A
NAME="XMLINITCHARENCODINGHANDLERS"
></A
>&#62;xmlInitCharEncodingHandlers ()</H3
>xmlInitCharEncodingHandlers ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -869,20 +869,20 @@ CLASS="PROGRAMLISTING"
>Initialize the char encoding support, it registers the default
encoding supported.
NOTE: while public, this function usually doesn't need to be called
in normal processing.</P
in normal processing.</P
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN23856"
NAME="AEN24022"
></A
><H3
><A
NAME="XMLCLEANUPCHARENCODINGHANDLERS"
></A
>&#62;xmlCleanupCharEncodingHandlers ()</H3
>xmlCleanupCharEncodingHandlers ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -905,13 +905,13 @@ unregisters all the encoding handlers and the aliases.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN23862"
NAME="AEN24028"
></A
><H3
><A
NAME="XMLREGISTERCHARENCODINGHANDLER"
></A
>&#62;xmlRegisterCharEncodingHandler ()</H3
>xmlRegisterCharEncodingHandler ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -935,7 +935,7 @@ HREF="libxml-encoding.html#XMLCHARENCODINGHANDLERPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN23869"
NAME="AEN24035"
></A
><P
></P
@ -973,13 +973,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN23878"
NAME="AEN24044"
></A
><H3
><A
NAME="XMLGETCHARENCODINGHANDLER"
></A
>&#62;xmlGetCharEncodingHandler ()</H3
>xmlGetCharEncodingHandler ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1007,7 +1007,7 @@ HREF="libxml-encoding.html#XMLCHARENCODING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN23886"
NAME="AEN24052"
></A
><P
></P
@ -1060,13 +1060,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN23899"
NAME="AEN24065"
></A
><H3
><A
NAME="XMLFINDCHARENCODINGHANDLER"
></A
>&#62;xmlFindCharEncodingHandler ()</H3
>xmlFindCharEncodingHandler ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1091,7 +1091,7 @@ HREF="libxml-encoding.html#XMLCHARENCODINGHANDLERPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN23906"
NAME="AEN24072"
></A
><P
></P
@ -1144,13 +1144,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN23919"
NAME="AEN24085"
></A
><H3
><A
NAME="XMLADDENCODINGALIAS"
></A
>&#62;xmlAddEncodingAlias ()</H3
>xmlAddEncodingAlias ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1183,7 +1183,7 @@ will be overwritten.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN23927"
NAME="AEN24093"
></A
><P
></P
@ -1253,13 +1253,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN23944"
NAME="AEN24110"
></A
><H3
><A
NAME="XMLDELENCODINGALIAS"
></A
>&#62;xmlDelEncodingAlias ()</H3
>xmlDelEncodingAlias ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1285,7 +1285,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN23951"
NAME="AEN24117"
></A
><P
></P
@ -1338,13 +1338,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN23964"
NAME="AEN24130"
></A
><H3
><A
NAME="XMLGETENCODINGALIAS"
></A
>&#62;xmlGetEncodingAlias ()</H3
>xmlGetEncodingAlias ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1365,7 +1365,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN23970"
NAME="AEN24136"
></A
><P
></P
@ -1418,13 +1418,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN23983"
NAME="AEN24149"
></A
><H3
><A
NAME="XMLCLEANUPENCODINGALIASES"
></A
>&#62;xmlCleanupEncodingAliases ()</H3
>xmlCleanupEncodingAliases ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1446,13 +1446,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN23989"
NAME="AEN24155"
></A
><H3
><A
NAME="XMLPARSECHARENCODING"
></A
>&#62;xmlParseCharEncoding ()</H3
>xmlParseCharEncoding ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1478,7 +1478,7 @@ that the comparison is case insensitive accordingly to the section
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN23996"
NAME="AEN24162"
></A
><P
></P
@ -1532,13 +1532,13 @@ if not recognized.</TD
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24009"
NAME="AEN24175"
></A
><H3
><A
NAME="XMLGETCHARENCODINGNAME"
></A
>&#62;xmlGetCharEncodingName ()</H3
>xmlGetCharEncodingName ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1567,7 +1567,7 @@ Section 4.3.3 Character Encoding in Entities</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24017"
NAME="AEN24183"
></A
><P
></P
@ -1620,13 +1620,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24030"
NAME="AEN24196"
></A
><H3
><A
NAME="XMLDETECTCHARENCODING"
></A
>&#62;xmlDetectCharEncoding ()</H3
>xmlDetectCharEncoding ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1652,7 +1652,7 @@ accordingly of the non-normative appendix F of the XML-1.0 recommendation.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24037"
NAME="AEN24203"
></A
><P
></P
@ -1680,7 +1680,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a pointer to the first bytes of the XML entity, must be at least
4 bytes long.</TD
4 bytes long.</TD
></TR
><TR
><TD
@ -1723,13 +1723,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24054"
NAME="AEN24220"
></A
><H3
><A
NAME="XMLCHARENCOUTFUNC"
></A
>&#62;xmlCharEncOutFunc ()</H3
>xmlCharEncOutFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1771,7 +1771,7 @@ the content will be automatically remapped to a CharRef sequence.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24064"
NAME="AEN24230"
></A
><P
></P
@ -1848,9 +1848,9 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the number of byte written if success, or
-1 general error
-2 if the transcoding fails (for *in is not valid utf8 string or
the result of transformation can't fit into the encoding we want), or</TD
-1 general error
-2 if the transcoding fails (for *in is not valid utf8 string or
the result of transformation can't fit into the encoding we want), or</TD
></TR
></TBODY
></TABLE
@ -1861,13 +1861,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24085"
NAME="AEN24251"
></A
><H3
><A
NAME="XMLCHARENCINFUNC"
></A
>&#62;xmlCharEncInFunc ()</H3
>xmlCharEncInFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1899,7 +1899,7 @@ HREF="libxml-tree.html#XMLBUFFERPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24094"
NAME="AEN24260"
></A
><P
></P
@ -1976,9 +1976,9 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the number of byte written if success, or
-1 general error
-2 if the transcoding fails (for *in is not valid utf8 string or
the result of transformation can't fit into the encoding we want), or</TD
-1 general error
-2 if the transcoding fails (for *in is not valid utf8 string or
the result of transformation can't fit into the encoding we want), or</TD
></TR
></TBODY
></TABLE
@ -1989,13 +1989,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24115"
NAME="AEN24281"
></A
><H3
><A
NAME="XMLCHARENCFIRSTLINE"
></A
>&#62;xmlCharEncFirstLine ()</H3
>xmlCharEncFirstLine ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2028,7 +2028,7 @@ the very first line, i.e. limit itself to 45 chars.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24124"
NAME="AEN24290"
></A
><P
></P
@ -2105,9 +2105,9 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the number of byte written if success, or
-1 general error
-2 if the transcoding fails (for *in is not valid utf8 string or
the result of transformation can't fit into the encoding we want), or</TD
-1 general error
-2 if the transcoding fails (for *in is not valid utf8 string or
the result of transformation can't fit into the encoding we want), or</TD
></TR
></TBODY
></TABLE
@ -2118,13 +2118,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24145"
NAME="AEN24311"
></A
><H3
><A
NAME="XMLCHARENCCLOSEFUNC"
></A
>&#62;xmlCharEncCloseFunc ()</H3
>xmlCharEncCloseFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2148,7 +2148,7 @@ HREF="libxml-encoding.html#XMLCHARENCODINGHANDLER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24152"
NAME="AEN24318"
></A
><P
></P
@ -2201,13 +2201,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24165"
NAME="AEN24331"
></A
><H3
><A
NAME="UTF8TOISOLAT1"
></A
>&#62;UTF8Toisolat1 ()</H3
>UTF8Toisolat1 ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2232,7 +2232,7 @@ block of chars out.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24171"
NAME="AEN24337"
></A
><P
></P
@ -2342,7 +2342,7 @@ CLASS="PARAMETER"
>inlen</I
></TT
> after return is the number of octets consumed
as the return value is positive, else unpredictable.
as the return value is positive, else unpredictable.
The value of <TT
CLASS="PARAMETER"
><I
@ -2359,13 +2359,13 @@ CLASS="PARAMETER"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24200"
NAME="AEN24366"
></A
><H3
><A
NAME="ISOLAT1TOUTF8"
></A
>&#62;isolat1ToUTF8 ()</H3
>isolat1ToUTF8 ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2390,7 +2390,7 @@ block of chars out.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24206"
NAME="AEN24372"
></A
><P
></P
@ -2500,7 +2500,7 @@ CLASS="PARAMETER"
>inlen</I
></TT
> after return is the number of octets consumed
as the return value is positive, else unpredictable.
as the return value is positive, else unpredictable.
The value of <TT
CLASS="PARAMETER"
><I
@ -2517,13 +2517,13 @@ CLASS="PARAMETER"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24235"
NAME="AEN24401"
></A
><H3
><A
NAME="XMLCHECKUTF8"
></A
>&#62;xmlCheckUTF8 ()</H3
>xmlCheckUTF8 ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2559,7 +2559,7 @@ routine checks for the 4-byte maximum size, but does not check for
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24243"
NAME="AEN24409"
></A
><P
></P
@ -2617,13 +2617,13 @@ CLASS="PARAMETER"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24257"
NAME="AEN24423"
></A
><H3
><A
NAME="XMLUTF8STRSIZE"
></A
>&#62;xmlUTF8Strsize ()</H3
>xmlUTF8Strsize ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2648,7 +2648,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24264"
NAME="AEN24430"
></A
><P
></P
@ -2719,13 +2719,13 @@ the first 'len' characters of ARRAY&#13;</TD
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24281"
NAME="AEN24447"
></A
><H3
><A
NAME="XMLUTF8STRNDUP"
></A
>&#62;xmlUTF8Strndup ()</H3
>xmlUTF8Strndup ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2753,7 +2753,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24289"
NAME="AEN24455"
></A
><P
></P
@ -2828,13 +2828,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24307"
NAME="AEN24473"
></A
><H3
><A
NAME="XMLUTF8STRPOS"
></A
>&#62;xmlUTF8Strpos ()</H3
>xmlUTF8Strpos ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2863,7 +2863,7 @@ character from a string array</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24315"
NAME="AEN24481"
></A
><P
></P
@ -2933,13 +2933,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24332"
NAME="AEN24498"
></A
><H3
><A
NAME="XMLUTF8STRLOC"
></A
>&#62;xmlUTF8Strloc ()</H3
>xmlUTF8Strloc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2967,7 +2967,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24340"
NAME="AEN24506"
></A
><P
></P
@ -3038,13 +3038,13 @@ or -1 if not found</TD
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24357"
NAME="AEN24523"
></A
><H3
><A
NAME="XMLUTF8STRSUB"
></A
>&#62;xmlUTF8Strsub ()</H3
>xmlUTF8Strsub ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3073,7 +3073,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24365"
NAME="AEN24531"
></A
><P
></P
@ -3161,13 +3161,13 @@ or NULL if any problem</TD
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24386"
NAME="AEN24552"
></A
><H3
><A
NAME="XMLUTF8STRLEN"
></A
>&#62;xmlUTF8Strlen ()</H3
>xmlUTF8Strlen ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3192,7 +3192,7 @@ checking of the content of the string.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24393"
NAME="AEN24559"
></A
><P
></P

View File

@ -390,7 +390,7 @@ NAME="AEN7975"
><A
NAME="XMLENTITYTYPE"
></A
>&#62;enum xmlEntityType</H3
>enum xmlEntityType</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -423,7 +423,7 @@ NAME="AEN7980"
><A
NAME="XMLENTITY"
></A
>&#62;struct xmlEntity</H3
>struct xmlEntity</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -469,7 +469,7 @@ NAME="AEN7985"
><A
NAME="XMLENTITIESTABLEPTR"
></A
>&#62;xmlEntitiesTablePtr</H3
>xmlEntitiesTablePtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -495,7 +495,7 @@ NAME="AEN7990"
><A
NAME="XMLINITIALIZEPREDEFINEDENTITIES"
></A
>&#62;xmlInitializePredefinedEntities ()</H3
>xmlInitializePredefinedEntities ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -523,7 +523,7 @@ NAME="AEN7996"
><A
NAME="XMLADDDOCENTITY"
></A
>&#62;xmlAddDocEntity ()</H3
>xmlAddDocEntity ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -711,7 +711,7 @@ NAME="AEN8041"
><A
NAME="XMLADDDTDENTITY"
></A
>&#62;xmlAddDtdEntity ()</H3
>xmlAddDtdEntity ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -899,7 +899,7 @@ NAME="AEN8086"
><A
NAME="XMLGETPREDEFINEDENTITY"
></A
>&#62;xmlGetPredefinedEntity ()</H3
>xmlGetPredefinedEntity ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -985,7 +985,7 @@ NAME="AEN8107"
><A
NAME="XMLGETDOCENTITY"
></A
>&#62;xmlGetDocEntity ()</H3
>xmlGetDocEntity ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1094,7 +1094,7 @@ NAME="AEN8133"
><A
NAME="XMLGETDTDENTITY"
></A
>&#62;xmlGetDtdEntity ()</H3
>xmlGetDtdEntity ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1203,7 +1203,7 @@ NAME="AEN8159"
><A
NAME="XMLGETPARAMETERENTITY"
></A
>&#62;xmlGetParameterEntity ()</H3
>xmlGetParameterEntity ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1311,7 +1311,7 @@ NAME="AEN8185"
><A
NAME="XMLENCODEENTITIES"
></A
>&#62;xmlEncodeEntities ()</H3
>xmlEncodeEntities ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1340,7 +1340,7 @@ HREF="libxml-tree.html#XMLCHAR"
and non ASCII values with their entities and CharRef counterparts.</P
><P
>TODO: remove xmlEncodeEntities, once we are not afraid of breaking binary
compatibility</P
compatibility</P
><P
>People must migrate their code to xmlEncodeEntitiesReentrant !
This routine will issue a warning when encountered.</P
@ -1425,7 +1425,7 @@ NAME="AEN8213"
><A
NAME="XMLENCODEENTITIESREENTRANT"
></A
>&#62;xmlEncodeEntitiesReentrant ()</H3
>xmlEncodeEntitiesReentrant ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1535,7 +1535,7 @@ NAME="AEN8239"
><A
NAME="XMLENCODESPECIALCHARS"
></A
>&#62;xmlEncodeSpecialChars ()</H3
>xmlEncodeSpecialChars ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1643,7 +1643,7 @@ NAME="AEN8265"
><A
NAME="XMLCREATEENTITIESTABLE"
></A
>&#62;xmlCreateEntitiesTable ()</H3
>xmlCreateEntitiesTable ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1709,7 +1709,7 @@ NAME="AEN8281"
><A
NAME="XMLCOPYENTITIESTABLE"
></A
>&#62;xmlCopyEntitiesTable ()</H3
>xmlCopyEntitiesTable ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1795,7 +1795,7 @@ NAME="AEN8302"
><A
NAME="XMLFREEENTITIESTABLE"
></A
>&#62;xmlFreeEntitiesTable ()</H3
>xmlFreeEntitiesTable ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1863,7 +1863,7 @@ NAME="AEN8318"
><A
NAME="XMLDUMPENTITIESTABLE"
></A
>&#62;xmlDumpEntitiesTable ()</H3
>xmlDumpEntitiesTable ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1952,7 +1952,7 @@ NAME="AEN8339"
><A
NAME="XMLDUMPENTITYDECL"
></A
>&#62;xmlDumpEntityDecl ()</H3
>xmlDumpEntityDecl ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2041,7 +2041,7 @@ NAME="AEN8360"
><A
NAME="XMLCLEANUPPREDEFINEDENTITIES"
></A
>&#62;xmlCleanupPredefinedEntities ()</H3
>xmlCleanupPredefinedEntities ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"

View File

@ -123,7 +123,7 @@ NAME="LIBXML-GLOBALS"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN20199"
NAME="AEN20365"
></A
><H2
>Name</H2
@ -131,7 +131,7 @@ NAME="AEN20199"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN20202"
NAME="AEN20368"
></A
><H2
>Synopsis</H2
@ -264,7 +264,7 @@ HREF="libxml-parser.html#XMLSUBSTITUTEENTITIESDEFAULTVALUE"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN20233"
NAME="AEN20399"
></A
><H2
>Description</H2
@ -274,20 +274,20 @@ NAME="AEN20233"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN20236"
NAME="AEN20402"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN20238"
NAME="AEN20404"
></A
><H3
><A
NAME="XMLGLOBALSTATE"
></A
>&#62;struct xmlGlobalState</H3
>struct xmlGlobalState</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -340,13 +340,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20243"
NAME="AEN20409"
></A
><H3
><A
NAME="XMLGLOBALSTATEPTR"
></A
>&#62;xmlGlobalStatePtr</H3
>xmlGlobalStatePtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -366,13 +366,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20248"
NAME="AEN20414"
></A
><H3
><A
NAME="XMLINITIALIZEGLOBALSTATE"
></A
>&#62;xmlInitializeGlobalState ()</H3
>xmlInitializeGlobalState ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -400,7 +400,7 @@ default values of the library.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20256"
NAME="AEN20422"
></A
><P
></P
@ -438,13 +438,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20265"
NAME="AEN20431"
></A
><H3
><A
NAME="XMLMALLOC"
></A
>&#62;xmlMalloc()</H3
>xmlMalloc()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -468,7 +468,7 @@ HREF="MALLOC"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20272"
NAME="AEN20438"
></A
><P
></P
@ -506,13 +506,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20281"
NAME="AEN20447"
></A
><H3
><A
NAME="XMLREALLOC"
></A
>&#62;xmlRealloc()</H3
>xmlRealloc()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -536,7 +536,7 @@ HREF="REALLOC"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20288"
NAME="AEN20454"
></A
><P
></P
@ -591,13 +591,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20301"
NAME="AEN20467"
></A
><H3
><A
NAME="XMLFREE"
></A
>&#62;xmlFree</H3
>xmlFree</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -622,13 +622,13 @@ HREF="FREE"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20308"
NAME="AEN20474"
></A
><H3
><A
NAME="XMLMEMSTRDUP"
></A
>&#62;xmlMemStrdup()</H3
>xmlMemStrdup()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -655,7 +655,7 @@ HREF="libxml-parser.html#XMLSTRDUP"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20316"
NAME="AEN20482"
></A
><P
></P
@ -693,13 +693,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20325"
NAME="AEN20491"
></A
><H3
><A
NAME="DOCBDEFAULTSAXHANDLER"
></A
>&#62;docbDefaultSAXHandler</H3
>docbDefaultSAXHandler</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -721,13 +721,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20331"
NAME="AEN20497"
></A
><H3
><A
NAME="HTMLDEFAULTSAXHANDLER"
></A
>&#62;htmlDefaultSAXHandler</H3
>htmlDefaultSAXHandler</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -749,13 +749,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20337"
NAME="AEN20503"
></A
><H3
><A
NAME="OLDXMLWDCOMPATIBILITY"
></A
>&#62;oldXMLWDcompatibility</H3
>oldXMLWDcompatibility</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -777,13 +777,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20343"
NAME="AEN20509"
></A
><H3
><A
NAME="XMLBUFFERALLOCSCHEME"
></A
>&#62;xmlBufferAllocScheme</H3
>xmlBufferAllocScheme</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -806,13 +806,13 @@ XML_BUFFER_ALLOC_EXACT</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20349"
NAME="AEN20515"
></A
><H3
><A
NAME="XMLDEFAULTBUFFERSIZE"
></A
>&#62;xmlDefaultBufferSize</H3
>xmlDefaultBufferSize</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -834,13 +834,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20355"
NAME="AEN20521"
></A
><H3
><A
NAME="XMLDEFAULTSAXHANDLER"
></A
>&#62;xmlDefaultSAXHandler</H3
>xmlDefaultSAXHandler</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -862,13 +862,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20361"
NAME="AEN20527"
></A
><H3
><A
NAME="XMLDEFAULTSAXLOCATOR"
></A
>&#62;xmlDefaultSAXLocator</H3
>xmlDefaultSAXLocator</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -891,13 +891,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20367"
NAME="AEN20533"
></A
><H3
><A
NAME="XMLDOVALIDITYCHECKINGDEFAULTVALUE"
></A
>&#62;xmlDoValidityCheckingDefaultValue</H3
>xmlDoValidityCheckingDefaultValue</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -920,13 +920,13 @@ Disabled by default.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20373"
NAME="AEN20539"
></A
><H3
><A
NAME="XMLGENERICERROR"
></A
>&#62;xmlGenericError</H3
>xmlGenericError</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -948,13 +948,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20379"
NAME="AEN20545"
></A
><H3
><A
NAME="XMLGENERICERRORCONTEXT"
></A
>&#62;xmlGenericErrorContext</H3
>xmlGenericErrorContext</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -976,13 +976,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20385"
NAME="AEN20551"
></A
><H3
><A
NAME="XMLGETWARNINGSDEFAULTVALUE"
></A
>&#62;xmlGetWarningsDefaultValue</H3
>xmlGetWarningsDefaultValue</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1005,13 +1005,13 @@ Activated by default.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20391"
NAME="AEN20557"
></A
><H3
><A
NAME="XMLINDENTTREEOUTPUT"
></A
>&#62;xmlIndentTreeOutput</H3
>xmlIndentTreeOutput</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1034,13 +1034,13 @@ Disabled by default</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20397"
NAME="AEN20563"
></A
><H3
><A
NAME="XMLKEEPBLANKSDEFAULTVALUE"
></A
>&#62;xmlKeepBlanksDefaultValue</H3
>xmlKeepBlanksDefaultValue</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1066,13 +1066,13 @@ for some applications since this was libxml1 default behaviour.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20403"
NAME="AEN20569"
></A
><H3
><A
NAME="XMLLINENUMBERSDEFAULTVALUE"
></A
>&#62;xmlLineNumbersDefaultValue</H3
>xmlLineNumbersDefaultValue</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1097,13 +1097,13 @@ applicaton.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20409"
NAME="AEN20575"
></A
><H3
><A
NAME="XMLLOADEXTDTDDEFAULTVALUE"
></A
>&#62;xmlLoadExtDtdDefaultValue</H3
>xmlLoadExtDtdDefaultValue</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1127,13 +1127,13 @@ Disabled by default.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20415"
NAME="AEN20581"
></A
><H3
><A
NAME="XMLPARSERDEBUGENTITIES"
></A
>&#62;xmlParserDebugEntities</H3
>xmlParserDebugEntities</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1157,13 +1157,13 @@ Disabled by default</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20421"
NAME="AEN20587"
></A
><H3
><A
NAME="XMLPARSERVERSION"
></A
>&#62;xmlParserVersion</H3
>xmlParserVersion</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1185,13 +1185,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20427"
NAME="AEN20593"
></A
><H3
><A
NAME="XMLPEDANTICPARSERDEFAULTVALUE"
></A
>&#62;xmlPedanticParserDefaultValue</H3
>xmlPedanticParserDefaultValue</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1214,13 +1214,13 @@ Disabled by default.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20433"
NAME="AEN20599"
></A
><H3
><A
NAME="XMLSAVENOEMPTYTAGS"
></A
>&#62;xmlSaveNoEmptyTags</H3
>xmlSaveNoEmptyTags</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1245,13 +1245,13 @@ Disabled by default</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20439"
NAME="AEN20605"
></A
><H3
><A
NAME="XMLSUBSTITUTEENTITIESDEFAULTVALUE"
></A
>&#62;xmlSubstituteEntitiesDefaultValue</H3
>xmlSubstituteEntitiesDefaultValue</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"

View File

@ -123,7 +123,7 @@ NAME="LIBXML-HASH"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN24411"
NAME="AEN24577"
></A
><H2
>Name</H2
@ -131,7 +131,7 @@ NAME="AEN24411"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN24414"
NAME="AEN24580"
></A
><H2
>Synopsis</H2
@ -524,7 +524,7 @@ HREF="libxml-hash.html#XMLHASHSCANNERFULL"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN24512"
NAME="AEN24678"
></A
><H2
>Description</H2
@ -534,20 +534,20 @@ NAME="AEN24512"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN24515"
NAME="AEN24681"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN24517"
NAME="AEN24683"
></A
><H3
><A
NAME="XMLHASHTABLE"
></A
>&#62;struct xmlHashTable</H3
>struct xmlHashTable</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -567,13 +567,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24522"
NAME="AEN24688"
></A
><H3
><A
NAME="XMLHASHTABLEPTR"
></A
>&#62;xmlHashTablePtr</H3
>xmlHashTablePtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -593,13 +593,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24527"
NAME="AEN24693"
></A
><H3
><A
NAME="XMLHASHDEALLOCATOR"
></A
>&#62;xmlHashDeallocator ()</H3
>xmlHashDeallocator ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -624,7 +624,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24534"
NAME="AEN24700"
></A
><P
></P
@ -679,13 +679,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24547"
NAME="AEN24713"
></A
><H3
><A
NAME="XMLHASHCOPIER"
></A
>&#62;xmlHashCopier ()</H3
>xmlHashCopier ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -710,7 +710,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24554"
NAME="AEN24720"
></A
><P
></P
@ -765,13 +765,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24567"
NAME="AEN24733"
></A
><H3
><A
NAME="XMLHASHSCANNER"
></A
>&#62;xmlHashScanner ()</H3
>xmlHashScanner ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -797,7 +797,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24574"
NAME="AEN24740"
></A
><P
></P
@ -869,13 +869,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24591"
NAME="AEN24757"
></A
><H3
><A
NAME="XMLHASHSCANNERFULL"
></A
>&#62;xmlHashScannerFull ()</H3
>xmlHashScannerFull ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -909,7 +909,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24600"
NAME="AEN24766"
></A
><P
></P
@ -1015,13 +1015,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24625"
NAME="AEN24791"
></A
><H3
><A
NAME="XMLHASHCREATE"
></A
>&#62;xmlHashCreate ()</H3
>xmlHashCreate ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1045,7 +1045,7 @@ HREF="libxml-hash.html#XMLHASHTABLEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24632"
NAME="AEN24798"
></A
><P
></P
@ -1098,13 +1098,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24645"
NAME="AEN24811"
></A
><H3
><A
NAME="XMLHASHFREE"
></A
>&#62;xmlHashFree ()</H3
>xmlHashFree ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1143,7 +1143,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24655"
NAME="AEN24821"
></A
><P
></P
@ -1198,13 +1198,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24668"
NAME="AEN24834"
></A
><H3
><A
NAME="XMLHASHADDENTRY"
></A
>&#62;xmlHashAddEntry ()</H3
>xmlHashAddEntry ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1249,7 +1249,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24679"
NAME="AEN24845"
></A
><P
></P
@ -1336,13 +1336,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24700"
NAME="AEN24866"
></A
><H3
><A
NAME="XMLHASHUPDATEENTRY"
></A
>&#62;xmlHashUpdateEntry ()</H3
>xmlHashUpdateEntry ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1402,7 +1402,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24714"
NAME="AEN24880"
></A
><P
></P
@ -1506,13 +1506,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24739"
NAME="AEN24905"
></A
><H3
><A
NAME="XMLHASHADDENTRY2"
></A
>&#62;xmlHashAddEntry2 ()</H3
>xmlHashAddEntry2 ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1566,7 +1566,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24752"
NAME="AEN24918"
></A
><P
></P
@ -1670,13 +1670,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24777"
NAME="AEN24943"
></A
><H3
><A
NAME="XMLHASHUPDATEENTRY2"
></A
>&#62;xmlHashUpdateEntry2 ()</H3
>xmlHashUpdateEntry2 ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1740,7 +1740,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24792"
NAME="AEN24958"
></A
><P
></P
@ -1861,13 +1861,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24821"
NAME="AEN24987"
></A
><H3
><A
NAME="XMLHASHADDENTRY3"
></A
>&#62;xmlHashAddEntry3 ()</H3
>xmlHashAddEntry3 ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1931,7 +1931,7 @@ errors.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24836"
NAME="AEN25002"
></A
><P
></P
@ -2052,13 +2052,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24865"
NAME="AEN25031"
></A
><H3
><A
NAME="XMLHASHUPDATEENTRY3"
></A
>&#62;xmlHashUpdateEntry3 ()</H3
>xmlHashUpdateEntry3 ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2131,7 +2131,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24882"
NAME="AEN25048"
></A
><P
></P
@ -2269,13 +2269,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24915"
NAME="AEN25081"
></A
><H3
><A
NAME="XMLHASHREMOVEENTRY"
></A
>&#62;xmlHashRemoveEntry ()</H3
>xmlHashRemoveEntry ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2324,7 +2324,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24927"
NAME="AEN25093"
></A
><P
></P
@ -2411,13 +2411,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24948"
NAME="AEN25114"
></A
><H3
><A
NAME="XMLHASHREMOVEENTRY2"
></A
>&#62;xmlHashRemoveEntry2 ()</H3
>xmlHashRemoveEntry2 ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2475,7 +2475,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN24962"
NAME="AEN25128"
></A
><P
></P
@ -2579,13 +2579,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN24987"
NAME="AEN25153"
></A
><H3
><A
NAME="XMLHASHREMOVEENTRY3"
></A
>&#62;xmlHashRemoveEntry3 ()</H3
>xmlHashRemoveEntry3 ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2652,7 +2652,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25003"
NAME="AEN25169"
></A
><P
></P
@ -2773,13 +2773,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25032"
NAME="AEN25198"
></A
><H3
><A
NAME="XMLHASHLOOKUP"
></A
>&#62;xmlHashLookup ()</H3
>xmlHashLookup ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2812,7 +2812,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25041"
NAME="AEN25207"
></A
><P
></P
@ -2867,13 +2867,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25054"
NAME="AEN25220"
></A
><H3
><A
NAME="XMLHASHLOOKUP2"
></A
>&#62;xmlHashLookup2 ()</H3
>xmlHashLookup2 ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2915,7 +2915,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25065"
NAME="AEN25231"
></A
><P
></P
@ -2987,13 +2987,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25082"
NAME="AEN25248"
></A
><H3
><A
NAME="XMLHASHLOOKUP3"
></A
>&#62;xmlHashLookup3 ()</H3
>xmlHashLookup3 ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3044,7 +3044,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25095"
NAME="AEN25261"
></A
><P
></P
@ -3133,13 +3133,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25116"
NAME="AEN25282"
></A
><H3
><A
NAME="XMLHASHCOPY"
></A
>&#62;xmlHashCopy ()</H3
>xmlHashCopy ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3180,7 +3180,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25127"
NAME="AEN25293"
></A
><P
></P
@ -3250,13 +3250,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25144"
NAME="AEN25310"
></A
><H3
><A
NAME="XMLHASHSIZE"
></A
>&#62;xmlHashSize ()</H3
>xmlHashSize ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3285,7 +3285,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25152"
NAME="AEN25318"
></A
><P
></P
@ -3339,13 +3339,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25165"
NAME="AEN25331"
></A
><H3
><A
NAME="XMLHASHSCAN"
></A
>&#62;xmlHashScan ()</H3
>xmlHashScan ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3384,7 +3384,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25175"
NAME="AEN25341"
></A
><P
></P
@ -3456,13 +3456,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25192"
NAME="AEN25358"
></A
><H3
><A
NAME="XMLHASHSCAN3"
></A
>&#62;xmlHashScan3 ()</H3
>xmlHashScan3 ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3530,7 +3530,7 @@ the comparison is considered to match.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25208"
NAME="AEN25374"
></A
><P
></P
@ -3653,13 +3653,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25237"
NAME="AEN25403"
></A
><H3
><A
NAME="XMLHASHSCANFULL"
></A
>&#62;xmlHashScanFull ()</H3
>xmlHashScanFull ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3698,7 +3698,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25247"
NAME="AEN25413"
></A
><P
></P
@ -3770,13 +3770,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN25264"
NAME="AEN25430"
></A
><H3
><A
NAME="XMLHASHSCANFULL3"
></A
>&#62;xmlHashScanFull3 ()</H3
>xmlHashScanFull3 ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3844,7 +3844,7 @@ the comparison is considered to match.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN25280"
NAME="AEN25446"
></A
><P
></P

View File

@ -418,7 +418,7 @@ NAME="AEN10870"
><A
NAME="HTMLPARSERCTXT"
></A
>&#62;htmlParserCtxt</H3
>htmlParserCtxt</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -444,7 +444,7 @@ NAME="AEN10875"
><A
NAME="HTMLPARSERCTXTPTR"
></A
>&#62;htmlParserCtxtPtr</H3
>htmlParserCtxtPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -470,7 +470,7 @@ NAME="AEN10880"
><A
NAME="HTMLPARSERNODEINFO"
></A
>&#62;htmlParserNodeInfo</H3
>htmlParserNodeInfo</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -496,7 +496,7 @@ NAME="AEN10885"
><A
NAME="HTMLSAXHANDLER"
></A
>&#62;htmlSAXHandler</H3
>htmlSAXHandler</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -522,7 +522,7 @@ NAME="AEN10890"
><A
NAME="HTMLSAXHANDLERPTR"
></A
>&#62;htmlSAXHandlerPtr</H3
>htmlSAXHandlerPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -548,7 +548,7 @@ NAME="AEN10895"
><A
NAME="HTMLPARSERINPUT"
></A
>&#62;htmlParserInput</H3
>htmlParserInput</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -574,7 +574,7 @@ NAME="AEN10900"
><A
NAME="HTMLPARSERINPUTPTR"
></A
>&#62;htmlParserInputPtr</H3
>htmlParserInputPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -600,7 +600,7 @@ NAME="AEN10905"
><A
NAME="HTMLDOCPTR"
></A
>&#62;htmlDocPtr</H3
>htmlDocPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -626,7 +626,7 @@ NAME="AEN10910"
><A
NAME="HTMLNODEPTR"
></A
>&#62;htmlNodePtr</H3
>htmlNodePtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -652,7 +652,7 @@ NAME="AEN10915"
><A
NAME="HTMLELEMDESC"
></A
>&#62;struct htmlElemDesc</H3
>struct htmlElemDesc</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -688,7 +688,7 @@ NAME="AEN10920"
><A
NAME="HTMLELEMDESCPTR"
></A
>&#62;htmlElemDescPtr</H3
>htmlElemDescPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -714,7 +714,7 @@ NAME="AEN10925"
><A
NAME="HTMLENTITYDESC"
></A
>&#62;struct htmlEntityDesc</H3
>struct htmlEntityDesc</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -744,7 +744,7 @@ NAME="AEN10930"
><A
NAME="HTMLENTITYDESCPTR"
></A
>&#62;htmlEntityDescPtr</H3
>htmlEntityDescPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -770,7 +770,7 @@ NAME="AEN10935"
><A
NAME="HTMLTAGLOOKUP"
></A
>&#62;htmlTagLookup ()</H3
>htmlTagLookup ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -856,7 +856,7 @@ NAME="AEN10956"
><A
NAME="HTMLENTITYLOOKUP"
></A
>&#62;htmlEntityLookup ()</H3
>htmlEntityLookup ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -944,7 +944,7 @@ NAME="AEN10978"
><A
NAME="HTMLENTITYVALUELOOKUP"
></A
>&#62;htmlEntityValueLookup ()</H3
>htmlEntityValueLookup ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1029,7 +1029,7 @@ NAME="AEN10999"
><A
NAME="HTMLISAUTOCLOSED"
></A
>&#62;htmlIsAutoClosed ()</H3
>htmlIsAutoClosed ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1135,7 +1135,7 @@ NAME="AEN11024"
><A
NAME="HTMLAUTOCLOSETAG"
></A
>&#62;htmlAutoCloseTag ()</H3
>htmlAutoCloseTag ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1263,7 +1263,7 @@ NAME="AEN11054"
><A
NAME="HTMLPARSEENTITYREF"
></A
>&#62;htmlParseEntityRef ()</H3
>htmlParseEntityRef ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1356,7 +1356,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the associated htmlEntityDescPtr if found, or NULL otherwise,
if non-NULL *str will have to be freed by the caller.</TD
if non-NULL *str will have to be freed by the caller.</TD
></TR
></TBODY
></TABLE
@ -1373,7 +1373,7 @@ NAME="AEN11081"
><A
NAME="HTMLPARSECHARREF"
></A
>&#62;htmlParseCharRef ()</H3
>htmlParseCharRef ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1394,7 +1394,7 @@ HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
>parse Reference declarations</P
><P
>[66] CharRef ::= '&amp;#' [0-9]+ ';' |
'&amp;<GTKDOCLINK
'&amp;<GTKDOCLINK
HREF="X"
>x</GTKDOCLINK
>' [0-9a-fA-F]+ ';'</P
@ -1462,7 +1462,7 @@ NAME="AEN11103"
><A
NAME="HTMLPARSEELEMENT"
></A
>&#62;htmlParseElement ()</H3
>htmlParseElement ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1534,7 +1534,7 @@ NAME="AEN11121"
><A
NAME="HTMLSAXPARSEDOC"
></A
>&#62;htmlSAXParseDoc ()</H3
>htmlSAXParseDoc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1663,7 +1663,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the resulting document tree unless SAX is NULL or the document is
not well formed.</TD
not well formed.</TD
></TR
></TBODY
></TABLE
@ -1680,7 +1680,7 @@ NAME="AEN11155"
><A
NAME="HTMLPARSEDOC"
></A
>&#62;htmlParseDoc ()</H3
>htmlParseDoc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1784,7 +1784,7 @@ NAME="AEN11180"
><A
NAME="HTMLSAXPARSEFILE"
></A
>&#62;htmlSAXParseFile ()</H3
>htmlSAXParseFile ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1911,7 +1911,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the resulting document tree unless SAX is NULL or the document is
not well formed.</TD
not well formed.</TD
></TR
></TBODY
></TABLE
@ -1928,7 +1928,7 @@ NAME="AEN11213"
><A
NAME="HTMLPARSEFILE"
></A
>&#62;htmlParseFile ()</H3
>htmlParseFile ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2030,7 +2030,7 @@ NAME="AEN11237"
><A
NAME="UTF8TOHTML"
></A
>&#62;UTF8ToHtml ()</H3
>UTF8ToHtml ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2165,7 +2165,7 @@ CLASS="PARAMETER"
>inlen</I
></TT
> after return is the number of octets consumed
as the return value is positive, else unpredictable.
as the return value is positive, else unpredictable.
The value of <TT
CLASS="PARAMETER"
><I
@ -2188,7 +2188,7 @@ NAME="AEN11272"
><A
NAME="HTMLENCODEENTITIES"
></A
>&#62;htmlEncodeEntities ()</H3
>htmlEncodeEntities ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2341,7 +2341,7 @@ CLASS="PARAMETER"
>inlen</I
></TT
> after return is the number of octets consumed
as the return value is positive, else unpredictable.
as the return value is positive, else unpredictable.
The value of <TT
CLASS="PARAMETER"
><I
@ -2364,7 +2364,7 @@ NAME="AEN11311"
><A
NAME="HTMLISSCRIPTATTRIBUTE"
></A
>&#62;htmlIsScriptAttribute ()</H3
>htmlIsScriptAttribute ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2447,7 +2447,7 @@ NAME="AEN11331"
><A
NAME="HTMLHANDLEOMITTEDELEM"
></A
>&#62;htmlHandleOmittedElem ()</H3
>htmlHandleOmittedElem ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2527,7 +2527,7 @@ NAME="AEN11350"
><A
NAME="HTMLFREEPARSERCTXT"
></A
>&#62;htmlFreeParserCtxt ()</H3
>htmlFreeParserCtxt ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2596,7 +2596,7 @@ NAME="AEN11366"
><A
NAME="HTMLCREATEPUSHPARSERCTXT"
></A
>&#62;htmlCreatePushParserCtxt ()</H3
>htmlCreatePushParserCtxt ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2788,7 +2788,7 @@ NAME="AEN11410"
><A
NAME="HTMLPARSECHUNK"
></A
>&#62;htmlParseChunk ()</H3
>htmlParseChunk ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"

View File

@ -384,7 +384,7 @@ NAME="AEN11511"
><A
NAME="HTML-TEXT-NODE-CAPS"
></A
>&#62;HTML_TEXT_NODE</H3
>HTML_TEXT_NODE</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -413,7 +413,7 @@ NAME="AEN11517"
><A
NAME="HTML-ENTITY-REF-NODE-CAPS"
></A
>&#62;HTML_ENTITY_REF_NODE</H3
>HTML_ENTITY_REF_NODE</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -442,7 +442,7 @@ NAME="AEN11523"
><A
NAME="HTML-COMMENT-NODE-CAPS"
></A
>&#62;HTML_COMMENT_NODE</H3
>HTML_COMMENT_NODE</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -471,7 +471,7 @@ NAME="AEN11529"
><A
NAME="HTML-PRESERVE-NODE-CAPS"
></A
>&#62;HTML_PRESERVE_NODE</H3
>HTML_PRESERVE_NODE</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -500,7 +500,7 @@ NAME="AEN11535"
><A
NAME="HTML-PI-NODE-CAPS"
></A
>&#62;HTML_PI_NODE</H3
>HTML_PI_NODE</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -529,7 +529,7 @@ NAME="AEN11541"
><A
NAME="HTMLNEWDOC"
></A
>&#62;htmlNewDoc ()</H3
>htmlNewDoc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -636,7 +636,7 @@ NAME="AEN11567"
><A
NAME="HTMLNEWDOCNODTD"
></A
>&#62;htmlNewDocNoDtD ()</H3
>htmlNewDocNoDtD ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -754,7 +754,7 @@ NAME="AEN11595"
><A
NAME="HTMLGETMETAENCODING"
></A
>&#62;htmlGetMetaEncoding ()</H3
>htmlGetMetaEncoding ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -840,7 +840,7 @@ NAME="AEN11616"
><A
NAME="HTMLSETMETAENCODING"
></A
>&#62;htmlSetMetaEncoding ()</H3
>htmlSetMetaEncoding ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -946,7 +946,7 @@ NAME="AEN11641"
><A
NAME="HTMLDOCDUMPMEMORY"
></A
>&#62;htmlDocDumpMemory ()</H3
>htmlDocDumpMemory ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1054,7 +1054,7 @@ NAME="AEN11666"
><A
NAME="HTMLDOCDUMP"
></A
>&#62;htmlDocDump ()</H3
>htmlDocDump ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1158,7 +1158,7 @@ NAME="AEN11691"
><A
NAME="HTMLSAVEFILE"
></A
>&#62;htmlSaveFile ()</H3
>htmlSaveFile ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1265,7 +1265,7 @@ NAME="AEN11716"
><A
NAME="HTMLNODEDUMP"
></A
>&#62;htmlNodeDump ()</H3
>htmlNodeDump ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1376,7 +1376,7 @@ NAME="AEN11742"
><A
NAME="HTMLNODEDUMPFILE"
></A
>&#62;htmlNodeDumpFile ()</H3
>htmlNodeDumpFile ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1487,7 +1487,7 @@ NAME="AEN11768"
><A
NAME="HTMLNODEDUMPFILEFORMAT"
></A
>&#62;htmlNodeDumpFileFormat ()</H3
>htmlNodeDumpFileFormat ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1650,7 +1650,7 @@ NAME="AEN11807"
><A
NAME="HTMLSAVEFILEENC"
></A
>&#62;htmlSaveFileEnc ()</H3
>htmlSaveFileEnc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1770,7 +1770,7 @@ NAME="AEN11835"
><A
NAME="HTMLSAVEFILEFORMAT"
></A
>&#62;htmlSaveFileFormat ()</H3
>htmlSaveFileFormat ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1907,7 +1907,7 @@ NAME="AEN11867"
><A
NAME="HTMLNODEDUMPFORMATOUTPUT"
></A
>&#62;htmlNodeDumpFormatOutput ()</H3
>htmlNodeDumpFormatOutput ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2053,7 +2053,7 @@ NAME="AEN11901"
><A
NAME="HTMLDOCCONTENTDUMPOUTPUT"
></A
>&#62;htmlDocContentDumpOutput ()</H3
>htmlDocContentDumpOutput ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2160,7 +2160,7 @@ NAME="AEN11926"
><A
NAME="HTMLDOCCONTENTDUMPFORMATOUTPUT"
></A
>&#62;htmlDocContentDumpFormatOutput ()</H3
>htmlDocContentDumpFormatOutput ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"

View File

@ -204,6 +204,11 @@ HREF="libxml-catalog.html"
> &#8212; </DT
><DT
><A
HREF="libxml-c14n.html"
>c14n</A
> &#8212; </DT
><DT
><A
HREF="libxml-threads.html"
>threads</A
> &#8212; </DT
@ -248,7 +253,8 @@ HREF="libxml-xmlmemory.html"
>This section contains the API reference for libxml. All
the public interfaces are documented here. This reference guide is
build by extracting comments from the code sources. </P
></DIV
>_functions;
</DIV
><DIV
CLASS="NAVFOOTER"
><BR

View File

@ -155,9 +155,9 @@ HREF="libxml-nanoftp.html#FTPLISTCALLBACK"
const char *owner,
const char *group,
unsigned <GTKDOCLINK
HREF="LONG-SIZE"
>long size</GTKDOCLINK
>,
HREF="LONG"
>long</GTKDOCLINK
> size,
int links,
int year,
const char *month,
@ -306,7 +306,7 @@ NAME="AEN17575"
><A
NAME="FTPLISTCALLBACK"
></A
>&#62;ftpListCallback ()</H3
>ftpListCallback ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -322,9 +322,9 @@ CLASS="PROGRAMLISTING"
const char *owner,
const char *group,
unsigned <GTKDOCLINK
HREF="LONG-SIZE"
>long size</GTKDOCLINK
>,
HREF="LONG"
>long</GTKDOCLINK
> size,
int links,
int year,
const char *month,
@ -447,14 +447,14 @@ VALIGN="TOP"
><TT
CLASS="PARAMETER"
><I
>Param6</I
>size</I
></TT
>&nbsp;:</TD
><TD
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
> the file size</TD
></TR
><TR
><TD
@ -573,7 +573,7 @@ NAME="AEN17635"
><A
NAME="FTPDATACALLBACK"
></A
>&#62;ftpDataCallback ()</H3
>ftpDataCallback ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -674,7 +674,7 @@ NAME="AEN17658"
><A
NAME="XMLNANOFTPINIT"
></A
>&#62;xmlNanoFTPInit ()</H3
>xmlNanoFTPInit ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -704,7 +704,7 @@ NAME="AEN17664"
><A
NAME="XMLNANOFTPCLEANUP"
></A
>&#62;xmlNanoFTPCleanup ()</H3
>xmlNanoFTPCleanup ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -732,7 +732,7 @@ NAME="AEN17670"
><A
NAME="XMLNANOFTPNEWCTXT"
></A
>&#62;xmlNanoFTPNewCtxt ()</H3
>xmlNanoFTPNewCtxt ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -797,7 +797,7 @@ NAME="AEN17685"
><A
NAME="XMLNANOFTPFREECTXT"
></A
>&#62;xmlNanoFTPFreeCtxt ()</H3
>xmlNanoFTPFreeCtxt ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -862,7 +862,7 @@ NAME="AEN17700"
><A
NAME="XMLNANOFTPCONNECTTO"
></A
>&#62;xmlNanoFTPConnectTo ()</H3
>xmlNanoFTPConnectTo ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -945,7 +945,7 @@ NAME="AEN17719"
><A
NAME="XMLNANOFTPOPEN"
></A
>&#62;xmlNanoFTPOpen ()</H3
>xmlNanoFTPOpen ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1010,7 +1010,7 @@ NAME="AEN17734"
><A
NAME="XMLNANOFTPCONNECT"
></A
>&#62;xmlNanoFTPConnect ()</H3
>xmlNanoFTPConnect ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1090,7 +1090,7 @@ NAME="AEN17753"
><A
NAME="XMLNANOFTPCLOSE"
></A
>&#62;xmlNanoFTPClose ()</H3
>xmlNanoFTPClose ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1170,7 +1170,7 @@ NAME="AEN17772"
><A
NAME="XMLNANOFTPQUIT"
></A
>&#62;xmlNanoFTPQuit ()</H3
>xmlNanoFTPQuit ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1250,7 +1250,7 @@ NAME="AEN17791"
><A
NAME="XMLNANOFTPSCANPROXY"
></A
>&#62;xmlNanoFTPScanProxy ()</H3
>xmlNanoFTPScanProxy ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1318,7 +1318,7 @@ NAME="AEN17806"
><A
NAME="XMLNANOFTPPROXY"
></A
>&#62;xmlNanoFTPProxy ()</H3
>xmlNanoFTPProxy ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1462,7 +1462,7 @@ NAME="AEN17838"
><A
NAME="XMLNANOFTPUPDATEURL"
></A
>&#62;xmlNanoFTPUpdateURL ()</H3
>xmlNanoFTPUpdateURL ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1564,7 +1564,7 @@ NAME="AEN17861"
><A
NAME="XMLNANOFTPGETRESPONSE"
></A
>&#62;xmlNanoFTPGetResponse ()</H3
>xmlNanoFTPGetResponse ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1644,7 +1644,7 @@ NAME="AEN17880"
><A
NAME="XMLNANOFTPCHECKRESPONSE"
></A
>&#62;xmlNanoFTPCheckResponse ()</H3
>xmlNanoFTPCheckResponse ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1724,7 +1724,7 @@ NAME="AEN17899"
><A
NAME="XMLNANOFTPCWD"
></A
>&#62;xmlNanoFTPCwd ()</H3
>xmlNanoFTPCwd ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1822,7 +1822,7 @@ NAME="AEN17922"
><A
NAME="XMLNANOFTPGETCONNECTION"
></A
>&#62;xmlNanoFTPGetConnection ()</H3
>xmlNanoFTPGetConnection ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1903,7 +1903,7 @@ NAME="AEN17941"
><A
NAME="XMLNANOFTPCLOSECONNECTION"
></A
>&#62;xmlNanoFTPCloseConnection ()</H3
>xmlNanoFTPCloseConnection ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1983,7 +1983,7 @@ NAME="AEN17960"
><A
NAME="XMLNANOFTPLIST"
></A
>&#62;xmlNanoFTPList ()</H3
>xmlNanoFTPList ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2121,7 +2121,7 @@ NAME="AEN17992"
><A
NAME="XMLNANOFTPGETSOCKET"
></A
>&#62;xmlNanoFTPGetSocket ()</H3
>xmlNanoFTPGetSocket ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2219,7 +2219,7 @@ NAME="AEN18015"
><A
NAME="XMLNANOFTPGET"
></A
>&#62;xmlNanoFTPGet ()</H3
>xmlNanoFTPGet ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2357,7 +2357,7 @@ NAME="AEN18047"
><A
NAME="XMLNANOFTPREAD"
></A
>&#62;xmlNanoFTPRead ()</H3
>xmlNanoFTPRead ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2468,7 +2468,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the number of byte read. 0 is an indication of an end of connection.
-1 indicates a parameter error.</TD
-1 indicates a parameter error.</TD
></TR
></TBODY
></TABLE

View File

@ -247,7 +247,7 @@ NAME="AEN17256"
><A
NAME="XMLNANOHTTPINIT"
></A
>&#62;xmlNanoHTTPInit ()</H3
>xmlNanoHTTPInit ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -276,7 +276,7 @@ NAME="AEN17262"
><A
NAME="XMLNANOHTTPCLEANUP"
></A
>&#62;xmlNanoHTTPCleanup ()</H3
>xmlNanoHTTPCleanup ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -304,7 +304,7 @@ NAME="AEN17268"
><A
NAME="XMLNANOHTTPSCANPROXY"
></A
>&#62;xmlNanoHTTPScanProxy ()</H3
>xmlNanoHTTPScanProxy ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -372,7 +372,7 @@ NAME="AEN17283"
><A
NAME="XMLNANOHTTPFETCH"
></A
>&#62;xmlNanoHTTPFetch ()</H3
>xmlNanoHTTPFetch ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -458,7 +458,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> if available the Content-Type information will be
returned at that location</TD
returned at that location</TD
></TR
><TR
><TD
@ -474,7 +474,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>-1 in case of failure, 0 incase of success. The contentType,
if provided must be freed by the caller</TD
if provided must be freed by the caller</TD
></TR
></TBODY
></TABLE
@ -491,7 +491,7 @@ NAME="AEN17310"
><A
NAME="XMLNANOHTTPMETHOD"
></A
>&#62;xmlNanoHTTPMethod ()</H3
>xmlNanoHTTPMethod ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -653,7 +653,7 @@ NAME="AEN17346"
><A
NAME="XMLNANOHTTPMETHODREDIR"
></A
>&#62;xmlNanoHTTPMethodRedir ()</H3
>xmlNanoHTTPMethodRedir ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -833,7 +833,7 @@ NAME="AEN17386"
><A
NAME="XMLNANOHTTPOPEN"
></A
>&#62;xmlNanoHTTPOpen ()</H3
>xmlNanoHTTPOpen ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -901,7 +901,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> if available the Content-Type information will be
returned at that location</TD
returned at that location</TD
></TR
></TBODY
></TABLE
@ -918,7 +918,7 @@ NAME="AEN17405"
><A
NAME="XMLNANOHTTPOPENREDIR"
></A
>&#62;xmlNanoHTTPOpenRedir ()</H3
>xmlNanoHTTPOpenRedir ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -987,7 +987,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> if available the Content-Type information will be
returned at that location</TD
returned at that location</TD
></TR
><TR
><TD
@ -1021,7 +1021,7 @@ NAME="AEN17428"
><A
NAME="XMLNANOHTTPRETURNCODE"
></A
>&#62;xmlNanoHTTPReturnCode ()</H3
>xmlNanoHTTPReturnCode ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1101,7 +1101,7 @@ NAME="AEN17447"
><A
NAME="XMLNANOHTTPAUTHHEADER"
></A
>&#62;xmlNanoHTTPAuthHeader ()</H3
>xmlNanoHTTPAuthHeader ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1182,7 +1182,7 @@ NAME="AEN17466"
><A
NAME="XMLNANOHTTPREAD"
></A
>&#62;xmlNanoHTTPRead ()</H3
>xmlNanoHTTPRead ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1293,7 +1293,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the number of byte read. 0 is an indication of an end of connection.
-1 indicates a parameter error.</TD
-1 indicates a parameter error.</TD
></TR
></TBODY
></TABLE
@ -1310,7 +1310,7 @@ NAME="AEN17495"
><A
NAME="XMLNANOHTTPSAVE"
></A
>&#62;xmlNanoHTTPSave ()</H3
>xmlNanoHTTPSave ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1409,7 +1409,7 @@ NAME="AEN17518"
><A
NAME="XMLNANOHTTPCLOSE"
></A
>&#62;xmlNanoHTTPClose ()</H3
>xmlNanoHTTPClose ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -555,7 +555,7 @@ NAME="AEN2934"
><A
NAME="GETPUBLICID"
></A
>&#62;getPublicId ()</H3
>getPublicId ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -638,7 +638,7 @@ NAME="AEN2954"
><A
NAME="GETSYSTEMID"
></A
>&#62;getSystemId ()</H3
>getSystemId ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -722,7 +722,7 @@ NAME="AEN2974"
><A
NAME="SETDOCUMENTLOCATOR"
></A
>&#62;setDocumentLocator ()</H3
>setDocumentLocator ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -809,7 +809,7 @@ NAME="AEN2994"
><A
NAME="GETLINENUMBER"
></A
>&#62;getLineNumber ()</H3
>getLineNumber ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -889,7 +889,7 @@ NAME="AEN3013"
><A
NAME="GETCOLUMNNUMBER"
></A
>&#62;getColumnNumber ()</H3
>getColumnNumber ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -969,7 +969,7 @@ NAME="AEN3032"
><A
NAME="ISSTANDALONE"
></A
>&#62;isStandalone ()</H3
>isStandalone ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1049,7 +1049,7 @@ NAME="AEN3051"
><A
NAME="HASINTERNALSUBSET"
></A
>&#62;hasInternalSubset ()</H3
>hasInternalSubset ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1129,7 +1129,7 @@ NAME="AEN3070"
><A
NAME="HASEXTERNALSUBSET"
></A
>&#62;hasExternalSubset ()</H3
>hasExternalSubset ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1209,7 +1209,7 @@ NAME="AEN3089"
><A
NAME="INTERNALSUBSET"
></A
>&#62;internalSubset ()</H3
>internalSubset ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1337,7 +1337,7 @@ NAME="AEN3119"
><A
NAME="EXTERNALSUBSET"
></A
>&#62;externalSubset ()</H3
>externalSubset ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1465,7 +1465,7 @@ NAME="AEN3149"
><A
NAME="GETENTITY"
></A
>&#62;getEntity ()</H3
>getEntity ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1569,7 +1569,7 @@ NAME="AEN3174"
><A
NAME="GETPARAMETERENTITY"
></A
>&#62;getParameterEntity ()</H3
>getParameterEntity ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1673,7 +1673,7 @@ NAME="AEN3199"
><A
NAME="RESOLVEENTITY"
></A
>&#62;resolveEntity ()</H3
>resolveEntity ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1701,15 +1701,15 @@ HREF="libxml-tree.html#XMLCHAR"
><P
>The entity loader, to control the loading of external entities,
the application can either:
- override this <A
- override this <A
HREF="libxml-sax.html#RESOLVEENTITY"
>resolveEntity</A
>() callback in the SAX block
- or better use the <A
- or better use the <A
HREF="libxml-parser.html#XMLSETEXTERNALENTITYLOADER"
>xmlSetExternalEntityLoader</A
>() function to
set up it's own entity resolution routine</P
set up it's own entity resolution routine</P
><P
></P
><DIV
@ -1808,7 +1808,7 @@ NAME="AEN3231"
><A
NAME="ENTITYDECL"
></A
>&#62;entityDecl ()</H3
>entityDecl ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1975,7 +1975,7 @@ NAME="AEN3270"
><A
NAME="ATTRIBUTEDECL"
></A
>&#62;attributeDecl ()</H3
>attributeDecl ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2160,7 +2160,7 @@ NAME="AEN3313"
><A
NAME="ELEMENTDECL"
></A
>&#62;elementDecl ()</H3
>elementDecl ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2285,7 +2285,7 @@ NAME="AEN3342"
><A
NAME="NOTATIONDECL"
></A
>&#62;notationDecl ()</H3
>notationDecl ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2413,7 +2413,7 @@ NAME="AEN3372"
><A
NAME="UNPARSEDENTITYDECL"
></A
>&#62;unparsedEntityDecl ()</H3
>unparsedEntityDecl ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2562,7 +2562,7 @@ NAME="AEN3407"
><A
NAME="STARTDOCUMENT"
></A
>&#62;startDocument ()</H3
>startDocument ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2627,7 +2627,7 @@ NAME="AEN3422"
><A
NAME="ENDDOCUMENT"
></A
>&#62;endDocument ()</H3
>endDocument ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2692,7 +2692,7 @@ NAME="AEN3437"
><A
NAME="ATTRIBUTE"
></A
>&#62;attribute ()</H3
>attribute ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2802,7 +2802,7 @@ NAME="AEN3462"
><A
NAME="STARTELEMENT"
></A
>&#62;startElement ()</H3
>startElement ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2909,7 +2909,7 @@ NAME="AEN3487"
><A
NAME="ENDELEMENT"
></A
>&#62;endElement ()</H3
>endElement ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2995,7 +2995,7 @@ NAME="AEN3507"
><A
NAME="REFERENCE"
></A
>&#62;reference ()</H3
>reference ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3081,7 +3081,7 @@ NAME="AEN3527"
><A
NAME="CHARACTERS"
></A
>&#62;characters ()</H3
>characters ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3185,7 +3185,7 @@ NAME="AEN3551"
><A
NAME="IGNORABLEWHITESPACE"
></A
>&#62;ignorableWhitespace ()</H3
>ignorableWhitespace ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3290,7 +3290,7 @@ NAME="AEN3575"
><A
NAME="PROCESSINGINSTRUCTION"
></A
>&#62;processingInstruction ()</H3
>processingInstruction ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3397,7 +3397,7 @@ NAME="AEN3600"
><A
NAME="GLOBALNAMESPACE"
></A
>&#62;globalNamespace ()</H3
>globalNamespace ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3504,7 +3504,7 @@ NAME="AEN3625"
><A
NAME="SETNAMESPACE"
></A
>&#62;setNamespace ()</H3
>setNamespace ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3590,7 +3590,7 @@ NAME="AEN3645"
><A
NAME="GETNAMESPACE"
></A
>&#62;getNamespace ()</H3
>getNamespace ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3673,7 +3673,7 @@ NAME="AEN3665"
><A
NAME="CHECKNAMESPACE"
></A
>&#62;checkNamespace ()</H3
>checkNamespace ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3775,7 +3775,7 @@ NAME="AEN3689"
><A
NAME="NAMESPACEDECL"
></A
>&#62;namespaceDecl ()</H3
>namespaceDecl ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3882,7 +3882,7 @@ NAME="AEN3714"
><A
NAME="COMMENT"
></A
>&#62;comment ()</H3
>comment ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3968,7 +3968,7 @@ NAME="AEN3734"
><A
NAME="CDATABLOCK"
></A
>&#62;cdataBlock ()</H3
>cdataBlock ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4072,7 +4072,7 @@ NAME="AEN3758"
><A
NAME="INITXMLDEFAULTSAXHANDLER"
></A
>&#62;initxmlDefaultSAXHandler ()</H3
>initxmlDefaultSAXHandler ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4158,7 +4158,7 @@ NAME="AEN3778"
><A
NAME="INITHTMLDEFAULTSAXHANDLER"
></A
>&#62;inithtmlDefaultSAXHandler ()</H3
>inithtmlDefaultSAXHandler ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4226,7 +4226,7 @@ NAME="AEN3794"
><A
NAME="INITDOCBDEFAULTSAXHANDLER"
></A
>&#62;initdocbDefaultSAXHandler ()</H3
>initdocbDefaultSAXHandler ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4294,7 +4294,7 @@ NAME="AEN3810"
><A
NAME="XMLDEFAULTSAXHANDLERINIT"
></A
>&#62;xmlDefaultSAXHandlerInit ()</H3
>xmlDefaultSAXHandlerInit ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4322,7 +4322,7 @@ NAME="AEN3816"
><A
NAME="HTMLDEFAULTSAXHANDLERINIT"
></A
>&#62;htmlDefaultSAXHandlerInit ()</H3
>htmlDefaultSAXHandlerInit ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4350,7 +4350,7 @@ NAME="AEN3822"
><A
NAME="DOCBDEFAULTSAXHANDLERINIT"
></A
>&#62;docbDefaultSAXHandlerInit ()</H3
>docbDefaultSAXHandlerInit ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"

View File

@ -13,8 +13,8 @@ REL="UP"
TITLE="Libxml Library Reference"
HREF="libxml-lib.html"><LINK
REL="PREVIOUS"
TITLE="catalog"
HREF="libxml-catalog.html"><LINK
TITLE="c14n"
HREF="libxml-c14n.html"><LINK
REL="NEXT"
TITLE="globals"
HREF="libxml-globals.html"></HEAD
@ -49,7 +49,7 @@ WIDTH="25%"
BGCOLOR="#C00000"
ALIGN="left"
><A
HREF="libxml-catalog.html"
HREF="libxml-c14n.html"
><FONT
COLOR="#FFFFFF"
SIZE="3"
@ -123,7 +123,7 @@ NAME="LIBXML-THREADS"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN19926"
NAME="AEN20092"
></A
><H2
>Name</H2
@ -131,7 +131,7 @@ NAME="AEN19926"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN19929"
NAME="AEN20095"
></A
><H2
>Synopsis</H2
@ -256,7 +256,7 @@ HREF="libxml-threads.html#XMLGETGLOBALSTATE"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN19960"
NAME="AEN20126"
></A
><H2
>Description</H2
@ -266,20 +266,20 @@ NAME="AEN19960"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN19963"
NAME="AEN20129"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN19965"
NAME="AEN20131"
></A
><H3
><A
NAME="XMLMUTEX"
></A
>&#62;struct xmlMutex</H3
>struct xmlMutex</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -299,13 +299,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN19970"
NAME="AEN20136"
></A
><H3
><A
NAME="XMLMUTEXPTR"
></A
>&#62;xmlMutexPtr</H3
>xmlMutexPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -331,13 +331,13 @@ synchronizing access to data.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN19977"
NAME="AEN20143"
></A
><H3
><A
NAME="XMLRMUTEX"
></A
>&#62;struct xmlRMutex</H3
>struct xmlRMutex</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -357,13 +357,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN19982"
NAME="AEN20148"
></A
><H3
><A
NAME="XMLRMUTEXPTR"
></A
>&#62;xmlRMutexPtr</H3
>xmlRMutexPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -383,13 +383,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN19987"
NAME="AEN20153"
></A
><H3
><A
NAME="XMLNEWMUTEX"
></A
>&#62;xmlNewMutex ()</H3
>xmlNewMutex ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -411,7 +411,7 @@ HREF="libxml-threads.html#XMLMUTEXPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN19993"
NAME="AEN20159"
></A
><P
></P
@ -447,13 +447,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20002"
NAME="AEN20168"
></A
><H3
><A
NAME="XMLMUTEXLOCK"
></A
>&#62;xmlMutexLock ()</H3
>xmlMutexLock ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -480,7 +480,7 @@ HREF="libxml-threads.html#XMLMUTEXLOCK"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20010"
NAME="AEN20176"
></A
><P
></P
@ -518,13 +518,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20019"
NAME="AEN20185"
></A
><H3
><A
NAME="XMLMUTEXUNLOCK"
></A
>&#62;xmlMutexUnlock ()</H3
>xmlMutexUnlock ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -551,7 +551,7 @@ HREF="libxml-threads.html#XMLMUTEXUNLOCK"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20027"
NAME="AEN20193"
></A
><P
></P
@ -589,13 +589,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20036"
NAME="AEN20202"
></A
><H3
><A
NAME="XMLFREEMUTEX"
></A
>&#62;xmlFreeMutex ()</H3
>xmlFreeMutex ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -623,7 +623,7 @@ struct.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20044"
NAME="AEN20210"
></A
><P
></P
@ -661,13 +661,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20053"
NAME="AEN20219"
></A
><H3
><A
NAME="XMLNEWRMUTEX"
></A
>&#62;xmlNewRMutex ()</H3
>xmlNewRMutex ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -689,7 +689,7 @@ HREF="libxml-threads.html#XMLRMUTEXPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20059"
NAME="AEN20225"
></A
><P
></P
@ -725,13 +725,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20068"
NAME="AEN20234"
></A
><H3
><A
NAME="XMLRMUTEXLOCK"
></A
>&#62;xmlRMutexLock ()</H3
>xmlRMutexLock ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -758,7 +758,7 @@ HREF="libxml-threads.html#XMLRMUTEXLOCK"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20076"
NAME="AEN20242"
></A
><P
></P
@ -796,13 +796,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20085"
NAME="AEN20251"
></A
><H3
><A
NAME="XMLRMUTEXUNLOCK"
></A
>&#62;xmlRMutexUnlock ()</H3
>xmlRMutexUnlock ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -829,7 +829,7 @@ HREF="libxml-threads.html#XMLRMUTEXUNLOCK"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20093"
NAME="AEN20259"
></A
><P
></P
@ -867,13 +867,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20102"
NAME="AEN20268"
></A
><H3
><A
NAME="XMLFREERMUTEX"
></A
>&#62;xmlFreeRMutex ()</H3
>xmlFreeRMutex ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -895,7 +895,7 @@ HREF="libxml-threads.html#XMLRMUTEXPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20108"
NAME="AEN20274"
></A
><P
></P
@ -933,13 +933,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20117"
NAME="AEN20283"
></A
><H3
><A
NAME="XMLINITTHREADS"
></A
>&#62;xmlInitThreads ()</H3
>xmlInitThreads ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -965,13 +965,13 @@ data of the libxml2 library.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20124"
NAME="AEN20290"
></A
><H3
><A
NAME="XMLLOCKLIBRARY"
></A
>&#62;xmlLockLibrary ()</H3
>xmlLockLibrary ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -997,13 +997,13 @@ library.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20131"
NAME="AEN20297"
></A
><H3
><A
NAME="XMLUNLOCKLIBRARY"
></A
>&#62;xmlUnlockLibrary ()</H3
>xmlUnlockLibrary ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1029,13 +1029,13 @@ library.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20138"
NAME="AEN20304"
></A
><H3
><A
NAME="XMLGETTHREADID"
></A
>&#62;xmlGetThreadId ()</H3
>xmlGetThreadId ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1059,7 +1059,7 @@ HREF="libxml-threads.html#XMLGETTHREADID"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20145"
NAME="AEN20311"
></A
><P
></P
@ -1095,13 +1095,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20154"
NAME="AEN20320"
></A
><H3
><A
NAME="XMLISMAINTHREAD"
></A
>&#62;xmlIsMainThread ()</H3
>xmlIsMainThread ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1125,7 +1125,7 @@ HREF="libxml-threads.html#XMLISMAINTHREAD"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20161"
NAME="AEN20327"
></A
><P
></P
@ -1161,13 +1161,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20170"
NAME="AEN20336"
></A
><H3
><A
NAME="XMLCLEANUPTHREADS"
></A
>&#62;xmlCleanupThreads ()</H3
>xmlCleanupThreads ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1193,13 +1193,13 @@ data of the libxml2 library once processing has ended.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN20177"
NAME="AEN20343"
></A
><H3
><A
NAME="XMLGETGLOBALSTATE"
></A
>&#62;xmlGetGlobalState ()</H3
>xmlGetGlobalState ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1226,7 +1226,7 @@ HREF="libxml-threads.html#XMLGETGLOBALSTATE"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN20185"
NAME="AEN20351"
></A
><P
></P
@ -1275,7 +1275,7 @@ WIDTH="25%"
BGCOLOR="#C00000"
ALIGN="left"
><A
HREF="libxml-catalog.html"
HREF="libxml-c14n.html"
><FONT
COLOR="#FFFFFF"
SIZE="3"
@ -1347,7 +1347,7 @@ ALIGN="left"
COLOR="#FFFFFF"
SIZE="3"
><B
>catalog</B
>c14n</B
></FONT
></TD
><TD

File diff suppressed because it is too large Load Diff

View File

@ -282,7 +282,7 @@ NAME="AEN10315"
><A
NAME="XMLURI"
></A
>&#62;struct xmlURI</H3
>struct xmlURI</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -322,7 +322,7 @@ NAME="AEN10321"
><A
NAME="XMLURIPTR"
></A
>&#62;xmlURIPtr</H3
>xmlURIPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -348,7 +348,7 @@ NAME="AEN10326"
><A
NAME="XMLCREATEURI"
></A
>&#62;xmlCreateURI ()</H3
>xmlCreateURI ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -414,7 +414,7 @@ NAME="AEN10342"
><A
NAME="XMLBUILDURI"
></A
>&#62;xmlBuildURI ()</H3
>xmlBuildURI ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -510,7 +510,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>a new URI string (to be freed by the caller) or NULL in case
of error.</TD
of error.</TD
></TR
></TBODY
></TABLE
@ -527,7 +527,7 @@ NAME="AEN10369"
><A
NAME="XMLPARSEURI"
></A
>&#62;xmlParseURI ()</H3
>xmlParseURI ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -612,7 +612,7 @@ NAME="AEN10390"
><A
NAME="XMLPARSEURIREFERENCE"
></A
>&#62;xmlParseURIReference ()</H3
>xmlParseURIReference ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -721,7 +721,7 @@ NAME="AEN10416"
><A
NAME="XMLSAVEURI"
></A
>&#62;xmlSaveUri ()</H3
>xmlSaveUri ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -807,7 +807,7 @@ NAME="AEN10437"
><A
NAME="XMLPRINTURI"
></A
>&#62;xmlPrintURI ()</H3
>xmlPrintURI ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -901,7 +901,7 @@ NAME="AEN10459"
><A
NAME="XMLURIESCAPESTR"
></A
>&#62;xmlURIEscapeStr ()</H3
>xmlURIEscapeStr ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1009,7 +1009,7 @@ NAME="AEN10485"
><A
NAME="XMLURIUNESCAPESTRING"
></A
>&#62;xmlURIUnescapeString ()</H3
>xmlURIUnescapeString ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1129,7 +1129,7 @@ NAME="AEN10513"
><A
NAME="XMLNORMALIZEURIPATH"
></A
>&#62;xmlNormalizeURIPath ()</H3
>xmlNormalizeURIPath ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1212,7 +1212,7 @@ NAME="AEN10533"
><A
NAME="XMLURIESCAPE"
></A
>&#62;xmlURIEscape ()</H3
>xmlURIEscape ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1288,7 +1288,7 @@ VALIGN="TOP"
25 May 2001
Uses xmlParseURI and xmlURIEscapeStr to try to escape correctly
according to RFC2396.
- Carl Douglas</TD
- Carl Douglas</TD
></TR
></TBODY
></TABLE
@ -1305,7 +1305,7 @@ NAME="AEN10554"
><A
NAME="XMLFREEURI"
></A
>&#62;xmlFreeURI ()</H3
>xmlFreeURI ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"

View File

@ -1022,7 +1022,7 @@ NAME="AEN8610"
><A
NAME="XMLVALIDSTATE"
></A
>&#62;struct xmlValidState</H3
>struct xmlValidState</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1048,7 +1048,7 @@ NAME="AEN8615"
><A
NAME="XMLVALIDSTATEPTR"
></A
>&#62;xmlValidStatePtr</H3
>xmlValidStatePtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1074,7 +1074,7 @@ NAME="AEN8620"
><A
NAME="XMLVALIDITYERRORFUNC"
></A
>&#62;xmlValidityErrorFunc ()</H3
>xmlValidityErrorFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1176,7 +1176,7 @@ NAME="AEN8643"
><A
NAME="XMLVALIDITYWARNINGFUNC"
></A
>&#62;xmlValidityWarningFunc ()</H3
>xmlValidityWarningFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1278,7 +1278,7 @@ NAME="AEN8666"
><A
NAME="XMLVALIDCTXT"
></A
>&#62;struct xmlValidCtxt</H3
>struct xmlValidCtxt</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1326,7 +1326,7 @@ NAME="AEN8672"
><A
NAME="XMLVALIDCTXTPTR"
></A
>&#62;xmlValidCtxtPtr</H3
>xmlValidCtxtPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1352,7 +1352,7 @@ NAME="AEN8677"
><A
NAME="XMLNOTATIONTABLEPTR"
></A
>&#62;xmlNotationTablePtr</H3
>xmlNotationTablePtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1378,7 +1378,7 @@ NAME="AEN8682"
><A
NAME="XMLELEMENTTABLEPTR"
></A
>&#62;xmlElementTablePtr</H3
>xmlElementTablePtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1404,7 +1404,7 @@ NAME="AEN8687"
><A
NAME="XMLATTRIBUTETABLEPTR"
></A
>&#62;xmlAttributeTablePtr</H3
>xmlAttributeTablePtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1430,7 +1430,7 @@ NAME="AEN8692"
><A
NAME="XMLIDTABLEPTR"
></A
>&#62;xmlIDTablePtr</H3
>xmlIDTablePtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1456,7 +1456,7 @@ NAME="AEN8697"
><A
NAME="XMLREFTABLEPTR"
></A
>&#62;xmlRefTablePtr</H3
>xmlRefTablePtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1482,7 +1482,7 @@ NAME="AEN8702"
><A
NAME="XMLSPLITQNAME2"
></A
>&#62;xmlSplitQName2 ()</H3
>xmlSplitQName2 ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1579,7 +1579,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>NULL if not a QName, otherwise the local part, and prefix
is updated to get the Prefix if any.</TD
is updated to get the Prefix if any.</TD
></TR
></TBODY
></TABLE
@ -1596,7 +1596,7 @@ NAME="AEN8731"
><A
NAME="XMLADDNOTATIONDECL"
></A
>&#62;xmlAddNotationDecl ()</H3
>xmlAddNotationDecl ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1766,7 +1766,7 @@ NAME="AEN8772"
><A
NAME="XMLCOPYNOTATIONTABLE"
></A
>&#62;xmlCopyNotationTable ()</H3
>xmlCopyNotationTable ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1852,7 +1852,7 @@ NAME="AEN8793"
><A
NAME="XMLFREENOTATIONTABLE"
></A
>&#62;xmlFreeNotationTable ()</H3
>xmlFreeNotationTable ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1920,7 +1920,7 @@ NAME="AEN8809"
><A
NAME="XMLDUMPNOTATIONDECL"
></A
>&#62;xmlDumpNotationDecl ()</H3
>xmlDumpNotationDecl ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2009,7 +2009,7 @@ NAME="AEN8830"
><A
NAME="XMLDUMPNOTATIONTABLE"
></A
>&#62;xmlDumpNotationTable ()</H3
>xmlDumpNotationTable ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2098,7 +2098,7 @@ NAME="AEN8851"
><A
NAME="XMLNEWELEMENTCONTENT"
></A
>&#62;xmlNewElementContent ()</H3
>xmlNewElementContent ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2205,7 +2205,7 @@ NAME="AEN8877"
><A
NAME="XMLCOPYELEMENTCONTENT"
></A
>&#62;xmlCopyElementContent ()</H3
>xmlCopyElementContent ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2291,7 +2291,7 @@ NAME="AEN8898"
><A
NAME="XMLFREEELEMENTCONTENT"
></A
>&#62;xmlFreeElementContent ()</H3
>xmlFreeElementContent ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2359,7 +2359,7 @@ NAME="AEN8914"
><A
NAME="XMLSNPRINTFELEMENTCONTENT"
></A
>&#62;xmlSnprintfElementContent ()</H3
>xmlSnprintfElementContent ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2482,7 +2482,7 @@ NAME="AEN8942"
><A
NAME="XMLSPRINTFELEMENTCONTENT"
></A
>&#62;xmlSprintfElementContent ()</H3
>xmlSprintfElementContent ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2586,7 +2586,7 @@ NAME="AEN8966"
><A
NAME="XMLADDELEMENTDECL"
></A
>&#62;xmlAddElementDecl ()</H3
>xmlAddElementDecl ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2756,7 +2756,7 @@ NAME="AEN9007"
><A
NAME="XMLCOPYELEMENTTABLE"
></A
>&#62;xmlCopyElementTable ()</H3
>xmlCopyElementTable ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2842,7 +2842,7 @@ NAME="AEN9028"
><A
NAME="XMLFREEELEMENTTABLE"
></A
>&#62;xmlFreeElementTable ()</H3
>xmlFreeElementTable ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2910,7 +2910,7 @@ NAME="AEN9044"
><A
NAME="XMLDUMPELEMENTTABLE"
></A
>&#62;xmlDumpElementTable ()</H3
>xmlDumpElementTable ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2999,7 +2999,7 @@ NAME="AEN9065"
><A
NAME="XMLDUMPELEMENTDECL"
></A
>&#62;xmlDumpElementDecl ()</H3
>xmlDumpElementDecl ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3089,7 +3089,7 @@ NAME="AEN9086"
><A
NAME="XMLCREATEENUMERATION"
></A
>&#62;xmlCreateEnumeration ()</H3
>xmlCreateEnumeration ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3159,7 +3159,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the xmlEnumerationPtr just created or NULL in case
of error.</TD
of error.</TD
></TR
></TBODY
></TABLE
@ -3176,7 +3176,7 @@ NAME="AEN9107"
><A
NAME="XMLFREEENUMERATION"
></A
>&#62;xmlFreeEnumeration ()</H3
>xmlFreeEnumeration ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3244,7 +3244,7 @@ NAME="AEN9123"
><A
NAME="XMLCOPYENUMERATION"
></A
>&#62;xmlCopyEnumeration ()</H3
>xmlCopyEnumeration ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3314,7 +3314,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the xmlEnumerationPtr just created or NULL in case
of error.</TD
of error.</TD
></TR
></TBODY
></TABLE
@ -3331,7 +3331,7 @@ NAME="AEN9144"
><A
NAME="XMLADDATTRIBUTEDECL"
></A
>&#62;xmlAddAttributeDecl ()</H3
>xmlAddAttributeDecl ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3591,7 +3591,7 @@ NAME="AEN9206"
><A
NAME="XMLCOPYATTRIBUTETABLE"
></A
>&#62;xmlCopyAttributeTable ()</H3
>xmlCopyAttributeTable ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3677,7 +3677,7 @@ NAME="AEN9227"
><A
NAME="XMLFREEATTRIBUTETABLE"
></A
>&#62;xmlFreeAttributeTable ()</H3
>xmlFreeAttributeTable ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3745,7 +3745,7 @@ NAME="AEN9243"
><A
NAME="XMLDUMPATTRIBUTETABLE"
></A
>&#62;xmlDumpAttributeTable ()</H3
>xmlDumpAttributeTable ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3834,7 +3834,7 @@ NAME="AEN9264"
><A
NAME="XMLDUMPATTRIBUTEDECL"
></A
>&#62;xmlDumpAttributeDecl ()</H3
>xmlDumpAttributeDecl ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3924,7 +3924,7 @@ NAME="AEN9285"
><A
NAME="XMLADDID"
></A
>&#62;xmlAddID ()</H3
>xmlAddID ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4073,7 +4073,7 @@ NAME="AEN9321"
><A
NAME="XMLFREEIDTABLE"
></A
>&#62;xmlFreeIDTable ()</H3
>xmlFreeIDTable ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4141,7 +4141,7 @@ NAME="AEN9337"
><A
NAME="XMLGETID"
></A
>&#62;xmlGetID ()</H3
>xmlGetID ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4248,7 +4248,7 @@ NAME="AEN9363"
><A
NAME="XMLISID"
></A
>&#62;xmlIsID ()</H3
>xmlIsID ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4375,7 +4375,7 @@ NAME="AEN9393"
><A
NAME="XMLREMOVEID"
></A
>&#62;xmlRemoveID ()</H3
>xmlRemoveID ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4479,7 +4479,7 @@ NAME="AEN9418"
><A
NAME="XMLADDREF"
></A
>&#62;xmlAddRef ()</H3
>xmlAddRef ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4628,7 +4628,7 @@ NAME="AEN9454"
><A
NAME="XMLFREEREFTABLE"
></A
>&#62;xmlFreeRefTable ()</H3
>xmlFreeRefTable ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4696,7 +4696,7 @@ NAME="AEN9470"
><A
NAME="XMLISREF"
></A
>&#62;xmlIsRef ()</H3
>xmlIsRef ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4823,7 +4823,7 @@ NAME="AEN9500"
><A
NAME="XMLREMOVEREF"
></A
>&#62;xmlRemoveRef ()</H3
>xmlRemoveRef ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4927,7 +4927,7 @@ NAME="AEN9525"
><A
NAME="XMLGETREFS"
></A
>&#62;xmlGetRefs ()</H3
>xmlGetRefs ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -5034,7 +5034,7 @@ NAME="AEN9551"
><A
NAME="XMLVALIDATEROOT"
></A
>&#62;xmlValidateRoot ()</H3
>xmlValidateRoot ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -5059,7 +5059,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
>Try to validate a the root element
basically it does the following check as described by the
XML-1.0 recommendation:
- [ VC: Root Element Type ]
- [ VC: Root Element Type ]
it doesn't try to recurse or apply other check to the element</P
><P
></P
@ -5142,7 +5142,7 @@ NAME="AEN9576"
><A
NAME="XMLVALIDATEELEMENTDECL"
></A
>&#62;xmlValidateElementDecl ()</H3
>xmlValidateElementDecl ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -5171,9 +5171,9 @@ HREF="libxml-tree.html#XMLELEMENTPTR"
>Try to validate a single element definition
basically it does the following checks as described by the
XML-1.0 recommendation:
- [ VC: One ID per Element Type ]
- [ VC: No Duplicate Types ]
- [ VC: Unique Element Type Declaration ]</P
- [ VC: One ID per Element Type ]
- [ VC: No Duplicate Types ]
- [ VC: Unique Element Type Declaration ]</P
><P
></P
><DIV
@ -5272,7 +5272,7 @@ NAME="AEN9606"
><A
NAME="XMLVALIDNORMALIZEATTRIBUTEVALUE"
></A
>&#62;xmlValidNormalizeAttributeValue ()</H3
>xmlValidNormalizeAttributeValue ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -5420,7 +5420,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>a new normalized string if normalization is needed, NULL otherwise
the caller must free the returned value.</TD
the caller must free the returned value.</TD
></TR
></TBODY
></TABLE
@ -5437,7 +5437,7 @@ NAME="AEN9646"
><A
NAME="XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE"
></A
>&#62;xmlValidCtxtNormalizeAttributeValue ()</H3
>xmlValidCtxtNormalizeAttributeValue ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -5493,7 +5493,7 @@ HREF="X20"
>) character.</P
><P
>Also check VC: Standalone Document Declaration in P32, and update
ctxt-&gt;valid accordingly</P
ctxt-&gt;valid accordingly</P
><P
></P
><DIV
@ -5610,7 +5610,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>a new normalized string if normalization is needed, NULL otherwise
the caller must free the returned value.</TD
the caller must free the returned value.</TD
></TR
></TBODY
></TABLE
@ -5627,7 +5627,7 @@ NAME="AEN9692"
><A
NAME="XMLVALIDATEATTRIBUTEDECL"
></A
>&#62;xmlValidateAttributeDecl ()</H3
>xmlValidateAttributeDecl ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -5656,9 +5656,9 @@ HREF="libxml-tree.html#XMLATTRIBUTEPTR"
>Try to validate a single attribute definition
basically it does the following checks as described by the
XML-1.0 recommendation:
- [ VC: Attribute Default Legal ]
- [ VC: Enumeration ]
- [ VC: ID Attribute Default ]</P
- [ VC: Attribute Default Legal ]
- [ VC: Enumeration ]
- [ VC: ID Attribute Default ]</P
><P
>The ID/IDREF uniqueness and matching are done separately</P
><P
@ -5759,7 +5759,7 @@ NAME="AEN9723"
><A
NAME="XMLVALIDATEATTRIBUTEVALUE"
></A
>&#62;xmlValidateAttributeValue ()</H3
>xmlValidateAttributeValue ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -5878,7 +5878,7 @@ NAME="AEN9752"
><A
NAME="XMLVALIDATENOTATIONDECL"
></A
>&#62;xmlValidateNotationDecl ()</H3
>xmlValidateNotationDecl ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -5907,7 +5907,7 @@ HREF="libxml-tree.html#XMLNOTATIONPTR"
>Try to validate a single notation definition
basically it does the following checks as described by the
XML-1.0 recommendation:
- it seems that no validity constraint exists on notation declarations
- it seems that no validity constraint exists on notation declarations
But this function get called anyway ...</P
><P
></P
@ -6007,7 +6007,7 @@ NAME="AEN9782"
><A
NAME="XMLVALIDATEDTD"
></A
>&#62;xmlValidateDtd ()</H3
>xmlValidateDtd ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -6134,7 +6134,7 @@ NAME="AEN9813"
><A
NAME="XMLVALIDATEDTDFINAL"
></A
>&#62;xmlValidateDtdFinal ()</H3
>xmlValidateDtdFinal ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -6161,9 +6161,9 @@ subsets have been parsed</P
><P
>basically it does the following checks described by the XML Rec
- check that ENTITY and ENTITIES type attributes default or
possible values matches one of the defined entities.
possible values matches one of the defined entities.
- check that NOTATION type attributes default or
possible values matches one of the defined notations.</P
possible values matches one of the defined notations.</P
><P
></P
><DIV
@ -6245,7 +6245,7 @@ NAME="AEN9839"
><A
NAME="XMLVALIDATEDOCUMENT"
></A
>&#62;xmlValidateDocument ()</H3
>xmlValidateDocument ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -6353,7 +6353,7 @@ NAME="AEN9865"
><A
NAME="XMLVALIDATEELEMENT"
></A
>&#62;xmlValidateElement ()</H3
>xmlValidateElement ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -6478,7 +6478,7 @@ NAME="AEN9895"
><A
NAME="XMLVALIDATEONEELEMENT"
></A
>&#62;xmlValidateOneElement ()</H3
>xmlValidateOneElement ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -6507,8 +6507,8 @@ HREF="libxml-tree.html#XMLNODEPTR"
>Try to validate a single element and it's attributes,
basically it does the following checks as described by the
XML-1.0 recommendation:
- [ VC: Element Valid ]
- [ VC: Required Attribute ]
- [ VC: Element Valid ]
- [ VC: Required Attribute ]
Then call <A
HREF="libxml-valid.html#XMLVALIDATEONEATTRIBUTE"
>xmlValidateOneAttribute</A
@ -6613,7 +6613,7 @@ NAME="AEN9927"
><A
NAME="XMLVALIDATEONEATTRIBUTE"
></A
>&#62;xmlValidateOneAttribute ()</H3
>xmlValidateOneAttribute ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -6650,14 +6650,14 @@ HREF="libxml-tree.html#XMLCHAR"
>Try to validate a single attribute for an element
basically it does the following checks as described by the
XML-1.0 recommendation:
- [ VC: Attribute Value Type ]
- [ VC: Fixed Attribute Default ]
- [ VC: Entity Name ]
- [ VC: Name Token ]
- [ VC: ID ]
- [ VC: IDREF ]
- [ VC: Entity Name ]
- [ VC: Notation Attributes ]</P
- [ VC: Attribute Value Type ]
- [ VC: Fixed Attribute Default ]
- [ VC: Entity Name ]
- [ VC: Name Token ]
- [ VC: ID ]
- [ VC: IDREF ]
- [ VC: Entity Name ]
- [ VC: Notation Attributes ]</P
><P
>The ID/IDREF uniqueness and matching are done separately</P
><P
@ -6792,7 +6792,7 @@ NAME="AEN9968"
><A
NAME="XMLVALIDATEDOCUMENTFINAL"
></A
>&#62;xmlValidateDocumentFinal ()</H3
>xmlValidateDocumentFinal ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -6899,7 +6899,7 @@ NAME="AEN9994"
><A
NAME="XMLVALIDATENOTATIONUSE"
></A
>&#62;xmlValidateNotationUse ()</H3
>xmlValidateNotationUse ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -7025,7 +7025,7 @@ NAME="AEN10024"
><A
NAME="XMLISMIXEDELEMENT"
></A
>&#62;xmlIsMixedElement ()</H3
>xmlIsMixedElement ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -7130,7 +7130,7 @@ NAME="AEN10049"
><A
NAME="XMLGETDTDATTRDESC"
></A
>&#62;xmlGetDtdAttrDesc ()</H3
>xmlGetDtdAttrDesc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -7259,7 +7259,7 @@ NAME="AEN10080"
><A
NAME="XMLGETDTDQATTRDESC"
></A
>&#62;xmlGetDtdQAttrDesc ()</H3
>xmlGetDtdQAttrDesc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -7409,7 +7409,7 @@ NAME="AEN10116"
><A
NAME="XMLGETDTDNOTATIONDESC"
></A
>&#62;xmlGetDtdNotationDesc ()</H3
>xmlGetDtdNotationDesc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -7516,7 +7516,7 @@ NAME="AEN10142"
><A
NAME="XMLGETDTDQELEMENTDESC"
></A
>&#62;xmlGetDtdQElementDesc ()</H3
>xmlGetDtdQElementDesc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -7644,7 +7644,7 @@ NAME="AEN10173"
><A
NAME="XMLGETDTDELEMENTDESC"
></A
>&#62;xmlGetDtdElementDesc ()</H3
>xmlGetDtdElementDesc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -7751,7 +7751,7 @@ NAME="AEN10199"
><A
NAME="XMLVALIDGETVALIDELEMENTS"
></A
>&#62;xmlValidGetValidElements ()</H3
>xmlValidGetValidElements ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -7792,11 +7792,11 @@ CLASS="PARAMETER"
>next</I
></TT
> in the following ways:
to insert before 'node': xmlValidGetValidElements(node-&gt;prev, node, ...
to insert next 'node': xmlValidGetValidElements(node, node-&gt;next, ...
to replace 'node': xmlValidGetValidElements(node-&gt;prev, node-&gt;next, ...
to prepend a child to 'node': xmlValidGetValidElements(NULL, node-&gt;childs,
to append a child to 'node': xmlValidGetValidElements(node-&gt;last, NULL, ...</P
to insert before 'node': xmlValidGetValidElements(node-&gt;prev, node, ...
to insert next 'node': xmlValidGetValidElements(node, node-&gt;next, ...
to replace 'node': xmlValidGetValidElements(node-&gt;prev, node-&gt;next, ...
to prepend a child to 'node': xmlValidGetValidElements(NULL, node-&gt;childs,
to append a child to 'node': xmlValidGetValidElements(node-&gt;last, NULL, ...</P
><P
>pointers to the element names are inserted at the beginning of the array
and do not need to be freed.</P
@ -7899,13 +7899,13 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the number of element in the list, or -1 in case of error. If
the function returns the value <TT
the function returns the value <TT
CLASS="PARAMETER"
><I
>max</I
></TT
> the caller is invited to grow the
receiving array and retry.</TD
receiving array and retry.</TD
></TR
></TBODY
></TABLE
@ -7922,7 +7922,7 @@ NAME="AEN10237"
><A
NAME="XMLVALIDGETPOTENTIALCHILDREN"
></A
>&#62;xmlValidGetPotentialChildren ()</H3
>xmlValidGetPotentialChildren ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"

View File

@ -183,7 +183,7 @@ NAME="AEN17206"
><A
NAME="XMLXINCLUDEPROCESS"
></A
>&#62;xmlXIncludeProcess ()</H3
>xmlXIncludeProcess ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -255,7 +255,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>0 if no substitution were done, -1 if some processing failed
or the number of substitutions done.</TD
or the number of substitutions done.</TD
></TR
></TBODY
></TABLE

View File

@ -239,7 +239,7 @@ NAME="AEN10600"
><A
NAME="XMLPARSERERRORS"
></A
>&#62;enum xmlParserErrors</H3
>enum xmlParserErrors</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -394,7 +394,7 @@ NAME="AEN10605"
><A
NAME="XMLGENERICERRORFUNC"
></A
>&#62;xmlGenericErrorFunc ()</H3
>xmlGenericErrorFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -496,7 +496,7 @@ NAME="AEN10628"
><A
NAME="XMLSETGENERICERRORFUNC"
></A
>&#62;xmlSetGenericErrorFunc ()</H3
>xmlSetGenericErrorFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -613,7 +613,7 @@ NAME="AEN10653"
><A
NAME="INITGENERICERRORDEFAULTFUNC"
></A
>&#62;initGenericErrorDefaultFunc ()</H3
>initGenericErrorDefaultFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -681,7 +681,7 @@ NAME="AEN10669"
><A
NAME="XMLPARSERERROR"
></A
>&#62;xmlParserError ()</H3
>xmlParserError ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -783,7 +783,7 @@ NAME="AEN10692"
><A
NAME="XMLPARSERWARNING"
></A
>&#62;xmlParserWarning ()</H3
>xmlParserWarning ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -885,7 +885,7 @@ NAME="AEN10715"
><A
NAME="XMLPARSERVALIDITYERROR"
></A
>&#62;xmlParserValidityError ()</H3
>xmlParserValidityError ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -987,7 +987,7 @@ NAME="AEN10738"
><A
NAME="XMLPARSERVALIDITYWARNING"
></A
>&#62;xmlParserValidityWarning ()</H3
>xmlParserValidityWarning ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1089,7 +1089,7 @@ NAME="AEN10761"
><A
NAME="XMLPARSERPRINTFILEINFO"
></A
>&#62;xmlParserPrintFileInfo ()</H3
>xmlParserPrintFileInfo ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1157,7 +1157,7 @@ NAME="AEN10777"
><A
NAME="XMLPARSERPRINTFILECONTEXT"
></A
>&#62;xmlParserPrintFileContext ()</H3
>xmlParserPrintFileContext ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"

View File

@ -528,7 +528,7 @@ NAME="AEN18180"
><A
NAME="XMLINPUTMATCHCALLBACK"
></A
>&#62;xmlInputMatchCallback ()</H3
>xmlInputMatchCallback ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -609,7 +609,7 @@ NAME="AEN18199"
><A
NAME="XMLINPUTOPENCALLBACK"
></A
>&#62;xmlInputOpenCallback ()</H3
>xmlInputOpenCallback ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -674,7 +674,7 @@ NAME="AEN18214"
><A
NAME="XMLINPUTREADCALLBACK"
></A
>&#62;xmlInputReadCallback ()</H3
>xmlInputReadCallback ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -790,7 +790,7 @@ NAME="AEN18241"
><A
NAME="XMLINPUTCLOSECALLBACK"
></A
>&#62;xmlInputCloseCallback ()</H3
>xmlInputCloseCallback ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -870,7 +870,7 @@ NAME="AEN18260"
><A
NAME="XMLPARSERINPUTBUFFER"
></A
>&#62;struct xmlParserInputBuffer</H3
>struct xmlParserInputBuffer</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -905,7 +905,7 @@ NAME="AEN18265"
><A
NAME="XMLOUTPUTMATCHCALLBACK"
></A
>&#62;xmlOutputMatchCallback ()</H3
>xmlOutputMatchCallback ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -986,7 +986,7 @@ NAME="AEN18284"
><A
NAME="XMLOUTPUTOPENCALLBACK"
></A
>&#62;xmlOutputOpenCallback ()</H3
>xmlOutputOpenCallback ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1051,7 +1051,7 @@ NAME="AEN18299"
><A
NAME="XMLOUTPUTWRITECALLBACK"
></A
>&#62;xmlOutputWriteCallback ()</H3
>xmlOutputWriteCallback ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1167,7 +1167,7 @@ NAME="AEN18326"
><A
NAME="XMLOUTPUTCLOSECALLBACK"
></A
>&#62;xmlOutputCloseCallback ()</H3
>xmlOutputCloseCallback ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1247,7 +1247,7 @@ NAME="AEN18345"
><A
NAME="XMLOUTPUTBUFFER"
></A
>&#62;struct xmlOutputBuffer</H3
>struct xmlOutputBuffer</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1283,7 +1283,7 @@ NAME="AEN18350"
><A
NAME="XMLCLEANUPINPUTCALLBACKS"
></A
>&#62;xmlCleanupInputCallbacks ()</H3
>xmlCleanupInputCallbacks ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1312,7 +1312,7 @@ NAME="AEN18356"
><A
NAME="XMLCLEANUPOUTPUTCALLBACKS"
></A
>&#62;xmlCleanupOutputCallbacks ()</H3
>xmlCleanupOutputCallbacks ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1341,7 +1341,7 @@ NAME="AEN18362"
><A
NAME="XMLREGISTERDEFAULTINPUTCALLBACKS"
></A
>&#62;xmlRegisterDefaultInputCallbacks ()</H3
>xmlRegisterDefaultInputCallbacks ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1370,7 +1370,7 @@ NAME="AEN18368"
><A
NAME="XMLALLOCPARSERINPUTBUFFER"
></A
>&#62;xmlAllocParserInputBuffer ()</H3
>xmlAllocParserInputBuffer ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1457,7 +1457,7 @@ NAME="AEN18389"
><A
NAME="XMLPARSERINPUTBUFFERCREATEFNAME"
></A
>&#62;xmlParserInputBufferCreateFname ()</H3
>xmlParserInputBufferCreateFname ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1565,7 +1565,7 @@ NAME="AEN18415"
><A
NAME="XMLPARSERINPUTBUFFERCREATEFILENAME"
></A
>&#62;xmlParserInputBufferCreateFilename ()</H3
>xmlParserInputBufferCreateFilename ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1674,7 +1674,7 @@ NAME="AEN18440"
><A
NAME="XMLPARSERINPUTBUFFERCREATEFILE"
></A
>&#62;xmlParserInputBufferCreateFile ()</H3
>xmlParserInputBufferCreateFile ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1783,7 +1783,7 @@ NAME="AEN18466"
><A
NAME="XMLPARSERINPUTBUFFERCREATEFD"
></A
>&#62;xmlParserInputBufferCreateFd ()</H3
>xmlParserInputBufferCreateFd ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1889,7 +1889,7 @@ NAME="AEN18491"
><A
NAME="XMLPARSERINPUTBUFFERCREATEMEM"
></A
>&#62;xmlParserInputBufferCreateMem ()</H3
>xmlParserInputBufferCreateMem ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2013,7 +2013,7 @@ NAME="AEN18520"
><A
NAME="XMLPARSERINPUTBUFFERCREATEIO"
></A
>&#62;xmlParserInputBufferCreateIO ()</H3
>xmlParserInputBufferCreateIO ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2161,7 +2161,7 @@ NAME="AEN18555"
><A
NAME="XMLPARSERINPUTBUFFERREAD"
></A
>&#62;xmlParserInputBufferRead ()</H3
>xmlParserInputBufferRead ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2248,7 +2248,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the number of chars read and stored in the buffer, or -1
in case of error.</TD
in case of error.</TD
></TR
></TBODY
></TABLE
@ -2265,7 +2265,7 @@ NAME="AEN18579"
><A
NAME="XMLPARSERINPUTBUFFERGROW"
></A
>&#62;xmlParserInputBufferGrow ()</H3
>xmlParserInputBufferGrow ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2289,7 +2289,7 @@ This routine handle the I18N transcoding to internal UTF-8
This routine is used when operating the parser in normal (pull) mode</P
><P
>TODO: one should be able to remove one extra copy by copying directly
onto in-&gt;buffer or in-&gt;raw</P
onto in-&gt;buffer or in-&gt;raw</P
><P
></P
><DIV
@ -2355,7 +2355,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the number of chars read and stored in the buffer, or -1
in case of error.</TD
in case of error.</TD
></TR
></TBODY
></TABLE
@ -2372,7 +2372,7 @@ NAME="AEN18604"
><A
NAME="XMLPARSERINPUTBUFFERPUSH"
></A
>&#62;xmlParserInputBufferPush ()</H3
>xmlParserInputBufferPush ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2477,7 +2477,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the number of chars read and stored in the buffer, or -1
in case of error.</TD
in case of error.</TD
></TR
></TBODY
></TABLE
@ -2494,7 +2494,7 @@ NAME="AEN18632"
><A
NAME="XMLFREEPARSERINPUTBUFFER"
></A
>&#62;xmlFreeParserInputBuffer ()</H3
>xmlFreeParserInputBuffer ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2562,7 +2562,7 @@ NAME="AEN18648"
><A
NAME="XMLPARSERGETDIRECTORY"
></A
>&#62;xmlParserGetDirectory ()</H3
>xmlParserGetDirectory ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2642,7 +2642,7 @@ NAME="AEN18667"
><A
NAME="XMLREGISTERINPUTCALLBACKS"
></A
>&#62;xmlRegisterInputCallbacks ()</H3
>xmlRegisterInputCallbacks ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2788,7 +2788,7 @@ NAME="AEN18702"
><A
NAME="XMLREGISTERDEFAULTOUTPUTCALLBACKS"
></A
>&#62;xmlRegisterDefaultOutputCallbacks ()</H3
>xmlRegisterDefaultOutputCallbacks ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2817,7 +2817,7 @@ NAME="AEN18708"
><A
NAME="XMLALLOCOUTPUTBUFFER"
></A
>&#62;xmlAllocOutputBuffer ()</H3
>xmlAllocOutputBuffer ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2903,7 +2903,7 @@ NAME="AEN18729"
><A
NAME="XMLOUTPUTBUFFERCREATEFILENAME"
></A
>&#62;xmlOutputBufferCreateFilename ()</H3
>xmlOutputBufferCreateFilename ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2932,7 +2932,7 @@ If filename is "-' then we use stdout as the output.
Automatic support for ZLIB/Compress compressed document is provided
by default if found at compile-time.
TODO: currently if compression is set, the library only support
writing to a local file.</P
writing to a local file.</P
><P
></P
><DIV
@ -3031,7 +3031,7 @@ NAME="AEN18758"
><A
NAME="XMLOUTPUTBUFFERCREATEFILE"
></A
>&#62;xmlOutputBufferCreateFile ()</H3
>xmlOutputBufferCreateFile ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3140,7 +3140,7 @@ NAME="AEN18784"
><A
NAME="XMLOUTPUTBUFFERCREATEFD"
></A
>&#62;xmlOutputBufferCreateFd ()</H3
>xmlOutputBufferCreateFd ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3245,7 +3245,7 @@ NAME="AEN18809"
><A
NAME="XMLOUTPUTBUFFERCREATEIO"
></A
>&#62;xmlOutputBufferCreateIO ()</H3
>xmlOutputBufferCreateIO ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3392,7 +3392,7 @@ NAME="AEN18844"
><A
NAME="XMLOUTPUTBUFFERWRITE"
></A
>&#62;xmlOutputBufferWrite ()</H3
>xmlOutputBufferWrite ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3498,7 +3498,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the number of chars immediately written, or -1
in case of error.</TD
in case of error.</TD
></TR
></TBODY
></TABLE
@ -3515,7 +3515,7 @@ NAME="AEN18872"
><A
NAME="XMLOUTPUTBUFFERWRITESTRING"
></A
>&#62;xmlOutputBufferWriteString ()</H3
>xmlOutputBufferWriteString ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3603,7 +3603,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the number of chars immediately written, or -1
in case of error.</TD
in case of error.</TD
></TR
></TBODY
></TABLE
@ -3620,7 +3620,7 @@ NAME="AEN18896"
><A
NAME="XMLOUTPUTBUFFERFLUSH"
></A
>&#62;xmlOutputBufferFlush ()</H3
>xmlOutputBufferFlush ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3703,7 +3703,7 @@ NAME="AEN18916"
><A
NAME="XMLOUTPUTBUFFERCLOSE"
></A
>&#62;xmlOutputBufferClose ()</H3
>xmlOutputBufferClose ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3787,7 +3787,7 @@ NAME="AEN18936"
><A
NAME="XMLREGISTEROUTPUTCALLBACKS"
></A
>&#62;xmlRegisterOutputCallbacks ()</H3
>xmlRegisterOutputCallbacks ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3933,7 +3933,7 @@ NAME="AEN18971"
><A
NAME="XMLIOHTTPOPENW"
></A
>&#62;xmlIOHTTPOpenW ()</H3
>xmlIOHTTPOpenW ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4017,7 +4017,7 @@ NAME="AEN18990"
><A
NAME="XMLREGISTERHTTPPOSTCALLBACKS"
></A
>&#62;xmlRegisterHTTPPostCallbacks ()</H3
>xmlRegisterHTTPPostCallbacks ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4047,7 +4047,7 @@ NAME="AEN18996"
><A
NAME="XMLNONETEXTERNALENTITYLOADER"
></A
>&#62;xmlNoNetExternalEntityLoader ()</H3
>xmlNoNetExternalEntityLoader ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"

View File

@ -111,7 +111,7 @@ NAME="LIBXML-XMLMEMORY"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN26184"
NAME="AEN26350"
></A
><H2
>Name</H2
@ -119,7 +119,7 @@ NAME="AEN26184"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN26187"
NAME="AEN26353"
></A
><H2
>Synopsis</H2
@ -270,7 +270,7 @@ HREF="libxml-xmlmemory.html#XMLMEMSTRDUPLOC"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN26222"
NAME="AEN26388"
></A
><H2
>Description</H2
@ -280,20 +280,20 @@ NAME="AEN26222"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN26225"
NAME="AEN26391"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN26227"
NAME="AEN26393"
></A
><H3
><A
NAME="DEBUG-MEMORY-CAPS"
></A
>&#62;DEBUG_MEMORY</H3
>DEBUG_MEMORY</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -318,13 +318,13 @@ libxml i.e. if libxml has been configured with --with-debug-mem too</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26233"
NAME="AEN26399"
></A
><H3
><A
NAME="XMLFREEFUNC"
></A
>&#62;xmlFreeFunc ()</H3
>xmlFreeFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -348,7 +348,7 @@ HREF="FREE"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26240"
NAME="AEN26406"
></A
><P
></P
@ -386,13 +386,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26249"
NAME="AEN26415"
></A
><H3
><A
NAME="XMLMALLOCFUNC"
></A
>&#62;xmlMallocFunc ()</H3
>xmlMallocFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -419,7 +419,7 @@ HREF="MALLOC"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26257"
NAME="AEN26423"
></A
><P
></P
@ -457,13 +457,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26266"
NAME="AEN26432"
></A
><H3
><A
NAME="XMLREALLOCFUNC"
></A
>&#62;xmlReallocFunc ()</H3
>xmlReallocFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -491,7 +491,7 @@ HREF="REALLOC"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26274"
NAME="AEN26440"
></A
><P
></P
@ -546,13 +546,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26287"
NAME="AEN26453"
></A
><H3
><A
NAME="XMLSTRDUPFUNC"
></A
>&#62;xmlStrdupFunc ()</H3
>xmlStrdupFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -576,7 +576,7 @@ HREF="STRDUP"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26294"
NAME="AEN26460"
></A
><P
></P
@ -629,13 +629,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26307"
NAME="AEN26473"
></A
><H3
><A
NAME="XMLMEMSETUP"
></A
>&#62;xmlMemSetup ()</H3
>xmlMemSetup ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -675,7 +675,7 @@ done ?</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26318"
NAME="AEN26484"
></A
><P
></P
@ -791,13 +791,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26347"
NAME="AEN26513"
></A
><H3
><A
NAME="XMLMEMGET"
></A
>&#62;xmlMemGet ()</H3
>xmlMemGet ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -833,7 +833,7 @@ HREF="libxml-xmlmemory.html#XMLSTRDUPFUNC"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26357"
NAME="AEN26523"
></A
><P
></P
@ -949,13 +949,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26386"
NAME="AEN26552"
></A
><H3
><A
NAME="XMLINITMEMORY"
></A
>&#62;xmlInitMemory ()</H3
>xmlInitMemory ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -976,7 +976,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26392"
NAME="AEN26558"
></A
><P
></P
@ -1012,13 +1012,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26401"
NAME="AEN26567"
></A
><H3
><A
NAME="XMLMEMUSED"
></A
>&#62;xmlMemUsed ()</H3
>xmlMemUsed ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1039,7 +1039,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26407"
NAME="AEN26573"
></A
><P
></P
@ -1075,13 +1075,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26416"
NAME="AEN26582"
></A
><H3
><A
NAME="XMLMEMDISPLAY"
></A
>&#62;xmlMemDisplay ()</H3
>xmlMemDisplay ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1105,7 +1105,7 @@ HREF="FILE-CAPS"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26423"
NAME="AEN26589"
></A
><P
></P
@ -1133,7 +1133,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a FILE descriptor used as the output file, if NULL, the result is
written to the file .memorylist</TD
written to the file .memorylist</TD
></TR
></TBODY
></TABLE
@ -1144,13 +1144,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26432"
NAME="AEN26598"
></A
><H3
><A
NAME="XMLMEMSHOW"
></A
>&#62;xmlMemShow ()</H3
>xmlMemShow ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1181,7 +1181,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26440"
NAME="AEN26606"
></A
><P
></P
@ -1236,13 +1236,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26453"
NAME="AEN26619"
></A
><H3
><A
NAME="XMLMEMORYDUMP"
></A
>&#62;xmlMemoryDump ()</H3
>xmlMemoryDump ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1264,13 +1264,13 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26459"
NAME="AEN26625"
></A
><H3
><A
NAME="XMLMALLOC"
></A
>&#62;xmlMalloc()</H3
>xmlMalloc()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1294,7 +1294,7 @@ HREF="MALLOC"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26466"
NAME="AEN26632"
></A
><P
></P
@ -1332,13 +1332,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26475"
NAME="AEN26641"
></A
><H3
><A
NAME="XMLREALLOC"
></A
>&#62;xmlRealloc()</H3
>xmlRealloc()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1362,7 +1362,7 @@ HREF="REALLOC"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26482"
NAME="AEN26648"
></A
><P
></P
@ -1417,13 +1417,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26495"
NAME="AEN26661"
></A
><H3
><A
NAME="XMLMEMSTRDUP"
></A
>&#62;xmlMemStrdup()</H3
>xmlMemStrdup()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1450,7 +1450,7 @@ HREF="libxml-parser.html#XMLSTRDUP"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26503"
NAME="AEN26669"
></A
><P
></P
@ -1488,13 +1488,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26512"
NAME="AEN26678"
></A
><H3
><A
NAME="XMLMALLOCLOC"
></A
>&#62;xmlMallocLoc ()</H3
>xmlMallocLoc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1523,7 +1523,7 @@ HREF="MALLOC"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26520"
NAME="AEN26686"
></A
><P
></P
@ -1595,13 +1595,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26537"
NAME="AEN26703"
></A
><H3
><A
NAME="XMLREALLOCLOC"
></A
>&#62;xmlReallocLoc ()</H3
>xmlReallocLoc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1631,7 +1631,7 @@ HREF="REALLOC"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26545"
NAME="AEN26711"
></A
><P
></P
@ -1720,13 +1720,13 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN26566"
NAME="AEN26732"
></A
><H3
><A
NAME="XMLMEMSTRDUPLOC"
></A
>&#62;xmlMemStrdupLoc ()</H3
>xmlMemStrdupLoc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1752,7 +1752,7 @@ HREF="STRDUP"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN26573"
NAME="AEN26739"
></A
><P
></P

View File

@ -615,7 +615,7 @@ NAME="AEN12094"
><A
NAME="XMLXPATHCONTEXT"
></A
>&#62;struct xmlXPathContext</H3
>struct xmlXPathContext</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -685,11 +685,11 @@ CLASS="PROGRAMLISTING"
><P
>Expression evaluation occurs with respect to a context.
he context consists of:
- a node (the context node)
- a node list (the context node list)
- a set of variable bindings
- a function library
- the set of namespace declarations in scope for the expression
- a node (the context node)
- a node list (the context node list)
- a set of variable bindings
- a function library
- the set of namespace declarations in scope for the expression
Following the switch to hash tables, this need to be trimmed up at
the next binary incompatible release.</P
><P
@ -704,7 +704,7 @@ NAME="AEN12100"
><A
NAME="XMLXPATHCONTEXTPTR"
></A
>&#62;xmlXPathContextPtr</H3
>xmlXPathContextPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -730,7 +730,7 @@ NAME="AEN12105"
><A
NAME="XMLXPATHPARSERCONTEXT"
></A
>&#62;struct xmlXPathParserContext</H3
>struct xmlXPathParserContext</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -774,7 +774,7 @@ NAME="AEN12111"
><A
NAME="XMLXPATHPARSERCONTEXTPTR"
></A
>&#62;xmlXPathParserContextPtr</H3
>xmlXPathParserContextPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -800,7 +800,7 @@ NAME="AEN12116"
><A
NAME="XMLXPATHERROR"
></A
>&#62;enum xmlXPathError</H3
>enum xmlXPathError</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -849,7 +849,7 @@ NAME="AEN12121"
><A
NAME="XMLNODESET"
></A
>&#62;struct xmlNodeSet</H3
>struct xmlNodeSet</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -863,6 +863,7 @@ CLASS="PROGRAMLISTING"
int nodeNr; /* number of nodes in the set */
int nodeMax; /* size of the array as allocated */
xmlNodePtr *nodeTab; /* array of nodes in no particular order */
/* @@ with_ns to check wether namespace nodes should be looked at @@ */
};</PRE
></TD
></TR
@ -879,7 +880,7 @@ NAME="AEN12126"
><A
NAME="XMLNODESETPTR"
></A
>&#62;xmlNodeSetPtr</H3
>xmlNodeSetPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -905,7 +906,7 @@ NAME="AEN12131"
><A
NAME="XMLXPATHOBJECTTYPE"
></A
>&#62;enum xmlXPathObjectType</H3
>enum xmlXPathObjectType</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -942,7 +943,7 @@ NAME="AEN12136"
><A
NAME="XMLXPATHOBJECT"
></A
>&#62;struct xmlXPathObject</H3
>struct xmlXPathObject</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -978,7 +979,7 @@ NAME="AEN12141"
><A
NAME="XMLXPATHOBJECTPTR"
></A
>&#62;xmlXPathObjectPtr</H3
>xmlXPathObjectPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1004,7 +1005,7 @@ NAME="AEN12146"
><A
NAME="XMLXPATHCONVERTFUNC"
></A
>&#62;xmlXPathConvertFunc ()</H3
>xmlXPathConvertFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1106,7 +1107,7 @@ NAME="AEN12170"
><A
NAME="XMLXPATHTYPE"
></A
>&#62;struct xmlXPathType</H3
>struct xmlXPathType</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1135,7 +1136,7 @@ NAME="AEN12175"
><A
NAME="XMLXPATHTYPEPTR"
></A
>&#62;xmlXPathTypePtr</H3
>xmlXPathTypePtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1161,7 +1162,7 @@ NAME="AEN12180"
><A
NAME="XMLXPATHVARIABLE"
></A
>&#62;struct xmlXPathVariable</H3
>struct xmlXPathVariable</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1190,7 +1191,7 @@ NAME="AEN12185"
><A
NAME="XMLXPATHVARIABLEPTR"
></A
>&#62;xmlXPathVariablePtr</H3
>xmlXPathVariablePtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1216,7 +1217,7 @@ NAME="AEN12190"
><A
NAME="XMLXPATHEVALFUNC"
></A
>&#62;xmlXPathEvalFunc ()</H3
>xmlXPathEvalFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1302,7 +1303,7 @@ NAME="AEN12210"
><A
NAME="XMLXPATHFUNCT"
></A
>&#62;struct xmlXPathFunct</H3
>struct xmlXPathFunct</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1331,7 +1332,7 @@ NAME="AEN12215"
><A
NAME="XMLXPATHFUNCPTR"
></A
>&#62;xmlXPathFuncPtr</H3
>xmlXPathFuncPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1357,7 +1358,7 @@ NAME="AEN12220"
><A
NAME="XMLXPATHAXISFUNC"
></A
>&#62;xmlXPathAxisFunc ()</H3
>xmlXPathAxisFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1466,7 +1467,7 @@ NAME="AEN12246"
><A
NAME="XMLXPATHAXIS"
></A
>&#62;struct xmlXPathAxis</H3
>struct xmlXPathAxis</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1495,7 +1496,7 @@ NAME="AEN12251"
><A
NAME="XMLXPATHAXISPTR"
></A
>&#62;xmlXPathAxisPtr</H3
>xmlXPathAxisPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1521,7 +1522,7 @@ NAME="AEN12256"
><A
NAME="XMLXPATHCOMPEXPR"
></A
>&#62;struct xmlXPathCompExpr</H3
>struct xmlXPathCompExpr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1537,8 +1538,8 @@ CLASS="PROGRAMLISTING"
></TABLE
><P
>[14] Expr ::= OrExpr
[21] OrExpr ::= AndExpr
| OrExpr 'or' AndExpr </P
[21] OrExpr ::= AndExpr
| OrExpr 'or' AndExpr </P
><P
>Parse and compile an expression</P
><P
@ -1553,7 +1554,7 @@ NAME="AEN12263"
><A
NAME="XMLXPATHCOMPEXPRPTR"
></A
>&#62;xmlXPathCompExprPtr</H3
>xmlXPathCompExprPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1579,7 +1580,7 @@ NAME="AEN12268"
><A
NAME="XMLXPATHFUNCTION"
></A
>&#62;xmlXPathFunction ()</H3
>xmlXPathFunction ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1667,7 +1668,7 @@ NAME="AEN12288"
><A
NAME="XMLXPATHISNAN"
></A
>&#62;xmlXPathIsNaN ()</H3
>xmlXPathIsNaN ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1755,7 +1756,7 @@ NAME="AEN12309"
><A
NAME="XMLXPATHISINF"
></A
>&#62;xmlXPathIsInf ()</H3
>xmlXPathIsInf ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1843,7 +1844,7 @@ NAME="AEN12330"
><A
NAME="XMLXPATHNODESETGETLENGTH"
></A
>&#62;xmlXPathNodeSetGetLength()</H3
>xmlXPathNodeSetGetLength()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1908,7 +1909,7 @@ NAME="AEN12345"
><A
NAME="XMLXPATHNODESETITEM"
></A
>&#62;xmlXPathNodeSetItem()</H3
>xmlXPathNodeSetItem()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1993,7 +1994,7 @@ NAME="AEN12365"
><A
NAME="XMLXPATHNODESETISEMPTY"
></A
>&#62;xmlXPathNodeSetIsEmpty()</H3
>xmlXPathNodeSetIsEmpty()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2063,7 +2064,7 @@ NAME="AEN12381"
><A
NAME="XMLXPATHFREEOBJECT"
></A
>&#62;xmlXPathFreeObject ()</H3
>xmlXPathFreeObject ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2131,7 +2132,7 @@ NAME="AEN12397"
><A
NAME="XMLXPATHNODESETCREATE"
></A
>&#62;xmlXPathNodeSetCreate ()</H3
>xmlXPathNodeSetCreate ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2222,7 +2223,7 @@ NAME="AEN12419"
><A
NAME="XMLXPATHFREENODESETLIST"
></A
>&#62;xmlXPathFreeNodeSetList ()</H3
>xmlXPathFreeNodeSetList ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2299,7 +2300,7 @@ NAME="AEN12437"
><A
NAME="XMLXPATHFREENODESET"
></A
>&#62;xmlXPathFreeNodeSet ()</H3
>xmlXPathFreeNodeSet ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2367,7 +2368,7 @@ NAME="AEN12453"
><A
NAME="XMLXPATHOBJECTCOPY"
></A
>&#62;xmlXPathObjectCopy ()</H3
>xmlXPathObjectCopy ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2453,7 +2454,7 @@ NAME="AEN12474"
><A
NAME="XMLXPATHCMPNODES"
></A
>&#62;xmlXPathCmpNodes ()</H3
>xmlXPathCmpNodes ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2541,7 +2542,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>-2 in case of error 1 if first point &lt; second point, 0 if
that's the same node, -1 otherwise</TD
that's the same node, -1 otherwise</TD
></TR
></TBODY
></TABLE
@ -2558,7 +2559,7 @@ NAME="AEN12499"
><A
NAME="XMLXPATHCASTNUMBERTOBOOLEAN"
></A
>&#62;xmlXPathCastNumberToBoolean ()</H3
>xmlXPathCastNumberToBoolean ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2641,7 +2642,7 @@ NAME="AEN12519"
><A
NAME="XMLXPATHCASTSTRINGTOBOOLEAN"
></A
>&#62;xmlXPathCastStringToBoolean ()</H3
>xmlXPathCastStringToBoolean ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2724,7 +2725,7 @@ NAME="AEN12539"
><A
NAME="XMLXPATHCASTNODESETTOBOOLEAN"
></A
>&#62;xmlXPathCastNodeSetToBoolean ()</H3
>xmlXPathCastNodeSetToBoolean ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2807,7 +2808,7 @@ NAME="AEN12559"
><A
NAME="XMLXPATHCASTTOBOOLEAN"
></A
>&#62;xmlXPathCastToBoolean ()</H3
>xmlXPathCastToBoolean ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2890,7 +2891,7 @@ NAME="AEN12579"
><A
NAME="XMLXPATHCASTBOOLEANTONUMBER"
></A
>&#62;xmlXPathCastBooleanToNumber ()</H3
>xmlXPathCastBooleanToNumber ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2973,7 +2974,7 @@ NAME="AEN12599"
><A
NAME="XMLXPATHCASTSTRINGTONUMBER"
></A
>&#62;xmlXPathCastStringToNumber ()</H3
>xmlXPathCastStringToNumber ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3059,7 +3060,7 @@ NAME="AEN12620"
><A
NAME="XMLXPATHCASTNODETONUMBER"
></A
>&#62;xmlXPathCastNodeToNumber ()</H3
>xmlXPathCastNodeToNumber ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3145,7 +3146,7 @@ NAME="AEN12641"
><A
NAME="XMLXPATHCASTNODESETTONUMBER"
></A
>&#62;xmlXPathCastNodeSetToNumber ()</H3
>xmlXPathCastNodeSetToNumber ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3231,7 +3232,7 @@ NAME="AEN12662"
><A
NAME="XMLXPATHCASTTONUMBER"
></A
>&#62;xmlXPathCastToNumber ()</H3
>xmlXPathCastToNumber ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3317,7 +3318,7 @@ NAME="AEN12683"
><A
NAME="XMLXPATHCASTBOOLEANTOSTRING"
></A
>&#62;xmlXPathCastBooleanToString ()</H3
>xmlXPathCastBooleanToString ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3400,7 +3401,7 @@ NAME="AEN12703"
><A
NAME="XMLXPATHCASTNUMBERTOSTRING"
></A
>&#62;xmlXPathCastNumberToString ()</H3
>xmlXPathCastNumberToString ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3486,7 +3487,7 @@ NAME="AEN12724"
><A
NAME="XMLXPATHCASTNODETOSTRING"
></A
>&#62;xmlXPathCastNodeToString ()</H3
>xmlXPathCastNodeToString ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3572,7 +3573,7 @@ NAME="AEN12745"
><A
NAME="XMLXPATHCASTNODESETTOSTRING"
></A
>&#62;xmlXPathCastNodeSetToString ()</H3
>xmlXPathCastNodeSetToString ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3658,7 +3659,7 @@ NAME="AEN12766"
><A
NAME="XMLXPATHCASTTOSTRING"
></A
>&#62;xmlXPathCastToString ()</H3
>xmlXPathCastToString ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3731,13 +3732,13 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the string value of the object, NULL in case of error.
A new string is allocated only if needed (<TT
A new string is allocated only if needed (<TT
CLASS="PARAMETER"
><I
>val</I
></TT
> isn't a
string object).</TD
string object).</TD
></TR
></TBODY
></TABLE
@ -3754,7 +3755,7 @@ NAME="AEN12789"
><A
NAME="XMLXPATHCONVERTBOOLEAN"
></A
>&#62;xmlXPathConvertBoolean ()</H3
>xmlXPathConvertBoolean ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3827,7 +3828,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the new object, the old one is freed (or the operation
is done directly on <TT
is done directly on <TT
CLASS="PARAMETER"
><I
>val</I
@ -3849,7 +3850,7 @@ NAME="AEN12812"
><A
NAME="XMLXPATHCONVERTNUMBER"
></A
>&#62;xmlXPathConvertNumber ()</H3
>xmlXPathConvertNumber ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -3922,7 +3923,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the new object, the old one is freed (or the operation
is done directly on <TT
is done directly on <TT
CLASS="PARAMETER"
><I
>val</I
@ -3944,7 +3945,7 @@ NAME="AEN12835"
><A
NAME="XMLXPATHCONVERTSTRING"
></A
>&#62;xmlXPathConvertString ()</H3
>xmlXPathConvertString ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4017,7 +4018,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the new object, the old one is freed (or the operation
is done directly on <TT
is done directly on <TT
CLASS="PARAMETER"
><I
>val</I
@ -4039,7 +4040,7 @@ NAME="AEN12858"
><A
NAME="XMLXPATHINIT"
></A
>&#62;xmlXPathInit ()</H3
>xmlXPathInit ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4067,7 +4068,7 @@ NAME="AEN12864"
><A
NAME="XMLXPATHNEWCONTEXT"
></A
>&#62;xmlXPathNewContext ()</H3
>xmlXPathNewContext ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4136,7 +4137,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the xmlXPathContext just allocated.</TD
>the xmlXPathContext just allocated. The caller will need to free it.</TD
></TR
></TBODY
></TABLE
@ -4153,7 +4154,7 @@ NAME="AEN12885"
><A
NAME="XMLXPATHFREECONTEXT"
></A
>&#62;xmlXPathFreeContext ()</H3
>xmlXPathFreeContext ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4221,7 +4222,7 @@ NAME="AEN12901"
><A
NAME="XMLXPATHEVAL"
></A
>&#62;xmlXPathEval ()</H3
>xmlXPathEval ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4312,7 +4313,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the xmlXPathObjectPtr resulting from the evaluation or NULL.
the caller has to free the object.</TD
the caller has to free the object.</TD
></TR
></TBODY
></TABLE
@ -4329,7 +4330,7 @@ NAME="AEN12927"
><A
NAME="XMLXPATHEVALEXPRESSION"
></A
>&#62;xmlXPathEvalExpression ()</H3
>xmlXPathEvalExpression ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4420,7 +4421,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the xmlXPathObjectPtr resulting from the evaluation or NULL.
the caller has to free the object.</TD
the caller has to free the object.</TD
></TR
></TBODY
></TABLE
@ -4437,7 +4438,7 @@ NAME="AEN12953"
><A
NAME="XMLXPATHEVALPREDICATE"
></A
>&#62;xmlXPathEvalPredicate ()</H3
>xmlXPathEvalPredicate ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4548,7 +4549,7 @@ NAME="AEN12978"
><A
NAME="XMLXPATHCOMPILE"
></A
>&#62;xmlXPathCompile ()</H3
>xmlXPathCompile ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4618,7 +4619,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the xmlXPathObjectPtr resulting from the evaluation or NULL.
the caller has to free the object.</TD
the caller has to free the object.</TD
></TR
></TBODY
></TABLE
@ -4635,7 +4636,7 @@ NAME="AEN12999"
><A
NAME="XMLXPATHCOMPILEDEVAL"
></A
>&#62;xmlXPathCompiledEval ()</H3
>xmlXPathCompiledEval ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -4726,7 +4727,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the xmlXPathObjectPtr resulting from the evaluation or NULL.
the caller has to free the object.</TD
the caller has to free the object.</TD
></TR
></TBODY
></TABLE
@ -4743,7 +4744,7 @@ NAME="AEN13025"
><A
NAME="XMLXPATHFREECOMPEXPR"
></A
>&#62;xmlXPathFreeCompExpr ()</H3
>xmlXPathFreeCompExpr ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"

File diff suppressed because it is too large Load Diff

View File

@ -434,7 +434,7 @@ NAME="AEN16675"
><A
NAME="XMLLOCATIONSET"
></A
>&#62;struct xmlLocationSet</H3
>struct xmlLocationSet</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -464,7 +464,7 @@ NAME="AEN16680"
><A
NAME="XMLLOCATIONSETPTR"
></A
>&#62;xmlLocationSetPtr</H3
>xmlLocationSetPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -490,7 +490,7 @@ NAME="AEN16685"
><A
NAME="XMLXPTRLOCATIONSETCREATE"
></A
>&#62;xmlXPtrLocationSetCreate ()</H3
>xmlXPtrLocationSetCreate ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -581,7 +581,7 @@ NAME="AEN16707"
><A
NAME="XMLXPTRFREELOCATIONSET"
></A
>&#62;xmlXPtrFreeLocationSet ()</H3
>xmlXPtrFreeLocationSet ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -649,7 +649,7 @@ NAME="AEN16723"
><A
NAME="XMLXPTRLOCATIONSETMERGE"
></A
>&#62;xmlXPtrLocationSetMerge ()</H3
>xmlXPtrLocationSetMerge ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -766,7 +766,7 @@ NAME="AEN16751"
><A
NAME="XMLXPTRNEWRANGE"
></A
>&#62;xmlXPtrNewRange ()</H3
>xmlXPtrNewRange ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -909,7 +909,7 @@ NAME="AEN16785"
><A
NAME="XMLXPTRNEWRANGEPOINTS"
></A
>&#62;xmlXPtrNewRangePoints ()</H3
>xmlXPtrNewRangePoints ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1016,7 +1016,7 @@ NAME="AEN16811"
><A
NAME="XMLXPTRNEWRANGENODEPOINT"
></A
>&#62;xmlXPtrNewRangeNodePoint ()</H3
>xmlXPtrNewRangeNodePoint ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1123,7 +1123,7 @@ NAME="AEN16837"
><A
NAME="XMLXPTRNEWRANGEPOINTNODE"
></A
>&#62;xmlXPtrNewRangePointNode ()</H3
>xmlXPtrNewRangePointNode ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1230,7 +1230,7 @@ NAME="AEN16863"
><A
NAME="XMLXPTRNEWRANGENODES"
></A
>&#62;xmlXPtrNewRangeNodes ()</H3
>xmlXPtrNewRangeNodes ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1337,7 +1337,7 @@ NAME="AEN16889"
><A
NAME="XMLXPTRNEWLOCATIONSETNODES"
></A
>&#62;xmlXPtrNewLocationSetNodes ()</H3
>xmlXPtrNewLocationSetNodes ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1456,7 +1456,7 @@ NAME="AEN16917"
><A
NAME="XMLXPTRNEWLOCATIONSETNODESET"
></A
>&#62;xmlXPtrNewLocationSetNodeSet ()</H3
>xmlXPtrNewLocationSetNodeSet ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1549,7 +1549,7 @@ NAME="AEN16939"
><A
NAME="XMLXPTRNEWRANGENODEOBJECT"
></A
>&#62;xmlXPtrNewRangeNodeObject ()</H3
>xmlXPtrNewRangeNodeObject ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1656,7 +1656,7 @@ NAME="AEN16965"
><A
NAME="XMLXPTRNEWCOLLAPSEDRANGE"
></A
>&#62;xmlXPtrNewCollapsedRange ()</H3
>xmlXPtrNewCollapsedRange ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1742,7 +1742,7 @@ NAME="AEN16986"
><A
NAME="XMLXPTRLOCATIONSETADD"
></A
>&#62;xmlXPtrLocationSetAdd ()</H3
>xmlXPtrLocationSetAdd ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1837,7 +1837,7 @@ NAME="AEN17008"
><A
NAME="XMLXPTRWRAPLOCATIONSET"
></A
>&#62;xmlXPtrWrapLocationSet ()</H3
>xmlXPtrWrapLocationSet ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -1928,7 +1928,7 @@ NAME="AEN17030"
><A
NAME="XMLXPTRLOCATIONSETDEL"
></A
>&#62;xmlXPtrLocationSetDel ()</H3
>xmlXPtrLocationSetDel ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2017,7 +2017,7 @@ NAME="AEN17051"
><A
NAME="XMLXPTRLOCATIONSETREMOVE"
></A
>&#62;xmlXPtrLocationSetRemove ()</H3
>xmlXPtrLocationSetRemove ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2103,7 +2103,7 @@ NAME="AEN17071"
><A
NAME="XMLXPTRNEWCONTEXT"
></A
>&#62;xmlXPtrNewContext ()</H3
>xmlXPtrNewContext ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2200,7 +2200,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the element from which a user or program initiated traversal of
the link, or NULL.</TD
the link, or NULL.</TD
></TR
><TR
><TD
@ -2232,7 +2232,7 @@ NAME="AEN17102"
><A
NAME="XMLXPTREVAL"
></A
>&#62;xmlXPtrEval ()</H3
>xmlXPtrEval ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2323,7 +2323,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the xmlXPathObjectPtr resulting from the evaluation or NULL.
the caller has to free the object.</TD
the caller has to free the object.</TD
></TR
></TBODY
></TABLE
@ -2340,7 +2340,7 @@ NAME="AEN17128"
><A
NAME="XMLXPTRRANGETOFUNCTION"
></A
>&#62;xmlXPtrRangeToFunction ()</H3
>xmlXPtrRangeToFunction ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2429,7 +2429,7 @@ NAME="AEN17149"
><A
NAME="XMLXPTRBUILDNODELIST"
></A
>&#62;xmlXPtrBuildNodeList ()</H3
>xmlXPtrBuildNodeList ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2500,7 +2500,7 @@ WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>an xmlNodePtr list or NULL.
the caller has to free the node tree.</TD
the caller has to free the node tree.</TD
></TR
></TBODY
></TABLE
@ -2517,7 +2517,7 @@ NAME="AEN17170"
><A
NAME="XMLXPTREVALRANGEPREDICATE"
></A
>&#62;xmlXPtrEvalRangePredicate ()</H3
>xmlXPtrEvalRangePredicate ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@ -2536,7 +2536,7 @@ HREF="libxml-xpath.html#XMLXPATHPARSERCONTEXTPTR"
></TABLE
><P
>[8] Predicate ::= '[' PredicateExpr ']'
[9] PredicateExpr ::= Expr </P
[9] PredicateExpr ::= Expr </P
><P
>Evaluate a predicate as in <A
HREF="libxml-xpath.html#XMLXPATHEVALPREDICATE"

View File

@ -99,8 +99,8 @@ languages:</p>
<li>XML Base: <a href="http://www.w3.org/TR/xmlbase/">http://www.w3.org/TR/xmlbase/</a>
</li>
<li>
<a href="http://www.cis.ohio-state.edu/rfc/rfc2396.txt">RFC 2396</a>
: Uniform Resource Identifiers <a href="http://www.ietf.org/rfc/rfc2396.txt">http://www.ietf.org/rfc/rfc2396.txt</a>
<a href="http://www.cis.ohio-state.edu/rfc/rfc2396.txt">RFC 2396</a> :
Uniform Resource Identifiers <a href="http://www.ietf.org/rfc/rfc2396.txt">http://www.ietf.org/rfc/rfc2396.txt</a>
</li>
<li>XML Path Language (XPath) 1.0: <a href="http://www.w3.org/TR/xpath">http://www.w3.org/TR/xpath</a>
</li>
@ -127,11 +127,11 @@ specification but don't claim to implement them:</p>
it doesn't implement the API itself, gdome2 does this in top of
libxml2</li>
<li>
<a href="http://www.cis.ohio-state.edu/rfc/rfc959.txt">RFC 959</a>
: libxml implements a basic FTP client code</li>
<a href="http://www.cis.ohio-state.edu/rfc/rfc959.txt">RFC 959</a> :
libxml implements a basic FTP client code</li>
<li>
<a href="http://www.cis.ohio-state.edu/rfc/rfc1945.txt">RFC 1945</a>
: HTTP/1.0, again a basic HTTP client code</li>
<a href="http://www.cis.ohio-state.edu/rfc/rfc1945.txt">RFC 1945</a> :
HTTP/1.0, again a basic HTTP client code</li>
<li>SAX: a minimal SAX implementation compatible with early expat
versions</li>
<li>DocBook SGML v4: libxml2 includes a hackish parser to transition to
@ -143,12 +143,11 @@ MacOs, MacOsX, RISC Os, OS/2, VMS, QNX, MVS, ...)</p>
<p>Separate documents:</p>
<ul>
<li>
<a href="http://xmlsoft.org/XSLT/">the libxslt page</a>
providing an implementation of XSLT 1.0 and extensions on top of
libxml2</li>
<a href="http://xmlsoft.org/XSLT/">the libxslt page</a> providing an
implementation of XSLT 1.0 and extensions on top of libxml2</li>
<li>
<a href="http://www.cs.unibo.it/~casarini/gdome2/">the gdome2 page</a>
: a standard DOM2 implementation based on libxml2</li>
: a standard DOM2 implementation based on libxml2</li>
</ul>
<p><a href="bugs.html">Daniel Veillard</a></p>
</td></tr></table></td></tr></table></td></tr></table></td>

View File

@ -690,6 +690,11 @@
<exports symbol='htmlDocContentDumpOutput'/>
<exports symbol='htmlDocContentDumpFormatOutput'/>
</file>
<file name='c14n'>
<exports symbol='xmlC14NDocSaveTo'/>
<exports symbol='xmlC14NDocDumpMemory'/>
<exports symbol='xmlC14NDocSave'/>
</file>
<file name='xpathInternals'>
<exports symbol='xmlXPathSetError'/>
<exports symbol='xmlXPathSetArityError'/>
@ -1094,6 +1099,7 @@
<exports symbol='LIBXML_FTP_ENABLED'/>
<exports symbol='LIBXML_HTTP_ENABLED'/>
<exports symbol='LIBXML_HTML_ENABLED'/>
<exports symbol='LIBXML_C14N_ENABLED'/>
<exports symbol='LIBXML_CATALOG_ENABLED'/>
<exports symbol='LIBXML_DOCB_ENABLED'/>
<exports symbol='LIBXML_XPATH_ENABLED'/>
@ -1336,6 +1342,9 @@
<info>Macro to check the following production in the XML spec </info>
<arg name='c' info='an UNICODE value (int) '/>
</macro>
<macro name='LIBXML_C14N_ENABLED' file='xmlversion'>
<info>Whether the Canonicalization support is configured in</info>
</macro>
<macro name='LIBXML_CATALOG_ENABLED' file='xmlversion'>
<info>Whether the Catalog support is configured in</info>
</macro>
@ -1972,7 +1981,7 @@
<arg name='attrib' type='const char *' info='the attribute string '/>
<arg name='owner' type='const char *' info='the owner string '/>
<arg name='group' type='const char *' info='the group string '/>
<arg name='size' type='unsigned long'/>
<arg name='size' type='unsigned long' info='the file size '/>
<arg name='links' type='int' info='the link count '/>
<arg name='year' type='int' info='the year '/>
<arg name='month' type='const char *' info='the month '/>
@ -2836,6 +2845,37 @@
<arg name='URI' type='const xmlChar *' info='the URI instance found in the document '/>
<arg name='base' type='const xmlChar *' info='the base value '/>
</function>
<function name='xmlC14NDocDumpMemory' file='c14n'>
<info>Dumps the canonized image of given XML document into memory. For details see &quot;Canonical XML&quot; (http://www.w3.org/TR/xml-c14n) or &quot;Exclusive XML Canonicalization&quot; (http://www.w3.org/TR/xml-exc-c14n)</info>
<return type='int' info='the number of bytes written on success or a negative value on fail '/>
<arg name='doc' type='xmlDocPtr' info=' the XML document for canonization '/>
<arg name='nodes' type='xmlNodeSetPtr' info=' the nodes set to be included in the canonized image or NULL if all document nodes should be included '/>
<arg name='exclusive' type='int' info='inclusive_ns_prefixe the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise) '/>
<arg name='inclusive_ns_prefixes' type='xmlChar **'/>
<arg name='with_comments' type='int' info=' include comments in the result (!=0) or not (==0) '/>
<arg name='doc_txt_ptr' type='xmlChar **' info=' the memory pointer for allocated canonical XML text; the caller of this functions is responsible for calling xmlFree() to free allocated memory '/>
</function>
<function name='xmlC14NDocSave' file='c14n'>
<info>Dumps the canonized image of given XML document into the file. For details see &quot;Canonical XML&quot; (http://www.w3.org/TR/xml-c14n) or &quot;Exclusive XML Canonicalization&quot; (http://www.w3.org/TR/xml-exc-c14n)</info>
<return type='int' info='the number of bytes written success or a negative value on fail '/>
<arg name='doc' type='xmlDocPtr' info=' the XML document for canonization '/>
<arg name='nodes' type='xmlNodeSetPtr' info=' the nodes set to be included in the canonized image or NULL if all document nodes should be included '/>
<arg name='exclusive' type='int' info='inclusive_ns_prefixe the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise) '/>
<arg name='inclusive_ns_prefixes' type='xmlChar **'/>
<arg name='with_comments' type='int' info=' include comments in the result (!=0) or not (==0) '/>
<arg name='filename' type='const char*' info=' the filename to store canonical XML image '/>
<arg name='compression' type='int' info=' the compression level (zlib requred): -1 - libxml default, 0 - uncompressed, &gt;0 - compression level '/>
</function>
<function name='xmlC14NDocSaveTo' file='c14n'>
<info>Dumps the canonized image of given XML document into the provided buffer. For details see &quot;Canonical XML&quot; (http://www.w3.org/TR/xml-c14n) or &quot;Exclusive XML Canonicalization&quot; (http://www.w3.org/TR/xml-exc-c14n)</info>
<return type='int' info='non-negative value on success or a negative value on fail '/>
<arg name='doc' type='xmlDocPtr' info=' the XML document for canonization '/>
<arg name='nodes' type='xmlNodeSetPtr' info=' the nodes set to be included in the canonized image or NULL if all document nodes should be included '/>
<arg name='exclusive' type='int' info='inclusive_ns_prefixe the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise) '/>
<arg name='inclusive_ns_prefixes' type='xmlChar **'/>
<arg name='with_comments' type='int' info=' include comments in the result (!=0) or not (==0) '/>
<arg name='buf' type='xmlOutputBufferPtr' info=' the output buffer to store canonical XML; this buffer MUST have encoder==NULL because C14N requires UTF-8 output '/>
</function>
<struct name='xmlCatalog' file='catalog'/>
<function name='xmlCatalogAdd' file='catalog'>
<info>Add an entry in the catalog, it may overwrite existing but different entries. If called before any other catalog routine, allows to override the default shared catalog put in place by xmlInitializeCatalog();</info>
@ -3623,7 +3663,7 @@
<arg name='' type='...'/>
</functype>
<function name='xmlGetBufferAllocationScheme' file='tree'>
<info>Types are XML_BUFFER_ALLOC_EXACT - use exact sizes, keeps memory usage down XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed, improves performance</info>
<info>Types are XML_BUFFER_ALLOC_EXACT - use exact sizes, keeps memory usage down XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed, improves performance</info>
<return type='xmlBufferAllocationScheme' info='the current allocation scheme '/>
</function>
<function name='xmlGetCharEncodingHandler' file='encoding'>
@ -4100,7 +4140,7 @@
<arg name='c' type='int' info='an unicode character (int) '/>
</function>
<function name='xmlIsExtender' file='parserInternals'>
<info>Check whether the character is allowed by the production [89] Extender ::= x00B7 | x02D0 | x02D1 | x0387 | x0640 | x0E46 | x0EC6 | x3005 | [x3031-x3035] | [x309D-x309E] | [x30FC-x30FE]</info>
<info>Check whether the character is allowed by the production [89] Extender ::= x00B7 | x02D0 | x02D1 | x0387 | x0640 | x0E46 | x0EC6 | x3005 | [x3031-x3035] | [x309D-x309E] | [x30FC-x30FE]</info>
<return type='int' info='0 if not, non-zero otherwise '/>
<arg name='c' type='int' info='an unicode character (int) '/>
</function>
@ -5195,12 +5235,12 @@
</function>
<function name='xmlParseElementChildrenContentD' file='parserInternals'>
<info>VMS version of xmlParseElementChildrenContentDecl()</info>
<return type='xmlElementContentPtr' info='the tree of xmlElementContentPtr describing the element hierarchy. '/>
<return type='xmlElementContentPtr' info='the tree of xmlElementContentPtr describing the element hierarchy. '/>
<arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context '/>
</function>
<function name='xmlParseElementChildrenContentDecl' file='parserInternals'>
<info>parse the declaration for a Mixed Element content The leading &apos;(&apos; and spaces have been skipped in xmlParseElementContentDecl </info>
<return type='xmlElementContentPtr' info='the tree of xmlElementContentPtr describing the element hierarchy. '/>
<return type='xmlElementContentPtr' info='the tree of xmlElementContentPtr describing the element hierarchy. '/>
<arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context '/>
<arg name='inputchk' type='xmlParserInputPtr'/>
</function>
@ -5862,7 +5902,7 @@
<arg name='href' type='const xmlChar *' info='the namespace value '/>
</function>
<function name='xmlSetBufferAllocationScheme' file='tree'>
<info>Set the buffer allocation method. Types are XML_BUFFER_ALLOC_EXACT - use exact sizes, keeps memory usage down XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed, improves performance</info>
<info>Set the buffer allocation method. Types are XML_BUFFER_ALLOC_EXACT - use exact sizes, keeps memory usage down XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed, improves performance</info>
<return type='void'/>
<arg name='scheme' type='xmlBufferAllocationScheme' info='allocation method to use '/>
</function>
@ -6896,7 +6936,7 @@
</function>
<function name='xmlXPathNewContext' file='xpath'>
<info>Create a new xmlXPathContext</info>
<return type='xmlXPathContextPtr' info='the xmlXPathContext just allocated. '/>
<return type='xmlXPathContextPtr' info='the xmlXPathContext just allocated. The caller will need to free it. '/>
<arg name='doc' type='xmlDocPtr' info='the XML document '/>
</function>
<function name='xmlXPathNewFloat' file='xpathInternals'>
@ -7503,7 +7543,7 @@
<return type='xmlXPathContextPtr' info='the xmlXPathContext just allocated. '/>
<arg name='doc' type='xmlDocPtr' info='the XML document '/>
<arg name='here' type='xmlNodePtr' info='the node that directly contains the XPointer being evaluated or NULL '/>
<arg name='origin' type='xmlNodePtr' info='the element from which a user or program initiated traversal of the link, or NULL. '/>
<arg name='origin' type='xmlNodePtr' info='the element from which a user or program initiated traversal of the link, or NULL. '/>
</function>
<function name='xmlXPtrNewLocationSetNodeSet' file='xpointer'>
<info>Create a new xmlXPathObjectPtr of type LocationSet and initialize it with all the nodes from set</info>

View File

@ -29,6 +29,7 @@
<reference name='IS_IDEOGRAPHIC' href='html/libxml-parserinternals.html#IS-IDEOGRAPHIC-CAPS'/>
<reference name='IS_LETTER' href='html/libxml-parserinternals.html#IS-LETTER-CAPS'/>
<reference name='IS_PUBIDCHAR' href='html/libxml-parserinternals.html#IS-PUBIDCHAR-CAPS'/>
<reference name='LIBXML_C14N_ENABLED' href='html/libxml-xmlversion.html#LIBXML-C14N-ENABLED-CAPS'/>
<reference name='LIBXML_CATALOG_ENABLED' href='html/libxml-xmlversion.html#LIBXML-CATALOG-ENABLED-CAPS'/>
<reference name='LIBXML_DEBUG_ENABLED' href='html/libxml-xmlversion.html#LIBXML-DEBUG-ENABLED-CAPS'/>
<reference name='LIBXML_DLL_IMPORT' href='html/libxml-xmlversion.html#LIBXML-DLL-IMPORT-CAPS'/>
@ -302,6 +303,9 @@
<reference name='xmlBufferWriteQuotedString' href='html/libxml-tree.html#XMLBUFFERWRITEQUOTEDSTRING'/>
<reference name='xmlBufferWriteXmlCHAR' href='html/libxml-tree.html#XMLBUFFERWRITEXMLCHAR'/>
<reference name='xmlBuildURI' href='html/libxml-uri.html#XMLBUILDURI'/>
<reference name='xmlC14NDocDumpMemory' href='html/libxml-c14n.html#XMLC14NDOCDUMPMEMORY'/>
<reference name='xmlC14NDocSave' href='html/libxml-c14n.html#XMLC14NDOCSAVE'/>
<reference name='xmlC14NDocSaveTo' href='html/libxml-c14n.html#XMLC14NDOCSAVETO'/>
<reference name='xmlCatalog' href='html/libxml-catalog.html#XMLCATALOG'/>
<reference name='xmlCatalogAdd' href='html/libxml-catalog.html#XMLCATALOGADD'/>
<reference name='xmlCatalogAddLocal' href='html/libxml-catalog.html#XMLCATALOGADDLOCAL'/>
@ -1248,6 +1252,7 @@
<ref name='IS_PUBIDCHAR'/>
</letter>
<letter name='L'>
<ref name='LIBXML_C14N_ENABLED'/>
<ref name='LIBXML_CATALOG_ENABLED'/>
<ref name='LIBXML_DEBUG_ENABLED'/>
<ref name='LIBXML_DLL_IMPORT'/>
@ -1569,6 +1574,9 @@
<ref name='xmlBufferWriteQuotedString'/>
<ref name='xmlBufferWriteXmlCHAR'/>
<ref name='xmlBuildURI'/>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlCatalog'/>
<ref name='xmlCatalogAdd'/>
<ref name='xmlCatalogAddLocal'/>
@ -3017,6 +3025,9 @@
<type name='const char **'>
<ref name='xmlGetFeaturesList'/>
</type>
<type name='const char*'>
<ref name='xmlC14NDocSave'/>
</type>
<type name='const unsigned char *'>
<ref name='docbEncodeEntities'/>
<ref name='UTF8ToHtml'/>
@ -3791,6 +3802,10 @@
<ref name='xmlDocDumpMemoryEnc'/>
<ref name='xmlDocDumpFormatMemoryEnc'/>
<ref name='xmlSplitQName2'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
</type>
<type name='xmlCharEncoding'>
<ref name='docbCreatePushParserCtxt'/>
@ -3922,6 +3937,9 @@
<ref name='xmlXIncludeProcess'/>
<ref name='xmlXPathNewContext'/>
<ref name='xmlXPtrNewContext'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
</type>
<type name='xmlDtdPtr'>
<ref name='xmlDebugDumpDTD'/>
@ -4324,6 +4342,9 @@
<ref name='xmlXPathNewNodeSetList'/>
<ref name='xmlXPathWrapNodeSet'/>
<ref name='xmlXPtrNewLocationSetNodeSet'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
</type>
<type name='xmlNotationPtr'>
<ref name='xmlDumpNotationDecl'/>
@ -4360,6 +4381,7 @@
<ref name='xmlOutputBufferWriteString'/>
<ref name='xmlOutputBufferFlush'/>
<ref name='xmlOutputBufferClose'/>
<ref name='xmlC14NDocSaveTo'/>
</type>
<type name='xmlOutputCloseCallback'>
<ref name='xmlOutputBufferCreateIO'/>
@ -4836,6 +4858,11 @@
<ref name='htmlDefaultSAXHandlerInit'/>
<ref name='docbDefaultSAXHandlerInit'/>
</file>
<file name='c14n'>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
</file>
<file name='catalog'>
<ref name='XML_CATALOGS_NAMESPACE'/>
<ref name='XML_CATALOG_PI'/>
@ -5709,6 +5736,7 @@
<ref name='LIBXML_FTP_ENABLED'/>
<ref name='LIBXML_HTTP_ENABLED'/>
<ref name='LIBXML_HTML_ENABLED'/>
<ref name='LIBXML_C14N_ENABLED'/>
<ref name='LIBXML_CATALOG_ENABLED'/>
<ref name='LIBXML_DOCB_ENABLED'/>
<ref name='LIBXML_XPATH_ENABLED'/>
@ -6140,6 +6168,9 @@
</word>
</letter>
<letter name='C'>
<word name='C14N'>
<ref name='xmlC14NDocSaveTo'/>
</word>
<word name='CATALOG'>
<ref name='xmlLoadACatalog'/>
<ref name='xmlLoadCatalog'/>
@ -6192,6 +6223,17 @@
<ref name='xmlCleanupParser'/>
<ref name='xmlRegisterHTTPPostCallbacks'/>
</word>
<word name='Canonical'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
</word>
<word name='Canonicalization'>
<ref name='LIBXML_C14N_ENABLED'/>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
</word>
<word name='Carl'>
<ref name='xmlURIEscape'/>
</word>
@ -6608,6 +6650,9 @@
</word>
<word name='Dumps'>
<ref name='xmlBufferDump'/>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlDebugDumpAttr'/>
<ref name='xmlDebugDumpAttrList'/>
<ref name='xmlDebugDumpDTD'/>
@ -6735,6 +6780,11 @@
<ref name='setDocumentLocator'/>
<ref name='setDocumentLocatorSAXFunc'/>
</word>
<word name='Exclusive'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
</word>
<word name='Existing'>
<ref name='xmlAddEncodingAlias'/>
<ref name='xmlHashRemoveEntry'/>
@ -6867,6 +6917,9 @@
<word name='For'>
<ref name='LIBXML_DLL_IMPORT'/>
<ref name='xmlBufferWriteXmlCHAR'/>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlParseComment'/>
<ref name='xmlXPathSubstringAfterFunction'/>
<ref name='xmlXPathSubstringBeforeFunction'/>
@ -7238,6 +7291,9 @@
<word name='META'>
<ref name='htmlSetMetaEncoding'/>
</word>
<word name='MUST'>
<ref name='xmlC14NDocSaveTo'/>
</word>
<word name='Macro'>
<ref name='ATTRIBUTE_UNUSED'/>
<ref name='BAD_CAST'/>
@ -8186,6 +8242,7 @@
</word>
<word name='Whether'>
<ref name='DEBUG_MEMORY_LOCATION'/>
<ref name='LIBXML_C14N_ENABLED'/>
<ref name='LIBXML_CATALOG_ENABLED'/>
<ref name='LIBXML_DEBUG_ENABLED'/>
<ref name='LIBXML_DOCB_ENABLED'/>
@ -8889,6 +8946,7 @@
<ref name='xmlSubstituteEntitiesDefault'/>
</word>
<word name='because'>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlXPathTranslateFunction'/>
</word>
<word name='becomes'>
@ -9218,6 +9276,7 @@
</word>
<word name='calling'>
<ref name='XML_GET_LINE'/>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlGetLineNo'/>
<ref name='xmlXPathAddValues'/>
<ref name='xmlXPathDivValues'/>
@ -9260,8 +9319,26 @@
<ref name='xmlSetupParserForBuffer'/>
</word>
<word name='canonical'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlGetCharEncodingName'/>
</word>
<word name='canonicalization'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
</word>
<word name='canonization'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
</word>
<word name='canonized'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
</word>
<word name='capable'>
<ref name='xmlCheckUTF8'/>
</word>
@ -9569,6 +9646,9 @@
<ref name='xmlParseComment'/>
</word>
<word name='comments'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlDocGetRootElement'/>
<ref name='xmlDocSetRootElement'/>
<ref name='xmlParseComment'/>
@ -9683,6 +9763,7 @@
<ref name='xmlSAXUserParseFile'/>
</word>
<word name='compression'>
<ref name='xmlC14NDocSave'/>
<ref name='xmlGetCompressMode'/>
<ref name='xmlGetDocCompressMode'/>
<ref name='xmlIOHTTPOpenW'/>
@ -9710,6 +9791,7 @@
<word name='configured'>
<ref name='DEBUG_MEMORY'/>
<ref name='DEBUG_MEMORY_LOCATION'/>
<ref name='LIBXML_C14N_ENABLED'/>
<ref name='LIBXML_CATALOG_ENABLED'/>
<ref name='LIBXML_DEBUG_ENABLED'/>
<ref name='LIBXML_DOCB_ENABLED'/>
@ -10289,6 +10371,11 @@
<ref name='xmlAddNextSibling'/>
<ref name='xmlAddPrevSibling'/>
</word>
<word name='details'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
</word>
<word name='detect'>
<ref name='xmlInputMatchCallback'/>
<ref name='xmlKeepBlanksDefault'/>
@ -10653,6 +10740,9 @@
<ref name='xmlCharEncOutFunc'/>
<ref name='xmlCharEncodingOutputFunc'/>
</word>
<word name='encoder==NULL'>
<ref name='xmlC14NDocSaveTo'/>
</word>
<word name='encodings'>
<ref name='xmlCharEncoding'/>
</word>
@ -10665,6 +10755,9 @@
<ref name='xmlParseReference'/>
</word>
<word name='ended'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlCleanupThreads'/>
</word>
<word name='ending'>
@ -10858,6 +10951,11 @@
<ref name='xmlXPathNextFollowing'/>
<ref name='xmlXPathNextPreceding'/>
</word>
<word name='exclusive'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
</word>
<word name='exist'>
<ref name='xmlXPtrLocationSetAdd'/>
</word>
@ -10921,6 +11019,9 @@
<chunk name='chunk11'>
<letter name='f'>
<word name='fail'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlShellPrintXPathError'/>
</word>
<word name='failed'>
@ -11222,6 +11323,7 @@
<ref name='xmlXPathNodeSetItem'/>
</word>
<word name='functions'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlMemGet'/>
<ref name='xmlMemSetup'/>
<ref name='xmlShellCmd'/>
@ -11415,6 +11517,7 @@
<word name='have'>
<ref name='INPUT_CHUNK'/>
<ref name='htmlParseEntityRef'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlIsID'/>
<ref name='xmlIsRef'/>
<ref name='xmlKeepBlanksDefaultValue'/>
@ -11522,6 +11625,9 @@
</word>
<word name='http:'>
<ref name='getSystemId'/>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlGetCharEncodingName'/>
<ref name='xmlNanoHTTPScanProxy'/>
<ref name='xmlXPathIsInf'/>
@ -11545,9 +11651,19 @@
<word name='ignorableWhitespace'>
<ref name='xmlKeepBlanksDefault'/>
</word>
<word name='ignored'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
</word>
<word name='ignoring'>
<ref name='xmlURIEscapeStr'/>
</word>
<word name='image'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
</word>
<word name='imbrication'>
<ref name='xmlNodeDump'/>
<ref name='xmlNodeDumpOutput'/>
@ -11622,10 +11738,16 @@
<ref name='xmlNanoHTTPSave'/>
</word>
<word name='include'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlCheckVersion'/>
<ref name='xmlListMerge'/>
</word>
<word name='included'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlFreeDoc'/>
</word>
<word name='includes'>
@ -11641,6 +11763,16 @@
<ref name='startElementSAXFunc'/>
<ref name='xmlXPathStringFunction'/>
</word>
<word name='inclusive'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
</word>
<word name='inclusive_ns_prefixe'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
</word>
<word name='incompatible'>
<ref name='xmlXPathContext'/>
</word>
@ -11951,6 +12083,9 @@
<ref name='xmlAddChild'/>
<ref name='xmlAddNextSibling'/>
<ref name='xmlAddPrevSibling'/>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlCharEncFirstLine'/>
<ref name='xmlCharEncInFunc'/>
<ref name='xmlCharEncOutFunc'/>
@ -12164,6 +12299,7 @@
<ref name='xmlXPathSubstringFunction'/>
</word>
<word name='level'>
<ref name='xmlC14NDocSave'/>
<ref name='xmlCatalogSetDebug'/>
<ref name='xmlDebugDumpAttr'/>
<ref name='xmlDebugDumpAttrList'/>
@ -12202,6 +12338,7 @@
<ref name='DEBUG_MEMORY'/>
<ref name='LIBXML_DLL_IMPORT'/>
<ref name='LIBXML_TEST_VERSION'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlFree'/>
<ref name='xmlMemSetup'/>
<ref name='xmlRegisterHTTPPostCallbacks'/>
@ -12712,6 +12849,9 @@
<ref name='xmlXPathNamespaceURIFunction'/>
</word>
<word name='namespaces'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlCopyDoc'/>
<ref name='xmlFreeNsList'/>
<ref name='xmlReconciliateNs'/>
@ -12743,6 +12883,7 @@
<ref name='xmlNewChild'/>
<ref name='xmlNewDocNode'/>
<ref name='xmlXPathContext'/>
<ref name='xmlXPathNewContext'/>
</word>
<word name='needed'>
<ref name='xmlGetBufferAllocationScheme'/>
@ -12771,6 +12912,9 @@
<ref name='xmlStrstr'/>
</word>
<word name='negative'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlShellCmd'/>
<ref name='xmlXPathBooleanFunction'/>
<ref name='xmlXPathCeilingFunction'/>
@ -12851,6 +12995,9 @@
<word name='non-empty'>
<ref name='xmlXPathBooleanFunction'/>
</word>
<word name='non-negative'>
<ref name='xmlC14NDocSaveTo'/>
</word>
<word name='non-normative'>
<ref name='xmlDetectCharEncoding'/>
</word>
@ -13090,6 +13237,9 @@
<ref name='XML_GET_LINE'/>
<ref name='ftpListCallback'/>
<ref name='xmlBufferWriteXmlCHAR'/>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlCharEncFirstLine'/>
<ref name='xmlIsBlankNode'/>
<ref name='xmlKeepBlanksDefault'/>
@ -13190,6 +13340,9 @@
<ref name='xmlListDataCompare'/>
</word>
<word name='org'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlGetCharEncodingName'/>
</word>
<word name='oriented'>
@ -13606,6 +13759,11 @@
<ref name='xmlXPathNsLookup'/>
<ref name='xmlXPathRegisterNs'/>
</word>
<word name='prefixes'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
</word>
<word name='prepend'>
<ref name='xmlValidGetValidElements'/>
</word>
@ -13845,6 +14003,7 @@
<ref name='htmlParseFile'/>
<ref name='htmlSAXParseDoc'/>
<ref name='htmlSAXParseFile'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlCreateEntityParserCtxt'/>
<ref name='xmlCreateFileParserCtxt'/>
<ref name='xmlHashFree'/>
@ -14359,8 +14518,12 @@
<ref name='xmlXPathStringFunction'/>
</word>
<word name='requires'>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlGetLineNo'/>
</word>
<word name='requred'>
<ref name='xmlC14NDocSave'/>
</word>
<word name='reserved'>
<ref name='xmlURIEscapeStr'/>
</word>
@ -14436,6 +14599,9 @@
<ref name='xmlNanoFTPCheckResponse'/>
<ref name='xmlNanoFTPGetResponse'/>
</word>
<word name='responsible'>
<ref name='xmlC14NDocDumpMemory'/>
</word>
<word name='restrict'>
<ref name='xmlParseExternalID'/>
</word>
@ -14735,6 +14901,9 @@
<ref name='xmlNodeGetBase'/>
</word>
<word name='see'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlIsBaseChar'/>
<ref name='xmlIsCombining'/>
<ref name='xmlIsDigit'/>
@ -15186,6 +15355,8 @@
<ref name='htmlEncodeEntities'/>
<ref name='htmlParseEntityRef'/>
<ref name='isolat1ToUTF8'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlCharEncodingInputFunc'/>
<ref name='xmlCharEncodingOutputFunc'/>
<ref name='xmlGetFeature'/>
@ -15410,6 +15581,9 @@
<word name='success'>
<ref name='htmlSetMetaEncoding'/>
<ref name='xmlAddEncodingAlias'/>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlCharEncCloseFunc'/>
<ref name='xmlCharEncFirstLine'/>
<ref name='xmlCharEncInFunc'/>
@ -15632,6 +15806,9 @@
<ref name='xmlAddChild'/>
<ref name='xmlAddNextSibling'/>
<ref name='xmlAddPrevSibling'/>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlEnumeration'/>
<ref name='xmlGenericErrorFunc'/>
<ref name='xmlNanoFTPCheckResponse'/>
@ -15949,6 +16126,7 @@
<ref name='xmlXPathValueFlipSign'/>
</word>
<word name='uncompressed'>
<ref name='xmlC14NDocSave'/>
<ref name='xmlGetCompressMode'/>
<ref name='xmlGetDocCompressMode'/>
<ref name='xmlSetCompressMode'/>
@ -16552,6 +16730,8 @@
<ref name='htmlSaveFileEnc'/>
<ref name='htmlSaveFileFormat'/>
<ref name='xmlBufferDump'/>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlCharEncFirstLine'/>
<ref name='xmlCharEncInFunc'/>
<ref name='xmlCharEncOutFunc'/>
@ -16573,9 +16753,14 @@
</word>
<word name='www'>
<ref name='getSystemId'/>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
<ref name='xmlGetCharEncodingName'/>
</word>
</letter>
</chunk>
<chunk name='chunk22'>
<letter name='x'>
<word name='x00B7'>
<ref name='xmlIsExtender'/>
@ -16638,6 +16823,16 @@
<word name='xml'>
<ref name='xmlSetEntityReferenceFunc'/>
</word>
<word name='xml-c14n'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
</word>
<word name='xml-exc-c14n'>
<ref name='xmlC14NDocDumpMemory'/>
<ref name='xmlC14NDocSave'/>
<ref name='xmlC14NDocSaveTo'/>
</word>
<word name='xml:'>
<ref name='XML_XML_NAMESPACE'/>
</word>
@ -16758,6 +16953,9 @@
<word name='xmlExternalEntityLoader'>
<ref name='xmlGetExternalEntityLoader'/>
</word>
<word name='xmlFree'>
<ref name='xmlC14NDocDumpMemory'/>
</word>
<word name='xmlFreeMutex'>
<ref name='xmlFreeMutex'/>
</word>
@ -17063,7 +17261,7 @@
</word>
</letter>
</chunk>
<chunk name='chunk22'>
<chunk name='chunk23'>
<letter name='y'>
<word name='year'>
<ref name='ftpListCallback'/>
@ -17099,6 +17297,9 @@
<word name='zeros'>
<ref name='xmlXPathStringFunction'/>
</word>
<word name='zlib'>
<ref name='xmlC14NDocSave'/>
</word>
</letter>
</chunk>
<chunks>
@ -17123,7 +17324,8 @@
<chunk name='chunk18' start='s' end='s'/>
<chunk name='chunk19' start='t' end='t'/>
<chunk name='chunk20' start='u' end='v'/>
<chunk name='chunk21' start='w' end='x'/>
<chunk name='chunk21' start='w' end='w'/>
<chunk name='chunk22' start='x' end='x'/>
</chunks>
</index>
</apirefs>

View File

@ -87,13 +87,15 @@ A:link, A:visited, A:active { text-decoration: underline }
for a really accurate description</h3>
<p>Items floating around but not actively worked on, get in touch with me if
you want to test those</p>
<ul><li>Finishing up <a href="http://www.w3.org/TR/xptr">XPointer</a> and <a href="http://www.w3.org/TR/xinclude">XInclude</a>
</li></ul>
<h3>2.4.17: Mar 8 2002</h3>
<ul>
<li>Implementing <a href="http://xmlsoft.org/XSLT">XSLT</a>, this is done
as a separate C library on top of libxml called libxslt</li>
<li>Finishing up <a href="http://www.w3.org/TR/xptr">XPointer</a> and <a href="http://www.w3.org/TR/xinclude">XInclude</a>
</li>
<li>(seeems working but delayed from release) parsing/import of Docbook
SGML docs</li>
<li>a lot of bug fixes, including &quot;namespace nodes have no parents in
XPath&quot;</li>
<li>fixed/improved the Python wrappers, added more examples and more
regression tests, XPath extension functions can now return node-sets</li>
<li>added the XML Canonalization support from Aleksey Sanin</li>
</ul>
<h3>2.4.16: Feb 20 2002</h3>
<ul>

View File

@ -90,8 +90,8 @@ order to get updates to this list or to discuss the specific topic of libxml2
or libxslt wrappers or bindings:</p>
<ul>
<li>
<a href="mailto:ari@lusis.org">Ari Johnson</a>
provides a C++ wrapper for libxml:<br>
<a href="mailto:ari@lusis.org">Ari Johnson</a> provides a C++ wrapper
for libxml:<br>
Website: <a href="http://lusis.org/~ari/xml++/">http://lusis.org/~ari/xml++/</a><br>
Download: <a href="http://lusis.org/~ari/xml++/libxml++.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a>
</li>
@ -99,46 +99,41 @@ or libxslt wrappers or bindings:</p>
based on the gdome2 </a>bindings maintained by Tobias Peters.</li>
<li>
<a href="http://mail.gnome.org/archives/xml/2001-March/msg00014.html">Matt
Sergeant</a>
developped <a href="http://axkit.org/download/">XML::LibXSLT</a>, a perl
wrapper for libxml2/libxslt as part of the <a href="http://axkit.com/">AxKit XML application server</a>
Sergeant</a> developped <a href="http://axkit.org/download/">XML::LibXSLT</a>, a perl wrapper for
libxml2/libxslt as part of the <a href="http://axkit.com/">AxKit XML
application server</a>
</li>
<li>
<a href="mailto:dkuhlman@cutter.rexx.com">Dave Kuhlman</a>
provides and earlier version of the libxml/libxslt <a href="http://www.rexx.com/~dkuhlman">wrappers for Python</a>
<a href="mailto:dkuhlman@cutter.rexx.com">Dave Kuhlman</a> provides and
earlier version of the libxml/libxslt <a href="http://www.rexx.com/~dkuhlman">wrappers for Python</a>
</li>
<li>Petr Kozelka provides <a href="http://sourceforge.net/projects/libxml2-pas">Pascal units to glue
libxml2</a> with Kylix, Delphi and other Pascal compilers</li>
<li>Wai-Sun &quot;Squidster&quot; Chia provides <a href="http://www.rubycolor.org/arc/redist/">bindings for Ruby</a> and
libxml2 bindings are also available in Ruby through the <a href="http://libgdome-ruby.berlios.de/">libgdome-ruby</a> module
maintained by Tobias Peters.</li>
<li>Steve Ball and contributors maintains
<a href="http://tclxml.sourceforge.net/">libxml2 and libxslt bindings for
<li>Steve Ball and contributors maintains <a href="http://tclxml.sourceforge.net/">libxml2 and libxslt bindings for
Tcl</a>
</li>
<li>There is support for libxml2 in the DOM module of PHP.
</li>
<li>There is support for libxml2 in the DOM module of PHP.</li>
</ul>
<p>The distribution includes a set of Python bindings, which are garanteed to
be maintained as part of the library in the future, though the Python
interface have not yet reached the maturity of the C API.</p>
<p>To install the Python bindings there are 2 options:
</p>
<p>To install the Python bindings there are 2 options:</p>
<ul>
<li> If you use an RPM based distribution, simply install the
<a href="http://rpmfind.net/linux/rpm2html/search.php?query=libxml2-python">libxml2-python RPM</a> (and if needed the
<a href="http://rpmfind.net/linux/rpm2html/search.php?query=libxslt-python">libxslt-python RPM</a>).
</li>
<li> Otherwise use the <a href="ftp://xmlsoft.org/python/">libxml2-python
module distribution</a> corresponding to your installed version of libxml2
and libxslt. Note that to install it you will need both libxml2 and libxslt
installed and run &quot;python setup.py build install&quot; in the module tree.
</li>
<li>If you use an RPM based distribution, simply install the <a href="http://rpmfind.net/linux/rpm2html/search.php?query=libxml2-python">libxml2-python
RPM</a> (and if needed the <a href="http://rpmfind.net/linux/rpm2html/search.php?query=libxslt-python">libxslt-python
RPM</a>).</li>
<li>Otherwise use the <a href="ftp://xmlsoft.org/python/">libxml2-python
module distribution</a> corresponding to your installed version of
libxml2 and libxslt. Note that to install it you will need both libxml2
and libxslt installed and run &quot;python setup.py build install&quot; in the
module tree.</li>
</ul>
<p>The distribution
includes a set of examples and regression tests for the python bindings in
the <code>python/tests</code> directory. Here are some excepts from those
tests:</p>
<p>The distribution includes a set of examples and regression tests for the
python bindings in the <code>python/tests</code> directory. Here are some
excepts from those tests:</p>
<h3>tst.py:</h3>
<p>This is a basic test of the file interface and DOM navigation:</p>
<pre>import libxml2
@ -162,22 +157,19 @@ prefix is removed and the casing convention are kept). All node seen at the
binding level share the same subset of accesors:</p>
<ul>
<li>
<code>name</code>
: returns the node name</li>
<code>name</code> : returns the node name</li>
<li>
<code>type</code>
: returns a string indicating the node typ<code>e</code>
<code>type</code> : returns a string indicating the node
typ<code>e</code>
</li>
<li>
<code>content</code>
: returns the content of the node, it is based on xmlNodeGetContent() and
hence is recursive.</li>
<code>content</code> : returns the content of the node, it is based on
xmlNodeGetContent() and hence is recursive.</li>
<li>
<code>parent</code>
, <code>children</code>, <code>last</code>, <code>next</code>,
<code>prev</code>, <code>doc</code>, <code>properties</code>: pointing to
the associated element in the tree, those may return None in case no such
link exists.</li>
<code>parent</code> , <code>children</code>, <code>last</code>,
<code>next</code>, <code>prev</code>, <code>doc</code>,
<code>properties</code>: pointing to the associated element in the tree,
those may return None in case no such link exists.</li>
</ul>
<p>Also note the need to explicitely deallocate documents with freeDoc() .
Reference counting for libxml2 trees would need quite a lot of work to
@ -352,8 +344,7 @@ evaluation point.</p>
<h3>Memory debugging:</h3>
<p>last but not least, all tests starts with the following prologue:</p>
<pre>#memory debug specific
libxml2.debugMemory(1)
</pre>
libxml2.debugMemory(1)</pre>
<p>and ends with the following epilogue:</p>
<pre>#memory debug specific
libxml2.cleanupParser()

View File

@ -3,7 +3,7 @@
<html>
<head>
<title>The XML C library for Gnome</title>
<meta name="GENERATOR" content="amaya V5.0">
<meta name="GENERATOR" content="amaya 5.1">
<meta http-equiv="Content-Type" content="text/html">
</head>
@ -32,8 +32,8 @@ languages:</p>
href="http://www.w3.org/TR/REC-xml-names/">http://www.w3.org/TR/REC-xml-names/</a></li>
<li>XML Base: <a
href="http://www.w3.org/TR/xmlbase/">http://www.w3.org/TR/xmlbase/</a></li>
<li><a href="http://www.cis.ohio-state.edu/rfc/rfc2396.txt">RFC 2396</a>
: Uniform Resource Identifiers <a
<li><a href="http://www.cis.ohio-state.edu/rfc/rfc2396.txt">RFC 2396</a> :
Uniform Resource Identifiers <a
href="http://www.ietf.org/rfc/rfc2396.txt">http://www.ietf.org/rfc/rfc2396.txt</a></li>
<li>XML Path Language (XPath) 1.0: <a
href="http://www.w3.org/TR/xpath">http://www.w3.org/TR/xpath</a></li>
@ -64,10 +64,10 @@ specification but don't claim to implement them:</p>
href="http://www.w3.org/TR/DOM-Level-2-Core/">http://www.w3.org/TR/DOM-Level-2-Core/</a>
it doesn't implement the API itself, gdome2 does this in top of
libxml2</li>
<li><a href="http://www.cis.ohio-state.edu/rfc/rfc959.txt">RFC 959</a>
: libxml implements a basic FTP client code</li>
<li><a href="http://www.cis.ohio-state.edu/rfc/rfc1945.txt">RFC 1945</a>
: HTTP/1.0, again a basic HTTP client code</li>
<li><a href="http://www.cis.ohio-state.edu/rfc/rfc959.txt">RFC 959</a> :
libxml implements a basic FTP client code</li>
<li><a href="http://www.cis.ohio-state.edu/rfc/rfc1945.txt">RFC 1945</a> :
HTTP/1.0, again a basic HTTP client code</li>
<li>SAX: a minimal SAX implementation compatible with early expat
versions</li>
<li>DocBook SGML v4: libxml2 includes a hackish parser to transition to
@ -80,11 +80,10 @@ MacOs, MacOsX, RISC Os, OS/2, VMS, QNX, MVS, ...)</p>
<p>Separate documents:</p>
<ul>
<li><a href="http://xmlsoft.org/XSLT/">the libxslt page</a>
providing an implementation of XSLT 1.0 and extensions on top of
libxml2</li>
<li><a href="http://xmlsoft.org/XSLT/">the libxslt page</a> providing an
implementation of XSLT 1.0 and extensions on top of libxml2</li>
<li><a href="http://www.cs.unibo.it/~casarini/gdome2/">the gdome2 page</a>
: a standard DOM2 implementation based on libxml2</li>
: a standard DOM2 implementation based on libxml2</li>
</ul>
<h2><a name="Introducti">Introduction</a></h2>
@ -158,8 +157,7 @@ libxml2</p>
<li>Unless you are forced to because your application links with a Gnome
library requiring it, <strong><span style="background-color: #FF0000">Do
Not Use libxml1</span></strong>, use libxml2</li>
<li><em>Where can I get libxml</em>
?
<li><em>Where can I get libxml</em> ?
<p>The original distribution comes from <a
href="ftp://rpmfind.net/pub/libxml/">rpmfind.net</a> or <a
href="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/">gnome.org</a></p>
@ -228,8 +226,8 @@ libxml2</p>
<p>However if found at configuration time libxml will detect and use the
following libs:</p>
<ul>
<li><a href="http://www.info-zip.org/pub/infozip/zlib/">libz</a>
: a highly portable and available widely compression library</li>
<li><a href="http://www.info-zip.org/pub/infozip/zlib/">libz</a> : a
highly portable and available widely compression library</li>
<li>iconv: a powerful character encoding conversion library. It's
included by default on recent glibc libraries, so it doesn't need to
be installed specifically on linux. It seems it's now <a
@ -351,9 +349,8 @@ pnode=pxmlDoc-&gt;children-&gt;children;</pre>
</li>
<li><a
href="http://cvs.gnome.org/bonsai/rview.cgi?cvsroot=/cvs/gnome&amp;dir=gnome-xml">Browse
the libxml source</a>
, I try to write code as clean and documented as possible, so
looking at it may be helpful</li>
the libxml source</a> , I try to write code as clean and documented
as possible, so looking at it may be helpful</li>
</ul>
</li>
<li>What about C++ ?
@ -401,8 +398,7 @@ pnode=pxmlDoc-&gt;children-&gt;children;</pre>
internationalization support</a></li>
<li>This page provides a global overview and <a href="example.html">some
examples</a> on how to use libxml.</li>
<li><a href="mailto:james@daa.com.au">James Henstridge</a>
wrote <a
<li><a href="mailto:james@daa.com.au">James Henstridge</a> wrote <a
href="http://www.daa.com.au/~james/gnome/xml-sax/xml-sax.html">some nice
documentation</a> explaining how to use the libxml SAX interface.</li>
<li>George Lebl wrote <a
@ -546,12 +542,17 @@ for a really accurate description</h3>
<p>Items floating around but not actively worked on, get in touch with me if
you want to test those</p>
<ul>
<li>Implementing <a href="http://xmlsoft.org/XSLT">XSLT</a>, this is done
as a separate C library on top of libxml called libxslt</li>
<li>Finishing up <a href="http://www.w3.org/TR/xptr">XPointer</a> and <a
href="http://www.w3.org/TR/xinclude">XInclude</a></li>
<li>(seeems working but delayed from release) parsing/import of Docbook
SGML docs</li>
</ul>
<h3>2.4.17: Mar 8 2002</h3>
<ul>
<li>a lot of bug fixes, including "namespace nodes have no parents in
XPath"</li>
<li>fixed/improved the Python wrappers, added more examples and more
regression tests, XPath extension functions can now return node-sets</li>
<li>added the XML Canonalization support from Aleksey Sanin</li>
</ul>
<h3>2.4.16: Feb 20 2002</h3>
@ -1314,8 +1315,8 @@ href="http://mail.gnome.org/mailman/listinfo/xml-bindings">xml-bindings@gnome.or
order to get updates to this list or to discuss the specific topic of libxml2
or libxslt wrappers or bindings:</p>
<ul>
<li><a href="mailto:ari@lusis.org">Ari Johnson</a>
provides a C++ wrapper for libxml:<br>
<li><a href="mailto:ari@lusis.org">Ari Johnson</a> provides a C++ wrapper
for libxml:<br>
Website: <a
href="http://lusis.org/~ari/xml++/">http://lusis.org/~ari/xml++/</a><br>
Download: <a
@ -1324,12 +1325,12 @@ or libxslt wrappers or bindings:</p>
based on the gdome2 </a>bindings maintained by Tobias Peters.</li>
<li><a
href="http://mail.gnome.org/archives/xml/2001-March/msg00014.html">Matt
Sergeant</a>
developped <a href="http://axkit.org/download/">XML::LibXSLT</a>, a perl
wrapper for libxml2/libxslt as part of the <a
href="http://axkit.com/">AxKit XML application server</a></li>
<li><a href="mailto:dkuhlman@cutter.rexx.com">Dave Kuhlman</a>
provides and earlier version of the libxml/libxslt <a
Sergeant</a> developped <a
href="http://axkit.org/download/">XML::LibXSLT</a>, a perl wrapper for
libxml2/libxslt as part of the <a href="http://axkit.com/">AxKit XML
application server</a></li>
<li><a href="mailto:dkuhlman@cutter.rexx.com">Dave Kuhlman</a> provides and
earlier version of the libxml/libxslt <a
href="http://www.rexx.com/~dkuhlman">wrappers for Python</a></li>
<li>Petr Kozelka provides <a
href="http://sourceforge.net/projects/libxml2-pas">Pascal units to glue
@ -1339,31 +1340,33 @@ or libxslt wrappers or bindings:</p>
libxml2 bindings are also available in Ruby through the <a
href="http://libgdome-ruby.berlios.de/">libgdome-ruby</a> module
maintained by Tobias Peters.</li>
<li>Steve Ball and contributors maintains
<a href="http://tclxml.sourceforge.net/">libxml2 and libxslt bindings for
Tcl</a>
<li>There is support for libxml2 in the DOM module of PHP.
<li>Steve Ball and contributors maintains <a
href="http://tclxml.sourceforge.net/">libxml2 and libxslt bindings for
Tcl</a></li>
<li>There is support for libxml2 in the DOM module of PHP.</li>
</ul>
<p>The distribution includes a set of Python bindings, which are garanteed to
be maintained as part of the library in the future, though the Python
interface have not yet reached the maturity of the C API.</p>
<p>To install the Python bindings there are 2 options:
<p>To install the Python bindings there are 2 options:</p>
<ul>
<li> If you use an RPM based distribution, simply install the
<a href="http://rpmfind.net/linux/rpm2html/search.php?query=libxml2-python"
>libxml2-python RPM</a> (and if needed the
<a href="http://rpmfind.net/linux/rpm2html/search.php?query=libxslt-python"
>libxslt-python RPM</a>).
<li> Otherwise use the <a href="ftp://xmlsoft.org/python/">libxml2-python
module distribution</a> corresponding to your installed version of libxml2
and libxslt. Note that to install it you will need both libxml2 and libxslt
installed and run "python setup.py build install" in the module tree.
<li>If you use an RPM based distribution, simply install the <a
href="http://rpmfind.net/linux/rpm2html/search.php?query=libxml2-python">libxml2-python
RPM</a> (and if needed the <a
href="http://rpmfind.net/linux/rpm2html/search.php?query=libxslt-python">libxslt-python
RPM</a>).</li>
<li>Otherwise use the <a href="ftp://xmlsoft.org/python/">libxml2-python
module distribution</a> corresponding to your installed version of
libxml2 and libxslt. Note that to install it you will need both libxml2
and libxslt installed and run "python setup.py build install" in the
module tree.</li>
</ul>
<p>The distribution
includes a set of examples and regression tests for the python bindings in
the <code>python/tests</code> directory. Here are some excepts from those
tests:</p>
<p>The distribution includes a set of examples and regression tests for the
python bindings in the <code>python/tests</code> directory. Here are some
excepts from those tests:</p>
<h3>tst.py:</h3>
@ -1389,18 +1392,15 @@ xmlParseFile (most of the bindings are automatically generated, and the xml
prefix is removed and the casing convention are kept). All node seen at the
binding level share the same subset of accesors:</p>
<ul>
<li><code>name</code>
: returns the node name</li>
<li><code>type</code>
: returns a string indicating the node typ<code>e</code></li>
<li><code>content</code>
: returns the content of the node, it is based on xmlNodeGetContent() and
hence is recursive.</li>
<li><code>parent</code>
, <code>children</code>, <code>last</code>, <code>next</code>,
<code>prev</code>, <code>doc</code>, <code>properties</code>: pointing to
the associated element in the tree, those may return None in case no such
link exists.</li>
<li><code>name</code> : returns the node name</li>
<li><code>type</code> : returns a string indicating the node
typ<code>e</code></li>
<li><code>content</code> : returns the content of the node, it is based on
xmlNodeGetContent() and hence is recursive.</li>
<li><code>parent</code> , <code>children</code>, <code>last</code>,
<code>next</code>, <code>prev</code>, <code>doc</code>,
<code>properties</code>: pointing to the associated element in the tree,
those may return None in case no such link exists.</li>
</ul>
<p>Also note the need to explicitely deallocate documents with freeDoc() .
@ -1600,8 +1600,7 @@ evaluation point.</p>
<p>last but not least, all tests starts with the following prologue:</p>
<pre>#memory debug specific
libxml2.debugMemory(1)
</pre>
libxml2.debugMemory(1)</pre>
<p>and ends with the following epilogue:</p>
<pre>#memory debug specific
@ -1990,11 +1989,11 @@ provides the interfaces to the libxml memory system:</p>
debugging, analysis or to implement a specific behaviour on memory management
(like on embedded systems). Two function calls are available to do so:</p>
<ul>
<li><a href="http://xmlsoft.org/html/libxml-xmlmemory.html">xmlMemGet ()</a>
which return the current set of functions in use by the parser</li>
<li><a href="http://xmlsoft.org/html/libxml-xmlmemory.html">xmlMemGet
()</a> which return the current set of functions in use by the parser</li>
<li><a
href="http://xmlsoft.org/html/libxml-xmlmemory.html">xmlMemSetup()</a>
which allow to set up a new set of memory allocation functions</li>
which allow to set up a new set of memory allocation functions</li>
</ul>
<p>Of course a call to xmlMemSetup() should probably be done before calling
@ -2010,15 +2009,13 @@ amount of memory (a few hundred bytes) which can be recollected if you don't
reuse the parser immediately:</p>
<ul>
<li><a href="http://xmlsoft.org/html/libxml-parser.html">xmlCleanupParser
()</a>
is a centralized routine to free the parsing states. Note that it won't
deallocate any produced tree if any (use the xmlFreeDoc() and related
routines for this).</li>
()</a> is a centralized routine to free the parsing states. Note that it
won't deallocate any produced tree if any (use the xmlFreeDoc() and
related routines for this).</li>
<li><a href="http://xmlsoft.org/html/libxml-parser.html">xmlInitParser
()</a>
is the dual routine allowing to preallocate the parsing state which can
be useful for example to avoid initialization reentrancy problems when
using libxml in multithreaded applications</li>
()</a> is the dual routine allowing to preallocate the parsing state
which can be useful for example to avoid initialization reentrancy
problems when using libxml in multithreaded applications</li>
</ul>
<p>Generally xmlCleanupParser() is safe, if needed the state will be rebuild
@ -2035,15 +2032,14 @@ or call a specific routine when a given block number is allocated:</p>
<ul>
<li><a
href="http://xmlsoft.org/html/libxml-xmlmemory.html">xmlMallocLoc()</a>
<a
<a
href="http://xmlsoft.org/html/libxml-xmlmemory.html">xmlReallocLoc()</a>
and <a
href="http://xmlsoft.org/html/libxml-xmlmemory.html">xmlMemStrdupLoc()</a>
are the memory debugging replacement allocation routines</li>
<li><a href="http://xmlsoft.org/html/libxml-xmlmemory.html">xmlMemoryDump
()</a>
dumps all the informations about the allocated memory block lefts in the
<code>.memdump</code> file</li>
()</a> dumps all the informations about the allocated memory block lefts
in the <code>.memdump</code> file</li>
</ul>
<p>When developping libxml memory debug is enabled, the tests programs call
@ -2546,6 +2542,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
} </pre>
@ -2623,9 +2620,8 @@ started.</p>
James Clark. This is relatively old and not the preferred mode of
operation of libxml.</li>
<li><a href="http://www.oasis-open.org/committees/entity/spec.html">XML
Catalogs</a>
is far more flexible, more recent, uses an XML syntax and should scale
quite better. This is the default option of libxml.</li>
Catalogs</a> is far more flexible, more recent, uses an XML syntax and
should scale quite better. This is the default option of libxml.</li>
</ul>
<p></p>
@ -3674,38 +3670,36 @@ Gnome CVS base under gnome-xml/example</p>
patches, Gary Pennington worked on the validation API, threading support
and Solaris port.</li>
<li>John Fleck helps maintaining the documentation and man pages.</li>
<li><a href="mailto:ari@lusis.org">Ari Johnson</a>
provides a C++ wrapper for libxml:<br>
<li><a href="mailto:ari@lusis.org">Ari Johnson</a> provides a C++ wrapper
for libxml:<br>
Website: <a
href="http://lusis.org/~ari/xml++/">http://lusis.org/~ari/xml++/</a><br>
Download: <a
href="http://lusis.org/~ari/xml++/libxml++.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a></li>
<li><a href="mailto:izlatkovic@daenet.de">Igor Zlatkovic</a>
is now the maintainer of the Windows port, <a
<li><a href="mailto:izlatkovic@daenet.de">Igor Zlatkovic</a> is now the
maintainer of the Windows port, <a
href="http://www.fh-frankfurt.de/~igor/projects/libxml/index.html">he
provides binaries</a></li>
<li><a href="mailto:Gary.Pennington@sun.com">Gary Pennington</a>
provides <a href="http://garypennington.net/libxml2/">Solaris
binaries</a></li>
<li><a href="mailto:Gary.Pennington@sun.com">Gary Pennington</a> provides
<a href="http://garypennington.net/libxml2/">Solaris binaries</a></li>
<li><a
href="http://mail.gnome.org/archives/xml/2001-March/msg00014.html">Matt
Sergeant</a>
developped <a href="http://axkit.org/download/">XML::LibXSLT</a>, a perl
wrapper for libxml2/libxslt as part of the <a
href="http://axkit.com/">AxKit XML application server</a></li>
<li><a href="mailto:fnatter@gmx.net">Felix Natter</a>
and <a href="mailto:geertk@ai.rug.nl">Geert Kloosterman</a> provide <a
Sergeant</a> developped <a
href="http://axkit.org/download/">XML::LibXSLT</a>, a perl wrapper for
libxml2/libxslt as part of the <a href="http://axkit.com/">AxKit XML
application server</a></li>
<li><a href="mailto:fnatter@gmx.net">Felix Natter</a> and <a
href="mailto:geertk@ai.rug.nl">Geert Kloosterman</a> provide <a
href="libxml-doc.el">an emacs module</a> to lookup libxml(2) functions
documentation</li>
<li><a href="mailto:sherwin@nlm.nih.gov">Ziying Sherwin</a>
provided <a href="http://xmlsoft.org/messages/0488.html">man
pages</a></li>
<li><a href="mailto:sherwin@nlm.nih.gov">Ziying Sherwin</a> provided <a
href="http://xmlsoft.org/messages/0488.html">man pages</a></li>
<li>there is a module for <a
href="http://acs-misc.sourceforge.net/nsxml.html">libxml/libxslt support
in OpenNSD/AOLServer</a></li>
<li><a href="mailto:dkuhlman@cutter.rexx.com">Dave Kuhlman</a>
provides libxml/libxslt <a href="http://www.rexx.com/~dkuhlman">wrappers
for Python</a></li>
<li><a href="mailto:dkuhlman@cutter.rexx.com">Dave Kuhlman</a> provides
libxml/libxslt <a href="http://www.rexx.com/~dkuhlman">wrappers for
Python</a></li>
<li>Petr Kozelka provides <a
href="http://sourceforge.net/projects/libxml2-pas">Pascal units to glue
libxml2</a> with Kylix and Delphi and other Pascal compilers</li>

View File

@ -244,6 +244,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
} </pre>

View File

@ -107,11 +107,11 @@ debugging, analysis or to implement a specific behaviour on memory management
(like on embedded systems). Two function calls are available to do so:</p>
<ul>
<li>
<a href="http://xmlsoft.org/html/libxml-xmlmemory.html">xmlMemGet ()</a>
which return the current set of functions in use by the parser</li>
<a href="http://xmlsoft.org/html/libxml-xmlmemory.html">xmlMemGet
()</a> which return the current set of functions in use by the parser</li>
<li>
<a href="http://xmlsoft.org/html/libxml-xmlmemory.html">xmlMemSetup()</a>
which allow to set up a new set of memory allocation functions</li>
which allow to set up a new set of memory allocation functions</li>
</ul>
<p>Of course a call to xmlMemSetup() should probably be done before calling
any other libxml routines (unless you are sure your allocations routines are
@ -125,16 +125,14 @@ reuse the parser immediately:</p>
<ul>
<li>
<a href="http://xmlsoft.org/html/libxml-parser.html">xmlCleanupParser
()</a>
is a centralized routine to free the parsing states. Note that it won't
deallocate any produced tree if any (use the xmlFreeDoc() and related
routines for this).</li>
()</a> is a centralized routine to free the parsing states. Note that it
won't deallocate any produced tree if any (use the xmlFreeDoc() and
related routines for this).</li>
<li>
<a href="http://xmlsoft.org/html/libxml-parser.html">xmlInitParser
()</a>
is the dual routine allowing to preallocate the parsing state which can
be useful for example to avoid initialization reentrancy problems when
using libxml in multithreaded applications</li>
()</a> is the dual routine allowing to preallocate the parsing state
which can be useful for example to avoid initialization reentrancy
problems when using libxml in multithreaded applications</li>
</ul>
<p>Generally xmlCleanupParser() is safe, if needed the state will be rebuild
at the next invocation of parser routines, but be careful of the consequences
@ -152,9 +150,8 @@ or call a specific routine when a given block number is allocated:</p>
are the memory debugging replacement allocation routines</li>
<li>
<a href="http://xmlsoft.org/html/libxml-xmlmemory.html">xmlMemoryDump
()</a>
dumps all the informations about the allocated memory block lefts in the
<code>.memdump</code> file</li>
()</a> dumps all the informations about the allocated memory block lefts
in the <code>.memdump</code> file</li>
</ul>
<p>When developping libxml memory debug is enabled, the tests programs call
xmlMemoryDump () and the &quot;make test&quot; regression tests will check for any

View File

@ -27,21 +27,21 @@ extern void xmlCheckVersion(int version);
*
* the version string like "1.2.3"
*/
#define LIBXML_DOTTED_VERSION "2.4.16"
#define LIBXML_DOTTED_VERSION "2.4.17"
/**
* LIBXML_VERSION:
*
* the version number: 1.2.3 value is 1002003
*/
#define LIBXML_VERSION 20416
#define LIBXML_VERSION 20417
/**
* LIBXML_VERSION_STRING:
*
* the version number string, 1.2.3 value is "1002003"
*/
#define LIBXML_VERSION_STRING "20416"
#define LIBXML_VERSION_STRING "20417"
/**
* LIBXML_TEST_VERSION:
@ -49,7 +49,7 @@ extern void xmlCheckVersion(int version);
* Macro to check that the libxml version in use is compatible with
* the version the software has been compiled against
*/
#define LIBXML_TEST_VERSION xmlCheckVersion(20416);
#define LIBXML_TEST_VERSION xmlCheckVersion(20417);
#if 0
/**

View File

@ -1730,8 +1730,13 @@ extern void initlibxsltmod(void);
#endif
void initlibxml2mod(void) {
static int initialized = 0;
PyObject *m;
if (initialized != 0)
return;
m = Py_InitModule("libxml2mod", libxmlMethods);
initialized = 1;
libxml_xmlErrorInitialize();
#ifdef MERGED_MODULES

View File

@ -3475,7 +3475,7 @@ xmlXPathConvertBoolean(xmlXPathObjectPtr val) {
*
* Create a new xmlXPathContext
*
* Returns the xmlXPathContext just allocated.
* Returns the xmlXPathContext just allocated. The caller will need to free it.
*/
xmlXPathContextPtr
xmlXPathNewContext(xmlDocPtr doc) {