1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-13 13:17:36 +03:00

preparing 2.4.7 switched to the latest xmllint manual page from John

* configure.in: preparing 2.4.7
* Makefile.am doc/Makefile.am: switched to the latest xmllint
  manual page from John
* doc/*: updated the doc and rebuilt the generated pages
Daniel
This commit is contained in:
Daniel Veillard 2001-10-30 12:51:17 +00:00
parent a9e65e8be2
commit 52dcab3999
60 changed files with 6624 additions and 2549 deletions

View File

@ -1,3 +1,10 @@
Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
* configure.in: preparing 2.4.7
* Makefile.am doc/Makefile.am: switched to the latest xmllint
manual page from John
* doc/*: updated the doc and rebuilt the generated pages
Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com> Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
* xmlIO.c: closing bug #62711, the library should never * xmlIO.c: closing bug #62711, the library should never

View File

@ -34,7 +34,7 @@ endif
DEPS = $(top_builddir)/libxml2.la DEPS = $(top_builddir)/libxml2.la
LDADDS = $(top_builddir)/libxml2.la @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) -lm LDADDS = $(top_builddir)/libxml2.la @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) -lm
man_MANS = xmllint.1 xml2-config.1 libxml.4 man_MANS = xml2-config.1 libxml.4
m4datadir = $(datadir)/aclocal m4datadir = $(datadir)/aclocal
m4data_DATA = libxml.m4 m4data_DATA = libxml.m4

View File

@ -6,7 +6,7 @@ AC_CANONICAL_HOST
LIBXML_MAJOR_VERSION=2 LIBXML_MAJOR_VERSION=2
LIBXML_MINOR_VERSION=4 LIBXML_MINOR_VERSION=4
LIBXML_MICRO_VERSION=6 LIBXML_MICRO_VERSION=7
LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION 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 LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -17,7 +17,7 @@ PAGES= architecture.html bugs.html contribs.html docs.html DOM.html \
interface.html intro.html library.html namespaces.html news.html \ interface.html intro.html library.html namespaces.html news.html \
tree.html xmldtd.html XML.html XSLT.html tree.html xmldtd.html XML.html XSLT.html
man_MANS = xmlcatalog.1 man_MANS = xmllint.1 xmlcatalog.1
all: $(PAGES) all: $(PAGES)

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -21,6 +21,10 @@
<!entity nanohttp SYSTEM "sgml/nanohttp.sgml"> <!entity nanohttp SYSTEM "sgml/nanohttp.sgml">
<!entity nanoftp SYSTEM "sgml/nanoftp.sgml"> <!entity nanoftp SYSTEM "sgml/nanoftp.sgml">
<!entity valid SYSTEM "sgml/valid.sgml"> <!entity valid SYSTEM "sgml/valid.sgml">
<!entity hash SYSTEM "sgml/hash.sgml">
<!entity threads SYSTEM "sgml/threads.sgml">
<!entity globals SYSTEM "sgml/globals.sgml">
<!entity global_functions SYSTEM "sgml/global_functions.sgml">
]> ]>
<book> <book>
@ -96,9 +100,13 @@
&nanoftp; &nanoftp;
&xmlIO; &xmlIO;
&catalog; &catalog;
&threads;
&globals;
&global_functions;
&DOCBparser; &DOCBparser;
&parserInternals; &parserInternals;
&encoding; &encoding;
&hash;
&debugXML; &debugXML;
&xmlmemory; &xmlmemory;
</chapter> </chapter>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -209,6 +209,16 @@ HREF="libxml-catalog.html"
> &#8212; </DT > &#8212; </DT
><DT ><DT
><A ><A
HREF="libxml-threads.html"
>threads</A
> &#8212; </DT
><DT
><A
HREF="libxml-globals.html"
>globals</A
> &#8212; </DT
><DT
><A
HREF="libxml-docbparser.html" HREF="libxml-docbparser.html"
>DOCBparser</A >DOCBparser</A
> &#8212; </DT > &#8212; </DT
@ -224,6 +234,11 @@ HREF="libxml-encoding.html"
> &#8212; </DT > &#8212; </DT
><DT ><DT
><A ><A
HREF="libxml-hash.html"
>hash</A
> &#8212; </DT
><DT
><A
HREF="libxml-debugxml.html" HREF="libxml-debugxml.html"
>debugXML</A >debugXML</A
> &#8212; </DT > &#8212; </DT

View File

@ -150,10 +150,14 @@
<ANCHOR id ="NAMESPACEDECL" href="libxml/libxml-sax.html#NAMESPACEDECL"> <ANCHOR id ="NAMESPACEDECL" href="libxml/libxml-sax.html#NAMESPACEDECL">
<ANCHOR id ="COMMENT" href="libxml/libxml-sax.html#COMMENT"> <ANCHOR id ="COMMENT" href="libxml/libxml-sax.html#COMMENT">
<ANCHOR id ="CDATABLOCK" href="libxml/libxml-sax.html#CDATABLOCK"> <ANCHOR id ="CDATABLOCK" href="libxml/libxml-sax.html#CDATABLOCK">
<ANCHOR id ="INITXMLDEFAULTSAXHANDLER" href="libxml/libxml-sax.html#INITXMLDEFAULTSAXHANDLER">
<ANCHOR id ="INITHTMLDEFAULTSAXHANDLER" href="libxml/libxml-sax.html#INITHTMLDEFAULTSAXHANDLER">
<ANCHOR id ="INITDOCBDEFAULTSAXHANDLER" href="libxml/libxml-sax.html#INITDOCBDEFAULTSAXHANDLER">
<ANCHOR id ="XMLDEFAULTSAXHANDLERINIT" href="libxml/libxml-sax.html#XMLDEFAULTSAXHANDLERINIT"> <ANCHOR id ="XMLDEFAULTSAXHANDLERINIT" href="libxml/libxml-sax.html#XMLDEFAULTSAXHANDLERINIT">
<ANCHOR id ="HTMLDEFAULTSAXHANDLERINIT" href="libxml/libxml-sax.html#HTMLDEFAULTSAXHANDLERINIT"> <ANCHOR id ="HTMLDEFAULTSAXHANDLERINIT" href="libxml/libxml-sax.html#HTMLDEFAULTSAXHANDLERINIT">
<ANCHOR id ="DOCBDEFAULTSAXHANDLERINIT" href="libxml/libxml-sax.html#DOCBDEFAULTSAXHANDLERINIT"> <ANCHOR id ="DOCBDEFAULTSAXHANDLERINIT" href="libxml/libxml-sax.html#DOCBDEFAULTSAXHANDLERINIT">
<ANCHOR id ="LIBXML-TREE" href="libxml/libxml-tree.html"> <ANCHOR id ="LIBXML-TREE" href="libxml/libxml-tree.html">
<ANCHOR id ="BASE-BUFFER-SIZE-CAPS" href="libxml/libxml-tree.html#BASE-BUFFER-SIZE-CAPS">
<ANCHOR id ="XML-XML-NAMESPACE-CAPS" href="libxml/libxml-tree.html#XML-XML-NAMESPACE-CAPS"> <ANCHOR id ="XML-XML-NAMESPACE-CAPS" href="libxml/libxml-tree.html#XML-XML-NAMESPACE-CAPS">
<ANCHOR id ="XMLELEMENTTYPE" href="libxml/libxml-tree.html#XMLELEMENTTYPE"> <ANCHOR id ="XMLELEMENTTYPE" href="libxml/libxml-tree.html#XMLELEMENTTYPE">
<ANCHOR id ="XMLCHAR" href="libxml/libxml-tree.html#XMLCHAR"> <ANCHOR id ="XMLCHAR" href="libxml/libxml-tree.html#XMLCHAR">
@ -427,6 +431,7 @@
<ANCHOR id ="XMLPARSERERRORS" href="libxml/libxml-xmlerror.html#XMLPARSERERRORS"> <ANCHOR id ="XMLPARSERERRORS" href="libxml/libxml-xmlerror.html#XMLPARSERERRORS">
<ANCHOR id ="XMLGENERICERRORFUNC" href="libxml/libxml-xmlerror.html#XMLGENERICERRORFUNC"> <ANCHOR id ="XMLGENERICERRORFUNC" href="libxml/libxml-xmlerror.html#XMLGENERICERRORFUNC">
<ANCHOR id ="XMLSETGENERICERRORFUNC" href="libxml/libxml-xmlerror.html#XMLSETGENERICERRORFUNC"> <ANCHOR id ="XMLSETGENERICERRORFUNC" href="libxml/libxml-xmlerror.html#XMLSETGENERICERRORFUNC">
<ANCHOR id ="INITGENERICERRORDEFAULTFUNC" href="libxml/libxml-xmlerror.html#INITGENERICERRORDEFAULTFUNC">
<ANCHOR id ="XMLPARSERERROR" href="libxml/libxml-xmlerror.html#XMLPARSERERROR"> <ANCHOR id ="XMLPARSERERROR" href="libxml/libxml-xmlerror.html#XMLPARSERERROR">
<ANCHOR id ="XMLPARSERWARNING" href="libxml/libxml-xmlerror.html#XMLPARSERWARNING"> <ANCHOR id ="XMLPARSERWARNING" href="libxml/libxml-xmlerror.html#XMLPARSERWARNING">
<ANCHOR id ="XMLPARSERVALIDITYERROR" href="libxml/libxml-xmlerror.html#XMLPARSERVALIDITYERROR"> <ANCHOR id ="XMLPARSERVALIDITYERROR" href="libxml/libxml-xmlerror.html#XMLPARSERVALIDITYERROR">
@ -775,6 +780,8 @@
<ANCHOR id ="XMLOUTPUTCLOSECALLBACK" href="libxml/libxml-xmlio.html#XMLOUTPUTCLOSECALLBACK"> <ANCHOR id ="XMLOUTPUTCLOSECALLBACK" href="libxml/libxml-xmlio.html#XMLOUTPUTCLOSECALLBACK">
<ANCHOR id ="XMLOUTPUTBUFFER" href="libxml/libxml-xmlio.html#XMLOUTPUTBUFFER"> <ANCHOR id ="XMLOUTPUTBUFFER" href="libxml/libxml-xmlio.html#XMLOUTPUTBUFFER">
<ANCHOR id ="XMLOUTPUTBUFFERPTR" href="libxml/libxml-xmlio.html#XMLOUTPUTBUFFERPTR"> <ANCHOR id ="XMLOUTPUTBUFFERPTR" href="libxml/libxml-xmlio.html#XMLOUTPUTBUFFERPTR">
<ANCHOR id ="XMLCLEANUPINPUTCALLBACKS" href="libxml/libxml-xmlio.html#XMLCLEANUPINPUTCALLBACKS">
<ANCHOR id ="XMLCLEANUPOUTPUTCALLBACKS" href="libxml/libxml-xmlio.html#XMLCLEANUPOUTPUTCALLBACKS">
<ANCHOR id ="XMLREGISTERDEFAULTINPUTCALLBACKS" href="libxml/libxml-xmlio.html#XMLREGISTERDEFAULTINPUTCALLBACKS"> <ANCHOR id ="XMLREGISTERDEFAULTINPUTCALLBACKS" href="libxml/libxml-xmlio.html#XMLREGISTERDEFAULTINPUTCALLBACKS">
<ANCHOR id ="XMLALLOCPARSERINPUTBUFFER" href="libxml/libxml-xmlio.html#XMLALLOCPARSERINPUTBUFFER"> <ANCHOR id ="XMLALLOCPARSERINPUTBUFFER" href="libxml/libxml-xmlio.html#XMLALLOCPARSERINPUTBUFFER">
<ANCHOR id ="XMLPARSERINPUTBUFFERCREATEFNAME" href="libxml/libxml-xmlio.html#XMLPARSERINPUTBUFFERCREATEFNAME"> <ANCHOR id ="XMLPARSERINPUTBUFFERCREATEFNAME" href="libxml/libxml-xmlio.html#XMLPARSERINPUTBUFFERCREATEFNAME">
@ -811,9 +818,21 @@
<ANCHOR id ="XML-CATALOG-PI-CAPS" href="libxml/libxml-catalog.html#XML-CATALOG-PI-CAPS"> <ANCHOR id ="XML-CATALOG-PI-CAPS" href="libxml/libxml-catalog.html#XML-CATALOG-PI-CAPS">
<ANCHOR id ="XMLCATALOGPREFER" href="libxml/libxml-catalog.html#XMLCATALOGPREFER"> <ANCHOR id ="XMLCATALOGPREFER" href="libxml/libxml-catalog.html#XMLCATALOGPREFER">
<ANCHOR id ="XMLCATALOGALLOW" href="libxml/libxml-catalog.html#XMLCATALOGALLOW"> <ANCHOR id ="XMLCATALOGALLOW" href="libxml/libxml-catalog.html#XMLCATALOGALLOW">
<ANCHOR id ="XMLCATALOG" href="libxml/libxml-catalog.html#XMLCATALOG">
<ANCHOR id ="XMLCATALOGPTR" href="libxml/libxml-catalog.html#XMLCATALOGPTR">
<ANCHOR id ="XMLLOADACATALOG" href="libxml/libxml-catalog.html#XMLLOADACATALOG">
<ANCHOR id ="XMLLOADSGMLSUPERCATALOG" href="libxml/libxml-catalog.html#XMLLOADSGMLSUPERCATALOG">
<ANCHOR id ="XMLCONVERTSGMLCATALOG" href="libxml/libxml-catalog.html#XMLCONVERTSGMLCATALOG">
<ANCHOR id ="XMLACATALOGADD" href="libxml/libxml-catalog.html#XMLACATALOGADD">
<ANCHOR id ="XMLACATALOGREMOVE" href="libxml/libxml-catalog.html#XMLACATALOGREMOVE">
<ANCHOR id ="XMLACATALOGRESOLVE" href="libxml/libxml-catalog.html#XMLACATALOGRESOLVE">
<ANCHOR id ="XMLACATALOGRESOLVESYSTEM" href="libxml/libxml-catalog.html#XMLACATALOGRESOLVESYSTEM">
<ANCHOR id ="XMLACATALOGRESOLVEPUBLIC" href="libxml/libxml-catalog.html#XMLACATALOGRESOLVEPUBLIC">
<ANCHOR id ="XMLACATALOGRESOLVEURI" href="libxml/libxml-catalog.html#XMLACATALOGRESOLVEURI">
<ANCHOR id ="XMLACATALOGDUMP" href="libxml/libxml-catalog.html#XMLACATALOGDUMP">
<ANCHOR id ="XMLFREECATALOG" href="libxml/libxml-catalog.html#XMLFREECATALOG">
<ANCHOR id ="XMLINITIALIZECATALOG" href="libxml/libxml-catalog.html#XMLINITIALIZECATALOG"> <ANCHOR id ="XMLINITIALIZECATALOG" href="libxml/libxml-catalog.html#XMLINITIALIZECATALOG">
<ANCHOR id ="XMLLOADCATALOG" href="libxml/libxml-catalog.html#XMLLOADCATALOG"> <ANCHOR id ="XMLLOADCATALOG" href="libxml/libxml-catalog.html#XMLLOADCATALOG">
<ANCHOR id ="XMLLOADSGMLSUPERCATALOG" href="libxml/libxml-catalog.html#XMLLOADSGMLSUPERCATALOG">
<ANCHOR id ="XMLLOADCATALOGS" href="libxml/libxml-catalog.html#XMLLOADCATALOGS"> <ANCHOR id ="XMLLOADCATALOGS" href="libxml/libxml-catalog.html#XMLLOADCATALOGS">
<ANCHOR id ="XMLCATALOGCLEANUP" href="libxml/libxml-catalog.html#XMLCATALOGCLEANUP"> <ANCHOR id ="XMLCATALOGCLEANUP" href="libxml/libxml-catalog.html#XMLCATALOGCLEANUP">
<ANCHOR id ="XMLCATALOGDUMP" href="libxml/libxml-catalog.html#XMLCATALOGDUMP"> <ANCHOR id ="XMLCATALOGDUMP" href="libxml/libxml-catalog.html#XMLCATALOGDUMP">
@ -835,6 +854,54 @@
<ANCHOR id ="XMLCATALOGGETDEFAULTS" href="libxml/libxml-catalog.html#XMLCATALOGGETDEFAULTS"> <ANCHOR id ="XMLCATALOGGETDEFAULTS" href="libxml/libxml-catalog.html#XMLCATALOGGETDEFAULTS">
<ANCHOR id ="XMLCATALOGGETSYSTEM" href="libxml/libxml-catalog.html#XMLCATALOGGETSYSTEM"> <ANCHOR id ="XMLCATALOGGETSYSTEM" href="libxml/libxml-catalog.html#XMLCATALOGGETSYSTEM">
<ANCHOR id ="XMLCATALOGGETPUBLIC" href="libxml/libxml-catalog.html#XMLCATALOGGETPUBLIC"> <ANCHOR id ="XMLCATALOGGETPUBLIC" href="libxml/libxml-catalog.html#XMLCATALOGGETPUBLIC">
<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">
<ANCHOR id ="XMLNEWMUTEX" href="libxml/libxml-threads.html#XMLNEWMUTEX">
<ANCHOR id ="XMLMUTEXLOCK" href="libxml/libxml-threads.html#XMLMUTEXLOCK">
<ANCHOR id ="XMLMUTEXUNLOCK" href="libxml/libxml-threads.html#XMLMUTEXUNLOCK">
<ANCHOR id ="XMLFREEMUTEX" href="libxml/libxml-threads.html#XMLFREEMUTEX">
<ANCHOR id ="XMLRMUTEX" href="libxml/libxml-threads.html#XMLRMUTEX">
<ANCHOR id ="XMLRMUTEXPTR" href="libxml/libxml-threads.html#XMLRMUTEXPTR">
<ANCHOR id ="XMLNEWRMUTEX" href="libxml/libxml-threads.html#XMLNEWRMUTEX">
<ANCHOR id ="XMLRMUTEXLOCK" href="libxml/libxml-threads.html#XMLRMUTEXLOCK">
<ANCHOR id ="XMLRMUTEXUNLOCK" href="libxml/libxml-threads.html#XMLRMUTEXUNLOCK">
<ANCHOR id ="XMLFREERMUTEX" href="libxml/libxml-threads.html#XMLFREERMUTEX">
<ANCHOR id ="XMLINITTHREADS" href="libxml/libxml-threads.html#XMLINITTHREADS">
<ANCHOR id ="XMLLOCKLIBRARY" href="libxml/libxml-threads.html#XMLLOCKLIBRARY">
<ANCHOR id ="XMLUNLOCKLIBRARY" href="libxml/libxml-threads.html#XMLUNLOCKLIBRARY">
<ANCHOR id ="XMLGETTHREADID" href="libxml/libxml-threads.html#XMLGETTHREADID">
<ANCHOR id ="XMLISMAINTHREAD" href="libxml/libxml-threads.html#XMLISMAINTHREAD">
<ANCHOR id ="XMLCLEANUPTHREADS" href="libxml/libxml-threads.html#XMLCLEANUPTHREADS">
<ANCHOR id ="XMLGETGLOBALSTATE" href="libxml/libxml-threads.html#XMLGETGLOBALSTATE">
<ANCHOR id ="LIBXML-GLOBALS" href="libxml/libxml-globals.html">
<ANCHOR id ="XMLGLOBALSTATE" href="libxml/libxml-globals.html#XMLGLOBALSTATE">
<ANCHOR id ="XMLGLOBALSTATEPTR" href="libxml/libxml-globals.html#XMLGLOBALSTATEPTR">
<ANCHOR id ="XMLINITIALIZEGLOBALSTATE" href="libxml/libxml-globals.html#XMLINITIALIZEGLOBALSTATE">
<ANCHOR id ="XMLMALLOC" href="libxml/libxml-globals.html#XMLMALLOC">
<ANCHOR id ="XMLREALLOC" href="libxml/libxml-globals.html#XMLREALLOC">
<ANCHOR id ="XMLFREE" href="libxml/libxml-globals.html#XMLFREE">
<ANCHOR id ="XMLMEMSTRDUP" href="libxml/libxml-globals.html#XMLMEMSTRDUP">
<ANCHOR id ="DOCBDEFAULTSAXHANDLER" href="libxml/libxml-globals.html#DOCBDEFAULTSAXHANDLER">
<ANCHOR id ="HTMLDEFAULTSAXHANDLER" href="libxml/libxml-globals.html#HTMLDEFAULTSAXHANDLER">
<ANCHOR id ="OLDXMLWDCOMPATIBILITY" href="libxml/libxml-globals.html#OLDXMLWDCOMPATIBILITY">
<ANCHOR id ="XMLBUFFERALLOCSCHEME" href="libxml/libxml-globals.html#XMLBUFFERALLOCSCHEME">
<ANCHOR id ="XMLDEFAULTBUFFERSIZE" href="libxml/libxml-globals.html#XMLDEFAULTBUFFERSIZE">
<ANCHOR id ="XMLDEFAULTSAXHANDLER" href="libxml/libxml-globals.html#XMLDEFAULTSAXHANDLER">
<ANCHOR id ="XMLDEFAULTSAXLOCATOR" href="libxml/libxml-globals.html#XMLDEFAULTSAXLOCATOR">
<ANCHOR id ="XMLDOVALIDITYCHECKINGDEFAULTVALUE" href="libxml/libxml-globals.html#XMLDOVALIDITYCHECKINGDEFAULTVALUE">
<ANCHOR id ="XMLGENERICERROR" href="libxml/libxml-globals.html#XMLGENERICERROR">
<ANCHOR id ="XMLGENERICERRORCONTEXT" href="libxml/libxml-globals.html#XMLGENERICERRORCONTEXT">
<ANCHOR id ="XMLGETWARNINGSDEFAULTVALUE" href="libxml/libxml-globals.html#XMLGETWARNINGSDEFAULTVALUE">
<ANCHOR id ="XMLINDENTTREEOUTPUT" href="libxml/libxml-globals.html#XMLINDENTTREEOUTPUT">
<ANCHOR id ="XMLKEEPBLANKSDEFAULTVALUE" href="libxml/libxml-globals.html#XMLKEEPBLANKSDEFAULTVALUE">
<ANCHOR id ="XMLLINENUMBERSDEFAULTVALUE" href="libxml/libxml-globals.html#XMLLINENUMBERSDEFAULTVALUE">
<ANCHOR id ="XMLLOADEXTDTDDEFAULTVALUE" href="libxml/libxml-globals.html#XMLLOADEXTDTDDEFAULTVALUE">
<ANCHOR id ="XMLPARSERDEBUGENTITIES" href="libxml/libxml-globals.html#XMLPARSERDEBUGENTITIES">
<ANCHOR id ="XMLPARSERVERSION" href="libxml/libxml-globals.html#XMLPARSERVERSION">
<ANCHOR id ="XMLPEDANTICPARSERDEFAULTVALUE" href="libxml/libxml-globals.html#XMLPEDANTICPARSERDEFAULTVALUE">
<ANCHOR id ="XMLSAVENOEMPTYTAGS" href="libxml/libxml-globals.html#XMLSAVENOEMPTYTAGS">
<ANCHOR id ="XMLSUBSTITUTEENTITIESDEFAULTVALUE" href="libxml/libxml-globals.html#XMLSUBSTITUTEENTITIESDEFAULTVALUE">
<ANCHOR id ="LIBXML-DOCBPARSER" href="libxml/libxml-docbparser.html"> <ANCHOR id ="LIBXML-DOCBPARSER" href="libxml/libxml-docbparser.html">
<ANCHOR id ="DOCBPARSERCTXT" href="libxml/libxml-docbparser.html#DOCBPARSERCTXT"> <ANCHOR id ="DOCBPARSERCTXT" href="libxml/libxml-docbparser.html#DOCBPARSERCTXT">
<ANCHOR id ="DOCBPARSERCTXTPTR" href="libxml/libxml-docbparser.html#DOCBPARSERCTXTPTR"> <ANCHOR id ="DOCBPARSERCTXTPTR" href="libxml/libxml-docbparser.html#DOCBPARSERCTXTPTR">
@ -1002,6 +1069,33 @@
<ANCHOR id ="XMLUTF8STRLOC" href="libxml/libxml-encoding.html#XMLUTF8STRLOC"> <ANCHOR id ="XMLUTF8STRLOC" href="libxml/libxml-encoding.html#XMLUTF8STRLOC">
<ANCHOR id ="XMLUTF8STRSUB" href="libxml/libxml-encoding.html#XMLUTF8STRSUB"> <ANCHOR id ="XMLUTF8STRSUB" href="libxml/libxml-encoding.html#XMLUTF8STRSUB">
<ANCHOR id ="XMLUTF8STRLEN" href="libxml/libxml-encoding.html#XMLUTF8STRLEN"> <ANCHOR id ="XMLUTF8STRLEN" href="libxml/libxml-encoding.html#XMLUTF8STRLEN">
<ANCHOR id ="LIBXML-HASH" href="libxml/libxml-hash.html">
<ANCHOR id ="XMLHASHTABLE" href="libxml/libxml-hash.html#XMLHASHTABLE">
<ANCHOR id ="XMLHASHTABLEPTR" href="libxml/libxml-hash.html#XMLHASHTABLEPTR">
<ANCHOR id ="XMLHASHDEALLOCATOR" href="libxml/libxml-hash.html#XMLHASHDEALLOCATOR">
<ANCHOR id ="XMLHASHCOPIER" href="libxml/libxml-hash.html#XMLHASHCOPIER">
<ANCHOR id ="XMLHASHSCANNER" href="libxml/libxml-hash.html#XMLHASHSCANNER">
<ANCHOR id ="XMLHASHSCANNERFULL" href="libxml/libxml-hash.html#XMLHASHSCANNERFULL">
<ANCHOR id ="XMLHASHCREATE" href="libxml/libxml-hash.html#XMLHASHCREATE">
<ANCHOR id ="XMLHASHFREE" href="libxml/libxml-hash.html#XMLHASHFREE">
<ANCHOR id ="XMLHASHADDENTRY" href="libxml/libxml-hash.html#XMLHASHADDENTRY">
<ANCHOR id ="XMLHASHUPDATEENTRY" href="libxml/libxml-hash.html#XMLHASHUPDATEENTRY">
<ANCHOR id ="XMLHASHADDENTRY2" href="libxml/libxml-hash.html#XMLHASHADDENTRY2">
<ANCHOR id ="XMLHASHUPDATEENTRY2" href="libxml/libxml-hash.html#XMLHASHUPDATEENTRY2">
<ANCHOR id ="XMLHASHADDENTRY3" href="libxml/libxml-hash.html#XMLHASHADDENTRY3">
<ANCHOR id ="XMLHASHUPDATEENTRY3" href="libxml/libxml-hash.html#XMLHASHUPDATEENTRY3">
<ANCHOR id ="XMLHASHREMOVEENTRY" href="libxml/libxml-hash.html#XMLHASHREMOVEENTRY">
<ANCHOR id ="XMLHASHREMOVEENTRY2" href="libxml/libxml-hash.html#XMLHASHREMOVEENTRY2">
<ANCHOR id ="XMLHASHREMOVEENTRY3" href="libxml/libxml-hash.html#XMLHASHREMOVEENTRY3">
<ANCHOR id ="XMLHASHLOOKUP" href="libxml/libxml-hash.html#XMLHASHLOOKUP">
<ANCHOR id ="XMLHASHLOOKUP2" href="libxml/libxml-hash.html#XMLHASHLOOKUP2">
<ANCHOR id ="XMLHASHLOOKUP3" href="libxml/libxml-hash.html#XMLHASHLOOKUP3">
<ANCHOR id ="XMLHASHCOPY" href="libxml/libxml-hash.html#XMLHASHCOPY">
<ANCHOR id ="XMLHASHSIZE" href="libxml/libxml-hash.html#XMLHASHSIZE">
<ANCHOR id ="XMLHASHSCAN" href="libxml/libxml-hash.html#XMLHASHSCAN">
<ANCHOR id ="XMLHASHSCAN3" href="libxml/libxml-hash.html#XMLHASHSCAN3">
<ANCHOR id ="XMLHASHSCANFULL" href="libxml/libxml-hash.html#XMLHASHSCANFULL">
<ANCHOR id ="XMLHASHSCANFULL3" href="libxml/libxml-hash.html#XMLHASHSCANFULL3">
<ANCHOR id ="LIBXML-DEBUGXML" href="libxml/libxml-debugxml.html"> <ANCHOR id ="LIBXML-DEBUGXML" href="libxml/libxml-debugxml.html">
<ANCHOR id ="XMLDEBUGDUMPSTRING" href="libxml/libxml-debugxml.html#XMLDEBUGDUMPSTRING"> <ANCHOR id ="XMLDEBUGDUMPSTRING" href="libxml/libxml-debugxml.html#XMLDEBUGDUMPSTRING">
<ANCHOR id ="XMLDEBUGDUMPATTR" href="libxml/libxml-debugxml.html#XMLDEBUGDUMPATTR"> <ANCHOR id ="XMLDEBUGDUMPATTR" href="libxml/libxml-debugxml.html#XMLDEBUGDUMPATTR">
@ -1013,10 +1107,27 @@
<ANCHOR id ="XMLDEBUGDUMPDOCUMENT" href="libxml/libxml-debugxml.html#XMLDEBUGDUMPDOCUMENT"> <ANCHOR id ="XMLDEBUGDUMPDOCUMENT" href="libxml/libxml-debugxml.html#XMLDEBUGDUMPDOCUMENT">
<ANCHOR id ="XMLDEBUGDUMPDTD" href="libxml/libxml-debugxml.html#XMLDEBUGDUMPDTD"> <ANCHOR id ="XMLDEBUGDUMPDTD" href="libxml/libxml-debugxml.html#XMLDEBUGDUMPDTD">
<ANCHOR id ="XMLDEBUGDUMPENTITIES" href="libxml/libxml-debugxml.html#XMLDEBUGDUMPENTITIES"> <ANCHOR id ="XMLDEBUGDUMPENTITIES" href="libxml/libxml-debugxml.html#XMLDEBUGDUMPENTITIES">
<ANCHOR id ="XMLLSONENODE" href="libxml/libxml-debugxml.html#XMLLSONENODE">
<ANCHOR id ="XMLLSCOUNTNODE" href="libxml/libxml-debugxml.html#XMLLSCOUNTNODE">
<ANCHOR id ="XMLBOOLTOTEXT" href="libxml/libxml-debugxml.html#XMLBOOLTOTEXT">
<ANCHOR id ="XMLGETLINENO" href="libxml/libxml-debugxml.html#XMLGETLINENO">
<ANCHOR id ="XMLSHELLREADLINEFUNC" href="libxml/libxml-debugxml.html#XMLSHELLREADLINEFUNC"> <ANCHOR id ="XMLSHELLREADLINEFUNC" href="libxml/libxml-debugxml.html#XMLSHELLREADLINEFUNC">
<ANCHOR id ="XMLSHELLCTXT" href="libxml/libxml-debugxml.html#XMLSHELLCTXT"> <ANCHOR id ="XMLSHELLCTXT" href="libxml/libxml-debugxml.html#XMLSHELLCTXT">
<ANCHOR id ="XMLSHELLCTXTPTR" href="libxml/libxml-debugxml.html#XMLSHELLCTXTPTR"> <ANCHOR id ="XMLSHELLCTXTPTR" href="libxml/libxml-debugxml.html#XMLSHELLCTXTPTR">
<ANCHOR id ="XMLSHELLCMD" href="libxml/libxml-debugxml.html#XMLSHELLCMD"> <ANCHOR id ="XMLSHELLCMD" href="libxml/libxml-debugxml.html#XMLSHELLCMD">
<ANCHOR id ="XMLSHELLPRINTXPATHERROR" href="libxml/libxml-debugxml.html#XMLSHELLPRINTXPATHERROR">
<ANCHOR id ="XMLSHELLPRINTNODE" href="libxml/libxml-debugxml.html#XMLSHELLPRINTNODE">
<ANCHOR id ="XMLSHELLPRINTXPATHRESULT" href="libxml/libxml-debugxml.html#XMLSHELLPRINTXPATHRESULT">
<ANCHOR id ="XMLSHELLLIST" href="libxml/libxml-debugxml.html#XMLSHELLLIST">
<ANCHOR id ="XMLSHELLBASE" href="libxml/libxml-debugxml.html#XMLSHELLBASE">
<ANCHOR id ="XMLSHELLDIR" href="libxml/libxml-debugxml.html#XMLSHELLDIR">
<ANCHOR id ="XMLSHELLCAT" href="libxml/libxml-debugxml.html#XMLSHELLCAT">
<ANCHOR id ="XMLSHELLLOAD" href="libxml/libxml-debugxml.html#XMLSHELLLOAD">
<ANCHOR id ="XMLSHELLWRITE" href="libxml/libxml-debugxml.html#XMLSHELLWRITE">
<ANCHOR id ="XMLSHELLSAVE" href="libxml/libxml-debugxml.html#XMLSHELLSAVE">
<ANCHOR id ="XMLSHELLVALIDATE" href="libxml/libxml-debugxml.html#XMLSHELLVALIDATE">
<ANCHOR id ="XMLSHELLDU" href="libxml/libxml-debugxml.html#XMLSHELLDU">
<ANCHOR id ="XMLSHELLPWD" href="libxml/libxml-debugxml.html#XMLSHELLPWD">
<ANCHOR id ="XMLSHELL" href="libxml/libxml-debugxml.html#XMLSHELL"> <ANCHOR id ="XMLSHELL" href="libxml/libxml-debugxml.html#XMLSHELL">
<ANCHOR id ="LIBXML-XMLMEMORY" href="libxml/libxml-xmlmemory.html"> <ANCHOR id ="LIBXML-XMLMEMORY" href="libxml/libxml-xmlmemory.html">
<ANCHOR id ="DEBUG-MEMORY-CAPS" href="libxml/libxml-xmlmemory.html#DEBUG-MEMORY-CAPS"> <ANCHOR id ="DEBUG-MEMORY-CAPS" href="libxml/libxml-xmlmemory.html#DEBUG-MEMORY-CAPS">

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -13,8 +13,8 @@ REL="UP"
TITLE="Libxml Library Reference" TITLE="Libxml Library Reference"
HREF="libxml-lib.html"><LINK HREF="libxml-lib.html"><LINK
REL="PREVIOUS" REL="PREVIOUS"
TITLE="catalog" TITLE="globals"
HREF="libxml-catalog.html"><LINK HREF="libxml-globals.html"><LINK
REL="NEXT" REL="NEXT"
TITLE="parserInternals" TITLE="parserInternals"
HREF="libxml-parserinternals.html"></HEAD HREF="libxml-parserinternals.html"></HEAD
@ -49,7 +49,7 @@ WIDTH="25%"
BGCOLOR="#C00000" BGCOLOR="#C00000"
ALIGN="left" ALIGN="left"
><A ><A
HREF="libxml-catalog.html" HREF="libxml-globals.html"
><FONT ><FONT
COLOR="#FFFFFF" COLOR="#FFFFFF"
SIZE="3" SIZE="3"
@ -123,7 +123,7 @@ NAME="LIBXML-DOCBPARSER"
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN19297" NAME="AEN20188"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
@ -131,7 +131,7 @@ NAME="AEN19297"
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN19300" NAME="AEN20191"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -295,7 +295,7 @@ HREF="libxml-docbparser.html#DOCBPARSERCTXTPTR"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN19337" NAME="AEN20228"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -305,14 +305,14 @@ NAME="AEN19337"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN19340" NAME="AEN20231"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN19342" NAME="AEN20233"
></A ></A
><H3 ><H3
><A ><A
@ -338,7 +338,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN19347" NAME="AEN20238"
></A ></A
><H3 ><H3
><A ><A
@ -364,7 +364,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN19352" NAME="AEN20243"
></A ></A
><H3 ><H3
><A ><A
@ -390,7 +390,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN19357" NAME="AEN20248"
></A ></A
><H3 ><H3
><A ><A
@ -416,7 +416,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN19362" NAME="AEN20253"
></A ></A
><H3 ><H3
><A ><A
@ -442,7 +442,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN19367" NAME="AEN20258"
></A ></A
><H3 ><H3
><A ><A
@ -468,7 +468,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN19372" NAME="AEN20263"
></A ></A
><H3 ><H3
><A ><A
@ -494,7 +494,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN19377" NAME="AEN20268"
></A ></A
><H3 ><H3
><A ><A
@ -520,7 +520,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN19382" NAME="AEN20273"
></A ></A
><H3 ><H3
><A ><A
@ -546,7 +546,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN19387" NAME="AEN20278"
></A ></A
><H3 ><H3
><A ><A
@ -578,7 +578,7 @@ plus SGML entities block of chars out.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN19393" NAME="AEN20284"
></A ></A
><P ><P
></P ></P
@ -722,7 +722,7 @@ CLASS="PARAMETER"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN19426" NAME="AEN20317"
></A ></A
><H3 ><H3
><A ><A
@ -763,7 +763,7 @@ If sax is NULL, fallback to the default DOM tree building routines.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN19435" NAME="AEN20326"
></A ></A
><P ><P
></P ></P
@ -867,7 +867,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN19460" NAME="AEN20351"
></A ></A
><H3 ><H3
><A ><A
@ -901,7 +901,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN19468" NAME="AEN20359"
></A ></A
><P ><P
></P ></P
@ -971,7 +971,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN19485" NAME="AEN20376"
></A ></A
><H3 ><H3
><A ><A
@ -1010,7 +1010,7 @@ If sax is NULL, fallback to the default DOM tree building routines.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN19493" NAME="AEN20384"
></A ></A
><P ><P
></P ></P
@ -1114,7 +1114,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN19518" NAME="AEN20409"
></A ></A
><H3 ><H3
><A ><A
@ -1147,7 +1147,7 @@ at compile-time.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN19525" NAME="AEN20416"
></A ></A
><P ><P
></P ></P
@ -1217,7 +1217,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN19542" NAME="AEN20433"
></A ></A
><H3 ><H3
><A ><A
@ -1248,7 +1248,7 @@ document in ctxt-&gt;myDoc is not freed.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN19549" NAME="AEN20440"
></A ></A
><P ><P
></P ></P
@ -1286,7 +1286,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN19558" NAME="AEN20449"
></A ></A
><H3 ><H3
><A ><A
@ -1340,7 +1340,7 @@ and error/warning reports.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN19569" NAME="AEN20460"
></A ></A
><P ><P
></P ></P
@ -1478,7 +1478,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN19602" NAME="AEN20493"
></A ></A
><H3 ><H3
><A ><A
@ -1511,7 +1511,7 @@ HREF="libxml-docbparser.html#DOCBPARSERCTXTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN19609" NAME="AEN20500"
></A ></A
><P ><P
></P ></P
@ -1615,7 +1615,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN19634" NAME="AEN20525"
></A ></A
><H3 ><H3
><A ><A
@ -1648,7 +1648,7 @@ by default if found at compile-time.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN19641" NAME="AEN20532"
></A ></A
><P ><P
></P ></P
@ -1718,7 +1718,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN19658" NAME="AEN20549"
></A ></A
><H3 ><H3
><A ><A
@ -1749,7 +1749,7 @@ interface).</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN19665" NAME="AEN20556"
></A ></A
><P ><P
></P ></P
@ -1816,7 +1816,7 @@ WIDTH="25%"
BGCOLOR="#C00000" BGCOLOR="#C00000"
ALIGN="left" ALIGN="left"
><A ><A
HREF="libxml-catalog.html" HREF="libxml-globals.html"
><FONT ><FONT
COLOR="#FFFFFF" COLOR="#FFFFFF"
SIZE="3" SIZE="3"
@ -1888,7 +1888,7 @@ ALIGN="left"
COLOR="#FFFFFF" COLOR="#FFFFFF"
SIZE="3" SIZE="3"
><B ><B
>catalog</B >globals</B
></FONT ></FONT
></TD ></TD
><TD ><TD

View File

@ -16,8 +16,8 @@ REL="PREVIOUS"
TITLE="parserInternals" TITLE="parserInternals"
HREF="libxml-parserinternals.html"><LINK HREF="libxml-parserinternals.html"><LINK
REL="NEXT" REL="NEXT"
TITLE="debugXML" TITLE="hash"
HREF="libxml-debugxml.html"></HEAD HREF="libxml-hash.html"></HEAD
><BODY ><BODY
CLASS="REFENTRY" CLASS="REFENTRY"
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
@ -103,7 +103,7 @@ WIDTH="25%"
BGCOLOR="#C00000" BGCOLOR="#C00000"
ALIGN="right" ALIGN="right"
><A ><A
HREF="libxml-debugxml.html" HREF="libxml-hash.html"
><FONT ><FONT
COLOR="#FFFFFF" COLOR="#FFFFFF"
SIZE="3" SIZE="3"
@ -123,7 +123,7 @@ NAME="LIBXML-ENCODING"
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN22524" NAME="AEN23415"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
@ -131,7 +131,7 @@ NAME="AEN22524"
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN22527" NAME="AEN23418"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -382,7 +382,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN22587" NAME="AEN23478"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -392,14 +392,14 @@ NAME="AEN22587"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN22590" NAME="AEN23481"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22592" NAME="AEN23483"
></A ></A
><H3 ><H3
><A ><A
@ -465,7 +465,7 @@ support needed.</P
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22599" NAME="AEN23490"
></A ></A
><H3 ><H3
><A ><A
@ -496,7 +496,7 @@ it to an UTF-8 block of chars out.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN22605" NAME="AEN23496"
></A ></A
><P ><P
></P ></P
@ -624,7 +624,7 @@ CLASS="PARAMETER"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22634" NAME="AEN23525"
></A ></A
><H3 ><H3
><A ><A
@ -657,7 +657,7 @@ in = NULL. If stateful this should also initialize the encoder state</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN22640" NAME="AEN23531"
></A ></A
><P ><P
></P ></P
@ -785,7 +785,7 @@ CLASS="PARAMETER"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22669" NAME="AEN23560"
></A ></A
><H3 ><H3
><A ><A
@ -819,7 +819,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22674" NAME="AEN23565"
></A ></A
><H3 ><H3
><A ><A
@ -845,7 +845,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22679" NAME="AEN23570"
></A ></A
><H3 ><H3
><A ><A
@ -876,7 +876,7 @@ in normal processing.</P
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22685" NAME="AEN23576"
></A ></A
><H3 ><H3
><A ><A
@ -905,7 +905,7 @@ unregisters all the encoding handlers and the aliases.</P
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22691" NAME="AEN23582"
></A ></A
><H3 ><H3
><A ><A
@ -935,7 +935,7 @@ HREF="libxml-encoding.html#XMLCHARENCODINGHANDLERPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN22698" NAME="AEN23589"
></A ></A
><P ><P
></P ></P
@ -973,7 +973,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22707" NAME="AEN23598"
></A ></A
><H3 ><H3
><A ><A
@ -1007,7 +1007,7 @@ HREF="libxml-encoding.html#XMLCHARENCODING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN22715" NAME="AEN23606"
></A ></A
><P ><P
></P ></P
@ -1060,7 +1060,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22728" NAME="AEN23619"
></A ></A
><H3 ><H3
><A ><A
@ -1091,7 +1091,7 @@ HREF="libxml-encoding.html#XMLCHARENCODINGHANDLERPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN22735" NAME="AEN23626"
></A ></A
><P ><P
></P ></P
@ -1144,7 +1144,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22748" NAME="AEN23639"
></A ></A
><H3 ><H3
><A ><A
@ -1183,7 +1183,7 @@ will be overwritten.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN22756" NAME="AEN23647"
></A ></A
><P ><P
></P ></P
@ -1253,7 +1253,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22773" NAME="AEN23664"
></A ></A
><H3 ><H3
><A ><A
@ -1285,7 +1285,7 @@ CLASS="PARAMETER"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN22780" NAME="AEN23671"
></A ></A
><P ><P
></P ></P
@ -1338,7 +1338,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22793" NAME="AEN23684"
></A ></A
><H3 ><H3
><A ><A
@ -1365,7 +1365,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN22799" NAME="AEN23690"
></A ></A
><P ><P
></P ></P
@ -1418,7 +1418,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22812" NAME="AEN23703"
></A ></A
><H3 ><H3
><A ><A
@ -1446,7 +1446,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22818" NAME="AEN23709"
></A ></A
><H3 ><H3
><A ><A
@ -1478,7 +1478,7 @@ that the comparison is case insensitive accordingly to the section
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN22825" NAME="AEN23716"
></A ></A
><P ><P
></P ></P
@ -1532,7 +1532,7 @@ if not recognized.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22838" NAME="AEN23729"
></A ></A
><H3 ><H3
><A ><A
@ -1567,7 +1567,7 @@ Section 4.3.3 Character Encoding in Entities</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN22846" NAME="AEN23737"
></A ></A
><P ><P
></P ></P
@ -1620,7 +1620,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22859" NAME="AEN23750"
></A ></A
><H3 ><H3
><A ><A
@ -1652,7 +1652,7 @@ accordingly of the non-normative appendix F of the XML-1.0 recommendation.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN22866" NAME="AEN23757"
></A ></A
><P ><P
></P ></P
@ -1723,7 +1723,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22883" NAME="AEN23774"
></A ></A
><H3 ><H3
><A ><A
@ -1771,7 +1771,7 @@ the content will be automatically remapped to a CharRef sequence.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN22893" NAME="AEN23784"
></A ></A
><P ><P
></P ></P
@ -1861,7 +1861,7 @@ the result of transformation can't fit into the encoding we want), or</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22914" NAME="AEN23805"
></A ></A
><H3 ><H3
><A ><A
@ -1899,7 +1899,7 @@ HREF="libxml-tree.html#XMLBUFFERPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN22923" NAME="AEN23814"
></A ></A
><P ><P
></P ></P
@ -1989,7 +1989,7 @@ the result of transformation can't fit into the encoding we want), or</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22944" NAME="AEN23835"
></A ></A
><H3 ><H3
><A ><A
@ -2028,7 +2028,7 @@ the very first line, i.e. limit itself to 45 chars.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN22953" NAME="AEN23844"
></A ></A
><P ><P
></P ></P
@ -2118,7 +2118,7 @@ the result of transformation can't fit into the encoding we want), or</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22974" NAME="AEN23865"
></A ></A
><H3 ><H3
><A ><A
@ -2148,7 +2148,7 @@ HREF="libxml-encoding.html#XMLCHARENCODINGHANDLER"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN22981" NAME="AEN23872"
></A ></A
><P ><P
></P ></P
@ -2201,7 +2201,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN22994" NAME="AEN23885"
></A ></A
><H3 ><H3
><A ><A
@ -2232,7 +2232,7 @@ block of chars out.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23000" NAME="AEN23891"
></A ></A
><P ><P
></P ></P
@ -2359,7 +2359,7 @@ CLASS="PARAMETER"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23029" NAME="AEN23920"
></A ></A
><H3 ><H3
><A ><A
@ -2390,7 +2390,7 @@ block of chars out.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23035" NAME="AEN23926"
></A ></A
><P ><P
></P ></P
@ -2517,7 +2517,7 @@ CLASS="PARAMETER"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23064" NAME="AEN23955"
></A ></A
><H3 ><H3
><A ><A
@ -2559,7 +2559,7 @@ routine checks for the 4-byte maxiumum size, but does not check for
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23072" NAME="AEN23963"
></A ></A
><P ><P
></P ></P
@ -2617,7 +2617,7 @@ CLASS="PARAMETER"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23086" NAME="AEN23977"
></A ></A
><H3 ><H3
><A ><A
@ -2648,7 +2648,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23093" NAME="AEN23984"
></A ></A
><P ><P
></P ></P
@ -2719,7 +2719,7 @@ the first 'len' characters of ARRAY&#13;</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23110" NAME="AEN24001"
></A ></A
><H3 ><H3
><A ><A
@ -2753,7 +2753,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23118" NAME="AEN24009"
></A ></A
><P ><P
></P ></P
@ -2828,7 +2828,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23136" NAME="AEN24027"
></A ></A
><H3 ><H3
><A ><A
@ -2863,7 +2863,7 @@ character from a string array</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23144" NAME="AEN24035"
></A ></A
><P ><P
></P ></P
@ -2933,7 +2933,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23161" NAME="AEN24052"
></A ></A
><H3 ><H3
><A ><A
@ -2967,7 +2967,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23169" NAME="AEN24060"
></A ></A
><P ><P
></P ></P
@ -3038,7 +3038,7 @@ or -1 if not found</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23186" NAME="AEN24077"
></A ></A
><H3 ><H3
><A ><A
@ -3073,7 +3073,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23194" NAME="AEN24085"
></A ></A
><P ><P
></P ></P
@ -3161,7 +3161,7 @@ or NULL if any problem</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23215" NAME="AEN24106"
></A ></A
><H3 ><H3
><A ><A
@ -3192,7 +3192,7 @@ checking of the content of the string.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23222" NAME="AEN24113"
></A ></A
><P ><P
></P ></P
@ -3312,7 +3312,7 @@ WIDTH="25%"
BGCOLOR="#C00000" BGCOLOR="#C00000"
ALIGN="right" ALIGN="right"
><A ><A
HREF="libxml-debugxml.html" HREF="libxml-hash.html"
><FONT ><FONT
COLOR="#FFFFFF" COLOR="#FFFFFF"
SIZE="3" SIZE="3"
@ -3340,7 +3340,7 @@ ALIGN="right"
COLOR="#FFFFFF" COLOR="#FFFFFF"
SIZE="3" SIZE="3"
><B ><B
>debugXML</B >hash</B
></FONT ></FONT
></TD ></TD
></TR ></TR

View File

@ -123,7 +123,7 @@ NAME="LIBXML-ENTITIES"
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN7577" NAME="AEN7638"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
@ -131,7 +131,7 @@ NAME="AEN7577"
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN7580" NAME="AEN7641"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -371,7 +371,7 @@ HREF="libxml-entities.html#XMLCLEANUPPREDEFINEDENTITIES"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN7643" NAME="AEN7704"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -381,14 +381,14 @@ NAME="AEN7643"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN7646" NAME="AEN7707"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7648" NAME="AEN7709"
></A ></A
><H3 ><H3
><A ><A
@ -421,7 +421,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7653" NAME="AEN7714"
></A ></A
><H3 ><H3
><A ><A
@ -467,7 +467,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7658" NAME="AEN7719"
></A ></A
><H3 ><H3
><A ><A
@ -493,7 +493,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7663" NAME="AEN7724"
></A ></A
><H3 ><H3
><A ><A
@ -519,7 +519,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7668" NAME="AEN7729"
></A ></A
><H3 ><H3
><A ><A
@ -547,7 +547,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7674" NAME="AEN7735"
></A ></A
><H3 ><H3
><A ><A
@ -597,7 +597,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN7686" NAME="AEN7747"
></A ></A
><P ><P
></P ></P
@ -735,7 +735,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7719" NAME="AEN7780"
></A ></A
><H3 ><H3
><A ><A
@ -785,7 +785,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN7731" NAME="AEN7792"
></A ></A
><P ><P
></P ></P
@ -923,7 +923,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7764" NAME="AEN7825"
></A ></A
><H3 ><H3
><A ><A
@ -956,7 +956,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN7772" NAME="AEN7833"
></A ></A
><P ><P
></P ></P
@ -1009,7 +1009,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7785" NAME="AEN7846"
></A ></A
><H3 ><H3
><A ><A
@ -1048,7 +1048,7 @@ in the predefined entities too.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN7794" NAME="AEN7855"
></A ></A
><P ><P
></P ></P
@ -1118,7 +1118,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7811" NAME="AEN7872"
></A ></A
><H3 ><H3
><A ><A
@ -1156,7 +1156,7 @@ returns the corresponding entity, if found.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN7820" NAME="AEN7881"
></A ></A
><P ><P
></P ></P
@ -1226,7 +1226,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7837" NAME="AEN7898"
></A ></A
><H3 ><H3
><A ><A
@ -1264,7 +1264,7 @@ returns the corresponding parameter entity, if found.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN7846" NAME="AEN7907"
></A ></A
><P ><P
></P ></P
@ -1334,7 +1334,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7863" NAME="AEN7924"
></A ></A
><H3 ><H3
><A ><A
@ -1378,7 +1378,7 @@ This routine will issue a warning when encountered.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN7874" NAME="AEN7935"
></A ></A
><P ><P
></P ></P
@ -1448,7 +1448,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7891" NAME="AEN7952"
></A ></A
><H3 ><H3
><A ><A
@ -1488,7 +1488,7 @@ must be deallocated.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN7900" NAME="AEN7961"
></A ></A
><P ><P
></P ></P
@ -1558,7 +1558,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7917" NAME="AEN7978"
></A ></A
><H3 ><H3
><A ><A
@ -1596,7 +1596,7 @@ this routine is reentrant, and result must be deallocated.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN7926" NAME="AEN7987"
></A ></A
><P ><P
></P ></P
@ -1666,7 +1666,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7943" NAME="AEN8004"
></A ></A
><H3 ><H3
><A ><A
@ -1696,7 +1696,7 @@ HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN7950" NAME="AEN8011"
></A ></A
><P ><P
></P ></P
@ -1732,7 +1732,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7959" NAME="AEN8020"
></A ></A
><H3 ><H3
><A ><A
@ -1765,7 +1765,7 @@ HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN7967" NAME="AEN8028"
></A ></A
><P ><P
></P ></P
@ -1818,7 +1818,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7980" NAME="AEN8041"
></A ></A
><H3 ><H3
><A ><A
@ -1848,7 +1848,7 @@ HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN7987" NAME="AEN8048"
></A ></A
><P ><P
></P ></P
@ -1886,7 +1886,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7996" NAME="AEN8057"
></A ></A
><H3 ><H3
><A ><A
@ -1920,7 +1920,7 @@ HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN8004" NAME="AEN8065"
></A ></A
><P ><P
></P ></P
@ -1975,7 +1975,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8017" NAME="AEN8078"
></A ></A
><H3 ><H3
><A ><A
@ -2009,7 +2009,7 @@ HREF="libxml-entities.html#XMLENTITYPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN8025" NAME="AEN8086"
></A ></A
><P ><P
></P ></P
@ -2064,7 +2064,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8038" NAME="AEN8099"
></A ></A
><H3 ><H3
><A ><A

View File

@ -123,7 +123,7 @@ NAME="LIBXML-HTMLPARSER"
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN10400" NAME="AEN10478"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
@ -131,7 +131,7 @@ NAME="AEN10400"
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN10403" NAME="AEN10481"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -395,7 +395,7 @@ HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN10467" NAME="AEN10545"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -405,14 +405,14 @@ NAME="AEN10467"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN10470" NAME="AEN10548"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10472" NAME="AEN10550"
></A ></A
><H3 ><H3
><A ><A
@ -438,7 +438,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10477" NAME="AEN10555"
></A ></A
><H3 ><H3
><A ><A
@ -464,7 +464,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10482" NAME="AEN10560"
></A ></A
><H3 ><H3
><A ><A
@ -490,7 +490,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10487" NAME="AEN10565"
></A ></A
><H3 ><H3
><A ><A
@ -516,7 +516,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10492" NAME="AEN10570"
></A ></A
><H3 ><H3
><A ><A
@ -542,7 +542,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10497" NAME="AEN10575"
></A ></A
><H3 ><H3
><A ><A
@ -568,7 +568,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10502" NAME="AEN10580"
></A ></A
><H3 ><H3
><A ><A
@ -594,7 +594,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10507" NAME="AEN10585"
></A ></A
><H3 ><H3
><A ><A
@ -620,7 +620,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10512" NAME="AEN10590"
></A ></A
><H3 ><H3
><A ><A
@ -646,7 +646,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10517" NAME="AEN10595"
></A ></A
><H3 ><H3
><A ><A
@ -682,7 +682,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10522" NAME="AEN10600"
></A ></A
><H3 ><H3
><A ><A
@ -708,7 +708,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10527" NAME="AEN10605"
></A ></A
><H3 ><H3
><A ><A
@ -738,7 +738,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10532" NAME="AEN10610"
></A ></A
><H3 ><H3
><A ><A
@ -764,7 +764,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10537" NAME="AEN10615"
></A ></A
><H3 ><H3
><A ><A
@ -797,7 +797,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10545" NAME="AEN10623"
></A ></A
><P ><P
></P ></P
@ -850,7 +850,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10558" NAME="AEN10636"
></A ></A
><H3 ><H3
><A ><A
@ -885,7 +885,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10567" NAME="AEN10645"
></A ></A
><P ><P
></P ></P
@ -938,7 +938,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10580" NAME="AEN10658"
></A ></A
><H3 ><H3
><A ><A
@ -970,7 +970,7 @@ HREF="libxml-htmlparser.html#HTMLENTITYDESC"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10588" NAME="AEN10666"
></A ></A
><P ><P
></P ></P
@ -1023,7 +1023,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10601" NAME="AEN10679"
></A ></A
><H3 ><H3
><A ><A
@ -1059,7 +1059,7 @@ if a tag is autoclosed by one of it's child</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10609" NAME="AEN10687"
></A ></A
><P ><P
></P ></P
@ -1129,7 +1129,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10626" NAME="AEN10704"
></A ></A
><H3 ><H3
><A ><A
@ -1170,7 +1170,7 @@ given tag.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10635" NAME="AEN10713"
></A ></A
><P ><P
></P ></P
@ -1257,7 +1257,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10656" NAME="AEN10734"
></A ></A
><H3 ><H3
><A ><A
@ -1296,7 +1296,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10666" NAME="AEN10744"
></A ></A
><P ><P
></P ></P
@ -1367,7 +1367,7 @@ if non-NULL *str will have to be freed by the caller.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10683" NAME="AEN10761"
></A ></A
><H3 ><H3
><A ><A
@ -1403,7 +1403,7 @@ HREF="X"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10692" NAME="AEN10770"
></A ></A
><P ><P
></P ></P
@ -1456,7 +1456,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10705" NAME="AEN10783"
></A ></A
><H3 ><H3
><A ><A
@ -1490,7 +1490,7 @@ HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10714" NAME="AEN10792"
></A ></A
><P ><P
></P ></P
@ -1528,7 +1528,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10723" NAME="AEN10801"
></A ></A
><H3 ><H3
><A ><A
@ -1569,7 +1569,7 @@ behavior and return a tree.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10732" NAME="AEN10810"
></A ></A
><P ><P
></P ></P
@ -1674,7 +1674,7 @@ not well formed.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10757" NAME="AEN10835"
></A ></A
><H3 ><H3
><A ><A
@ -1708,7 +1708,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10765" NAME="AEN10843"
></A ></A
><P ><P
></P ></P
@ -1778,7 +1778,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10782" NAME="AEN10860"
></A ></A
><H3 ><H3
><A ><A
@ -1817,7 +1817,7 @@ If sax is NULL, fallback to the default DOM tree building routines.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10790" NAME="AEN10868"
></A ></A
><P ><P
></P ></P
@ -1922,7 +1922,7 @@ not well formed.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10815" NAME="AEN10893"
></A ></A
><H3 ><H3
><A ><A
@ -1954,7 +1954,7 @@ compressed document is provided by default if found at compile-time.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10822" NAME="AEN10900"
></A ></A
><P ><P
></P ></P
@ -2024,7 +2024,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10839" NAME="AEN10917"
></A ></A
><H3 ><H3
><A ><A
@ -2055,7 +2055,7 @@ plus HTML entities block of chars out.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10845" NAME="AEN10923"
></A ></A
><P ><P
></P ></P
@ -2182,7 +2182,7 @@ CLASS="PARAMETER"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10874" NAME="AEN10952"
></A ></A
><H3 ><H3
><A ><A
@ -2214,7 +2214,7 @@ plus HTML entities block of chars out.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10880" NAME="AEN10958"
></A ></A
><P ><P
></P ></P
@ -2358,7 +2358,7 @@ CLASS="PARAMETER"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10913" NAME="AEN10991"
></A ></A
><H3 ><H3
><A ><A
@ -2388,7 +2388,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10920" NAME="AEN10998"
></A ></A
><P ><P
></P ></P
@ -2441,7 +2441,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10933" NAME="AEN11011"
></A ></A
><H3 ><H3
><A ><A
@ -2468,7 +2468,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10939" NAME="AEN11017"
></A ></A
><P ><P
></P ></P
@ -2521,7 +2521,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10952" NAME="AEN11030"
></A ></A
><H3 ><H3
><A ><A
@ -2552,7 +2552,7 @@ document in ctxt-&gt;myDoc is not freed.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10959" NAME="AEN11037"
></A ></A
><P ><P
></P ></P
@ -2590,7 +2590,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10968" NAME="AEN11046"
></A ></A
><H3 ><H3
><A ><A
@ -2644,7 +2644,7 @@ and error/warning reports.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10979" NAME="AEN11057"
></A ></A
><P ><P
></P ></P
@ -2782,7 +2782,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11012" NAME="AEN11090"
></A ></A
><H3 ><H3
><A ><A
@ -2815,7 +2815,7 @@ HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11019" NAME="AEN11097"
></A ></A
><P ><P
></P ></P

View File

@ -123,7 +123,7 @@ NAME="LIBXML-HTMLTREE"
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN11049" NAME="AEN11127"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
@ -131,7 +131,7 @@ NAME="AEN11049"
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN11052" NAME="AEN11130"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -319,7 +319,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN11098" NAME="AEN11176"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -329,14 +329,14 @@ NAME="AEN11098"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN11101" NAME="AEN11179"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11103" NAME="AEN11181"
></A ></A
><H3 ><H3
><A ><A
@ -365,7 +365,7 @@ the same way as a text node in an XML document.</P
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11109" NAME="AEN11187"
></A ></A
><H3 ><H3
><A ><A
@ -394,7 +394,7 @@ the same way as an entity reference in an XML document.</P
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11115" NAME="AEN11193"
></A ></A
><H3 ><H3
><A ><A
@ -423,7 +423,7 @@ the same way as a comment in an XML document.</P
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11121" NAME="AEN11199"
></A ></A
><H3 ><H3
><A ><A
@ -452,7 +452,7 @@ the same way as a CDATA section in an XML document.</P
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11127" NAME="AEN11205"
></A ></A
><H3 ><H3
><A ><A
@ -481,7 +481,7 @@ the same way as a processing instruction in an XML document.</P
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11133" NAME="AEN11211"
></A ></A
><H3 ><H3
><A ><A
@ -518,7 +518,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11142" NAME="AEN11220"
></A ></A
><P ><P
></P ></P
@ -588,7 +588,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11159" NAME="AEN11237"
></A ></A
><H3 ><H3
><A ><A
@ -636,7 +636,7 @@ are NULL</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11170" NAME="AEN11248"
></A ></A
><P ><P
></P ></P
@ -706,7 +706,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11187" NAME="AEN11265"
></A ></A
><H3 ><H3
><A ><A
@ -739,7 +739,7 @@ HREF="libxml-htmlparser.html#HTMLDOCPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11195" NAME="AEN11273"
></A ></A
><P ><P
></P ></P
@ -792,7 +792,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11208" NAME="AEN11286"
></A ></A
><H3 ><H3
><A ><A
@ -828,7 +828,7 @@ the META flag associated.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11216" NAME="AEN11294"
></A ></A
><P ><P
></P ></P
@ -898,7 +898,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11233" NAME="AEN11311"
></A ></A
><H3 ><H3
><A ><A
@ -934,7 +934,7 @@ It's up to the caller to free the memory.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11241" NAME="AEN11319"
></A ></A
><P ><P
></P ></P
@ -1006,7 +1006,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11258" NAME="AEN11336"
></A ></A
><H3 ><H3
><A ><A
@ -1040,7 +1040,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11266" NAME="AEN11344"
></A ></A
><P ><P
></P ></P
@ -1110,7 +1110,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11283" NAME="AEN11361"
></A ></A
><H3 ><H3
><A ><A
@ -1147,7 +1147,7 @@ used.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11291" NAME="AEN11369"
></A ></A
><P ><P
></P ></P
@ -1217,7 +1217,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11308" NAME="AEN11386"
></A ></A
><H3 ><H3
><A ><A
@ -1256,7 +1256,7 @@ and formatting returns are added.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11317" NAME="AEN11395"
></A ></A
><P ><P
></P ></P
@ -1328,7 +1328,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11334" NAME="AEN11412"
></A ></A
><H3 ><H3
><A ><A
@ -1367,7 +1367,7 @@ and formatting returns are added.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11343" NAME="AEN11421"
></A ></A
><P ><P
></P ></P
@ -1439,7 +1439,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11360" NAME="AEN11438"
></A ></A
><H3 ><H3
><A ><A
@ -1481,7 +1481,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11370" NAME="AEN11448"
></A ></A
><P ><P
></P ></P
@ -1602,7 +1602,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11399" NAME="AEN11477"
></A ></A
><H3 ><H3
><A ><A
@ -1635,7 +1635,7 @@ and formatting returns/spaces are added.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11406" NAME="AEN11484"
></A ></A
><P ><P
></P ></P
@ -1722,7 +1722,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11427" NAME="AEN11505"
></A ></A
><H3 ><H3
><A ><A
@ -1755,7 +1755,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11434" NAME="AEN11512"
></A ></A
><P ><P
></P ></P

View File

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

View File

@ -123,7 +123,7 @@ NAME="LIBXML-NANOFTP"
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN17153" NAME="AEN17231"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
@ -131,7 +131,7 @@ NAME="AEN17153"
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN17156" NAME="AEN17234"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -283,7 +283,7 @@ HREF="libxml-nanoftp.html#XMLNANOFTPREAD"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN17185" NAME="AEN17263"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -293,14 +293,14 @@ NAME="AEN17185"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN17188" NAME="AEN17266"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17190" NAME="AEN17268"
></A ></A
><H3 ><H3
><A ><A
@ -342,7 +342,7 @@ Note that only one of year and day:minute are specified</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17197" NAME="AEN17275"
></A ></A
><P ><P
></P ></P
@ -567,7 +567,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17250" NAME="AEN17328"
></A ></A
><H3 ><H3
><A ><A
@ -596,7 +596,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17256" NAME="AEN17334"
></A ></A
><P ><P
></P ></P
@ -668,7 +668,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17273" NAME="AEN17351"
></A ></A
><H3 ><H3
><A ><A
@ -698,7 +698,7 @@ and get the hostname</P
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17279" NAME="AEN17357"
></A ></A
><H3 ><H3
><A ><A
@ -726,7 +726,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17285" NAME="AEN17363"
></A ></A
><H3 ><H3
><A ><A
@ -753,7 +753,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17291" NAME="AEN17369"
></A ></A
><P ><P
></P ></P
@ -791,7 +791,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17300" NAME="AEN17378"
></A ></A
><H3 ><H3
><A ><A
@ -818,7 +818,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17306" NAME="AEN17384"
></A ></A
><P ><P
></P ></P
@ -856,7 +856,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17315" NAME="AEN17393"
></A ></A
><H3 ><H3
><A ><A
@ -884,7 +884,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17321" NAME="AEN17399"
></A ></A
><P ><P
></P ></P
@ -939,7 +939,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17334" NAME="AEN17412"
></A ></A
><H3 ><H3
><A ><A
@ -966,7 +966,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17340" NAME="AEN17418"
></A ></A
><P ><P
></P ></P
@ -1004,7 +1004,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17349" NAME="AEN17427"
></A ></A
><H3 ><H3
><A ><A
@ -1031,7 +1031,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17355" NAME="AEN17433"
></A ></A
><P ><P
></P ></P
@ -1084,7 +1084,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17368" NAME="AEN17446"
></A ></A
><H3 ><H3
><A ><A
@ -1111,7 +1111,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17374" NAME="AEN17452"
></A ></A
><P ><P
></P ></P
@ -1164,7 +1164,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17387" NAME="AEN17465"
></A ></A
><H3 ><H3
><A ><A
@ -1191,7 +1191,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17393" NAME="AEN17471"
></A ></A
><P ><P
></P ></P
@ -1244,7 +1244,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17406" NAME="AEN17484"
></A ></A
><H3 ><H3
><A ><A
@ -1274,7 +1274,7 @@ A NULL URL cleans up proxy informations.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17412" NAME="AEN17490"
></A ></A
><P ><P
></P ></P
@ -1312,7 +1312,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17421" NAME="AEN17499"
></A ></A
><H3 ><H3
><A ><A
@ -1345,7 +1345,7 @@ ftp_proxy_password environment variables.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17427" NAME="AEN17505"
></A ></A
><P ><P
></P ></P
@ -1456,7 +1456,7 @@ CLASS="PARAMETER"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17453" NAME="AEN17531"
></A ></A
><H3 ><H3
><A ><A
@ -1488,7 +1488,7 @@ be established.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17459" NAME="AEN17537"
></A ></A
><P ><P
></P ></P
@ -1558,7 +1558,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17476" NAME="AEN17554"
></A ></A
><H3 ><H3
><A ><A
@ -1585,7 +1585,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17482" NAME="AEN17560"
></A ></A
><P ><P
></P ></P
@ -1638,7 +1638,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17495" NAME="AEN17573"
></A ></A
><H3 ><H3
><A ><A
@ -1665,7 +1665,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17501" NAME="AEN17579"
></A ></A
><P ><P
></P ></P
@ -1718,7 +1718,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17514" NAME="AEN17592"
></A ></A
><H3 ><H3
><A ><A
@ -1746,7 +1746,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17520" NAME="AEN17598"
></A ></A
><P ><P
></P ></P
@ -1816,7 +1816,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17537" NAME="AEN17615"
></A ></A
><H3 ><H3
><A ><A
@ -1844,7 +1844,7 @@ passive mode is supported.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17543" NAME="AEN17621"
></A ></A
><P ><P
></P ></P
@ -1897,7 +1897,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17556" NAME="AEN17634"
></A ></A
><H3 ><H3
><A ><A
@ -1924,7 +1924,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17562" NAME="AEN17640"
></A ></A
><P ><P
></P ></P
@ -1977,7 +1977,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17575" NAME="AEN17653"
></A ></A
><H3 ><H3
><A ><A
@ -2011,7 +2011,7 @@ in the callbacks.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17582" NAME="AEN17660"
></A ></A
><P ><P
></P ></P
@ -2115,7 +2115,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17607" NAME="AEN17685"
></A ></A
><H3 ><H3
><A ><A
@ -2143,7 +2143,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17613" NAME="AEN17691"
></A ></A
><P ><P
></P ></P
@ -2213,7 +2213,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17630" NAME="AEN17708"
></A ></A
><H3 ><H3
><A ><A
@ -2247,7 +2247,7 @@ in the callbacks. The last callback has a size of 0 block.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17637" NAME="AEN17715"
></A ></A
><P ><P
></P ></P
@ -2351,7 +2351,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17662" NAME="AEN17740"
></A ></A
><H3 ><H3
><A ><A
@ -2391,7 +2391,7 @@ CLASS="PARAMETER"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17670" NAME="AEN17748"
></A ></A
><P ><P
></P ></P

View File

@ -123,7 +123,7 @@ NAME="LIBXML-NANOHTTP"
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN16847" NAME="AEN16925"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
@ -131,7 +131,7 @@ NAME="AEN16847"
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN16850" NAME="AEN16928"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -224,7 +224,7 @@ HREF="libxml-nanohttp.html#XMLNANOHTTPCLOSE"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN16866" NAME="AEN16944"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -234,14 +234,14 @@ NAME="AEN16866"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN16869" NAME="AEN16947"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16871" NAME="AEN16949"
></A ></A
><H3 ><H3
><A ><A
@ -270,7 +270,7 @@ Currently it just checks for proxy informations</P
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16877" NAME="AEN16955"
></A ></A
><H3 ><H3
><A ><A
@ -298,7 +298,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16883" NAME="AEN16961"
></A ></A
><H3 ><H3
><A ><A
@ -328,7 +328,7 @@ A NULL URL cleans up proxy informations.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16889" NAME="AEN16967"
></A ></A
><P ><P
></P ></P
@ -366,7 +366,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16898" NAME="AEN16976"
></A ></A
><H3 ><H3
><A ><A
@ -396,7 +396,7 @@ and save it's content in the file.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16904" NAME="AEN16982"
></A ></A
><P ><P
></P ></P
@ -485,7 +485,7 @@ if provided must be freed by the caller</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16925" NAME="AEN17003"
></A ></A
><H3 ><H3
><A ><A
@ -524,7 +524,7 @@ and the input buffer for the request content.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16932" NAME="AEN17010"
></A ></A
><P ><P
></P ></P
@ -647,7 +647,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16961" NAME="AEN17039"
></A ></A
><H3 ><H3
><A ><A
@ -687,7 +687,7 @@ and the input buffer for the request content.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16968" NAME="AEN17046"
></A ></A
><P ><P
></P ></P
@ -827,7 +827,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17001" NAME="AEN17079"
></A ></A
><H3 ><H3
><A ><A
@ -856,7 +856,7 @@ via HTTP GET.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17007" NAME="AEN17085"
></A ></A
><P ><P
></P ></P
@ -912,7 +912,7 @@ returned at that location</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17020" NAME="AEN17098"
></A ></A
><H3 ><H3
><A ><A
@ -942,7 +942,7 @@ via HTTP GET.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17026" NAME="AEN17104"
></A ></A
><P ><P
></P ></P
@ -1015,7 +1015,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17043" NAME="AEN17121"
></A ></A
><H3 ><H3
><A ><A
@ -1042,7 +1042,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17049" NAME="AEN17127"
></A ></A
><P ><P
></P ></P
@ -1095,7 +1095,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17062" NAME="AEN17140"
></A ></A
><H3 ><H3
><A ><A
@ -1122,7 +1122,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17068" NAME="AEN17146"
></A ></A
><P ><P
></P ></P
@ -1176,7 +1176,7 @@ header.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17081" NAME="AEN17159"
></A ></A
><H3 ><H3
><A ><A
@ -1216,7 +1216,7 @@ CLASS="PARAMETER"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17089" NAME="AEN17167"
></A ></A
><P ><P
></P ></P
@ -1304,7 +1304,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17110" NAME="AEN17188"
></A ></A
><H3 ><H3
><A ><A
@ -1333,7 +1333,7 @@ It closes and free the context at the end</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17116" NAME="AEN17194"
></A ></A
><P ><P
></P ></P
@ -1403,7 +1403,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17133" NAME="AEN17211"
></A ></A
><H3 ><H3
><A ><A
@ -1431,7 +1431,7 @@ free all data related to it.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17139" NAME="AEN17217"
></A ></A
><P ><P
></P ></P

View File

@ -4842,6 +4842,7 @@ CLASS="PROGRAMLISTING"
getParameterEntitySAXFunc getParameterEntity; getParameterEntitySAXFunc getParameterEntity;
cdataBlockSAXFunc cdataBlock; cdataBlockSAXFunc cdataBlock;
externalSubsetSAXFunc externalSubset; externalSubsetSAXFunc externalSubset;
int initialized;
};</PRE };</PRE
></TD ></TD
></TR ></TR
@ -5020,7 +5021,7 @@ CELLPADDING="6"
><TD ><TD
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>#define xmlSubstituteEntitiesDefaultValue xmlSubstituteEntitiesDefaultVal</PRE >#define xmlSubstituteEntitiesDefaultValue</PRE
></TD ></TD
></TR ></TR
></TABLE ></TABLE

File diff suppressed because it is too large Load Diff

View File

@ -492,6 +492,28 @@ HREF="libxml-tree.html#XMLCHAR"
> *value, > *value,
int len); int len);
void <A void <A
HREF="libxml-sax.html#INITXMLDEFAULTSAXHANDLER"
>initxmlDefaultSAXHandler</A
> (<A
HREF="libxml-parser.html#XMLSAXHANDLER"
>xmlSAXHandler</A
> *hdlr,
int warning);
void <A
HREF="libxml-sax.html#INITHTMLDEFAULTSAXHANDLER"
>inithtmlDefaultSAXHandler</A
> (<A
HREF="libxml-parser.html#XMLSAXHANDLER"
>xmlSAXHandler</A
> *hdlr);
void <A
HREF="libxml-sax.html#INITDOCBDEFAULTSAXHANDLER"
>initdocbDefaultSAXHandler</A
> (<A
HREF="libxml-parser.html#XMLSAXHANDLER"
>xmlSAXHandler</A
> *hdlr);
void <A
HREF="libxml-parser.html#XMLDEFAULTSAXHANDLERINIT" HREF="libxml-parser.html#XMLDEFAULTSAXHANDLERINIT"
>xmlDefaultSAXHandlerInit</A >xmlDefaultSAXHandlerInit</A
> (void); > (void);
@ -510,7 +532,7 @@ HREF="libxml-sax.html#DOCBDEFAULTSAXHANDLERINIT"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN2929" NAME="AEN2935"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -520,14 +542,14 @@ NAME="AEN2929"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN2932" NAME="AEN2938"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN2934" NAME="AEN2940"
></A ></A
><H3 ><H3
><A ><A
@ -557,7 +579,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN2941" NAME="AEN2947"
></A ></A
><P ><P
></P ></P
@ -610,7 +632,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN2954" NAME="AEN2960"
></A ></A
><H3 ><H3
><A ><A
@ -641,7 +663,7 @@ http://www.sgmlsource.com/dtds/memo.dtd</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN2961" NAME="AEN2967"
></A ></A
><P ><P
></P ></P
@ -694,7 +716,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN2974" NAME="AEN2980"
></A ></A
><H3 ><H3
><A ><A
@ -726,7 +748,7 @@ Everything is available on the context, so this is useless in our case.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN2981" NAME="AEN2987"
></A ></A
><P ><P
></P ></P
@ -781,7 +803,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN2994" NAME="AEN3000"
></A ></A
><H3 ><H3
><A ><A
@ -808,7 +830,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3000" NAME="AEN3006"
></A ></A
><P ><P
></P ></P
@ -861,7 +883,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3013" NAME="AEN3019"
></A ></A
><H3 ><H3
><A ><A
@ -888,7 +910,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3019" NAME="AEN3025"
></A ></A
><P ><P
></P ></P
@ -941,7 +963,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3032" NAME="AEN3038"
></A ></A
><H3 ><H3
><A ><A
@ -968,7 +990,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3038" NAME="AEN3044"
></A ></A
><P ><P
></P ></P
@ -1021,7 +1043,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3051" NAME="AEN3057"
></A ></A
><H3 ><H3
><A ><A
@ -1048,7 +1070,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3057" NAME="AEN3063"
></A ></A
><P ><P
></P ></P
@ -1101,7 +1123,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3070" NAME="AEN3076"
></A ></A
><H3 ><H3
><A ><A
@ -1128,7 +1150,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3076" NAME="AEN3082"
></A ></A
><P ><P
></P ></P
@ -1181,7 +1203,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3089" NAME="AEN3095"
></A ></A
><H3 ><H3
><A ><A
@ -1220,7 +1242,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3098" NAME="AEN3104"
></A ></A
><P ><P
></P ></P
@ -1309,7 +1331,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3119" NAME="AEN3125"
></A ></A
><H3 ><H3
><A ><A
@ -1348,7 +1370,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3128" NAME="AEN3134"
></A ></A
><P ><P
></P ></P
@ -1437,7 +1459,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3149" NAME="AEN3155"
></A ></A
><H3 ><H3
><A ><A
@ -1471,7 +1493,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3157" NAME="AEN3163"
></A ></A
><P ><P
></P ></P
@ -1541,7 +1563,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3174" NAME="AEN3180"
></A ></A
><H3 ><H3
><A ><A
@ -1575,7 +1597,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3182" NAME="AEN3188"
></A ></A
><P ><P
></P ></P
@ -1645,7 +1667,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3199" NAME="AEN3205"
></A ></A
><H3 ><H3
><A ><A
@ -1693,7 +1715,7 @@ set up it's own entity resolution routine</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3210" NAME="AEN3216"
></A ></A
><P ><P
></P ></P
@ -1780,7 +1802,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3231" NAME="AEN3237"
></A ></A
><H3 ><H3
><A ><A
@ -1824,7 +1846,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3241" NAME="AEN3247"
></A ></A
><P ><P
></P ></P
@ -1947,7 +1969,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3270" NAME="AEN3276"
></A ></A
><H3 ><H3
><A ><A
@ -1992,7 +2014,7 @@ HREF="libxml-tree.html#XMLENUMERATIONPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3280" NAME="AEN3286"
></A ></A
><P ><P
></P ></P
@ -2132,7 +2154,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3313" NAME="AEN3319"
></A ></A
><H3 ><H3
><A ><A
@ -2168,7 +2190,7 @@ HREF="libxml-tree.html#XMLELEMENTCONTENTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3321" NAME="AEN3327"
></A ></A
><P ><P
></P ></P
@ -2257,7 +2279,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3342" NAME="AEN3348"
></A ></A
><H3 ><H3
><A ><A
@ -2296,7 +2318,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3351" NAME="AEN3357"
></A ></A
><P ><P
></P ></P
@ -2385,7 +2407,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3372" NAME="AEN3378"
></A ></A
><H3 ><H3
><A ><A
@ -2428,7 +2450,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3382" NAME="AEN3388"
></A ></A
><P ><P
></P ></P
@ -2534,7 +2556,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3407" NAME="AEN3413"
></A ></A
><H3 ><H3
><A ><A
@ -2561,7 +2583,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3413" NAME="AEN3419"
></A ></A
><P ><P
></P ></P
@ -2599,7 +2621,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3422" NAME="AEN3428"
></A ></A
><H3 ><H3
><A ><A
@ -2626,7 +2648,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3428" NAME="AEN3434"
></A ></A
><P ><P
></P ></P
@ -2664,7 +2686,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3437" NAME="AEN3443"
></A ></A
><H3 ><H3
><A ><A
@ -2702,7 +2724,7 @@ the element.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3445" NAME="AEN3451"
></A ></A
><P ><P
></P ></P
@ -2774,7 +2796,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3462" NAME="AEN3468"
></A ></A
><H3 ><H3
><A ><A
@ -2809,7 +2831,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3470" NAME="AEN3476"
></A ></A
><P ><P
></P ></P
@ -2881,7 +2903,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3487" NAME="AEN3493"
></A ></A
><H3 ><H3
><A ><A
@ -2912,7 +2934,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3494" NAME="AEN3500"
></A ></A
><P ><P
></P ></P
@ -2967,7 +2989,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3507" NAME="AEN3513"
></A ></A
><H3 ><H3
><A ><A
@ -2998,7 +3020,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3514" NAME="AEN3520"
></A ></A
><P ><P
></P ></P
@ -3053,7 +3075,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3527" NAME="AEN3533"
></A ></A
><H3 ><H3
><A ><A
@ -3085,7 +3107,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3534" NAME="AEN3540"
></A ></A
><P ><P
></P ></P
@ -3157,7 +3179,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3551" NAME="AEN3557"
></A ></A
><H3 ><H3
><A ><A
@ -3190,7 +3212,7 @@ UNUSED: by default the DOM building will use characters</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3558" NAME="AEN3564"
></A ></A
><P ><P
></P ></P
@ -3262,7 +3284,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3575" NAME="AEN3581"
></A ></A
><H3 ><H3
><A ><A
@ -3297,7 +3319,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3583" NAME="AEN3589"
></A ></A
><P ><P
></P ></P
@ -3369,7 +3391,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3600" NAME="AEN3606"
></A ></A
><H3 ><H3
><A ><A
@ -3404,7 +3426,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3608" NAME="AEN3614"
></A ></A
><P ><P
></P ></P
@ -3476,7 +3498,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3625" NAME="AEN3631"
></A ></A
><H3 ><H3
><A ><A
@ -3507,7 +3529,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3632" NAME="AEN3638"
></A ></A
><P ><P
></P ></P
@ -3562,7 +3584,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3645" NAME="AEN3651"
></A ></A
><H3 ><H3
><A ><A
@ -3592,7 +3614,7 @@ HREF="libxml-tree.html#XMLNSPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3652" NAME="AEN3658"
></A ></A
><P ><P
></P ></P
@ -3645,7 +3667,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3665" NAME="AEN3671"
></A ></A
><H3 ><H3
><A ><A
@ -3677,7 +3699,7 @@ one read upon parsing.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3672" NAME="AEN3678"
></A ></A
><P ><P
></P ></P
@ -3747,7 +3769,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3689" NAME="AEN3695"
></A ></A
><H3 ><H3
><A ><A
@ -3782,7 +3804,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3697" NAME="AEN3703"
></A ></A
><P ><P
></P ></P
@ -3854,7 +3876,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3714" NAME="AEN3720"
></A ></A
><H3 ><H3
><A ><A
@ -3885,7 +3907,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3721" NAME="AEN3727"
></A ></A
><P ><P
></P ></P
@ -3940,7 +3962,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3734" NAME="AEN3740"
></A ></A
><H3 ><H3
><A ><A
@ -3972,7 +3994,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN3741" NAME="AEN3747"
></A ></A
><P ><P
></P ></P
@ -4044,7 +4066,223 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3758" NAME="AEN3764"
></A
><H3
><A
NAME="INITXMLDEFAULTSAXHANDLER"
></A
>initxmlDefaultSAXHandler ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>void initxmlDefaultSAXHandler (<A
HREF="libxml-parser.html#XMLSAXHANDLER"
>xmlSAXHandler</A
> *hdlr,
int warning);</PRE
></TD
></TR
></TABLE
><P
></P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN3770"
></A
><P
></P
><TABLE
BORDER="0"
WIDTH="100%"
BGCOLOR="#FFD0D0"
CELLSPACING="0"
CELLPADDING="4"
CLASS="CALSTABLE"
><TBODY
><TR
><TD
WIDTH="20%"
ALIGN="RIGHT"
VALIGN="TOP"
><TT
CLASS="PARAMETER"
><I
>hdlr</I
></TT
>&nbsp;:</TD
><TD
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
><TR
><TD
WIDTH="20%"
ALIGN="RIGHT"
VALIGN="TOP"
><TT
CLASS="PARAMETER"
><I
>warning</I
></TT
>&nbsp;:</TD
><TD
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
></TBODY
></TABLE
><P
></P
></DIV
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN3783"
></A
><H3
><A
NAME="INITHTMLDEFAULTSAXHANDLER"
></A
>inithtmlDefaultSAXHandler ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>void inithtmlDefaultSAXHandler (<A
HREF="libxml-parser.html#XMLSAXHANDLER"
>xmlSAXHandler</A
> *hdlr);</PRE
></TD
></TR
></TABLE
><P
></P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN3789"
></A
><P
></P
><TABLE
BORDER="0"
WIDTH="100%"
BGCOLOR="#FFD0D0"
CELLSPACING="0"
CELLPADDING="4"
CLASS="CALSTABLE"
><TBODY
><TR
><TD
WIDTH="20%"
ALIGN="RIGHT"
VALIGN="TOP"
><TT
CLASS="PARAMETER"
><I
>hdlr</I
></TT
>&nbsp;:</TD
><TD
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
></TBODY
></TABLE
><P
></P
></DIV
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN3798"
></A
><H3
><A
NAME="INITDOCBDEFAULTSAXHANDLER"
></A
>initdocbDefaultSAXHandler ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>void initdocbDefaultSAXHandler (<A
HREF="libxml-parser.html#XMLSAXHANDLER"
>xmlSAXHandler</A
> *hdlr);</PRE
></TD
></TR
></TABLE
><P
></P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN3804"
></A
><P
></P
><TABLE
BORDER="0"
WIDTH="100%"
BGCOLOR="#FFD0D0"
CELLSPACING="0"
CELLPADDING="4"
CLASS="CALSTABLE"
><TBODY
><TR
><TD
WIDTH="20%"
ALIGN="RIGHT"
VALIGN="TOP"
><TT
CLASS="PARAMETER"
><I
>hdlr</I
></TT
>&nbsp;:</TD
><TD
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
></TBODY
></TABLE
><P
></P
></DIV
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN3813"
></A ></A
><H3 ><H3
><A ><A
@ -4072,7 +4310,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3764" NAME="AEN3819"
></A ></A
><H3 ><H3
><A ><A
@ -4100,7 +4338,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN3770" NAME="AEN3825"
></A ></A
><H3 ><H3
><A ><A

File diff suppressed because it is too large Load Diff

View File

@ -123,7 +123,7 @@ NAME="LIBXML-URI"
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN9897" NAME="AEN9958"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
@ -131,7 +131,7 @@ NAME="AEN9897"
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN9900" NAME="AEN9961"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -259,7 +259,7 @@ HREF="libxml-uri.html#XMLURIPTR"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN9932" NAME="AEN9993"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -269,14 +269,14 @@ NAME="AEN9932"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN9935" NAME="AEN9996"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9937" NAME="AEN9998"
></A ></A
><H3 ><H3
><A ><A
@ -325,7 +325,7 @@ as described in RFC 2396 but separated for further processing</P
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9943" NAME="AEN10004"
></A ></A
><H3 ><H3
><A ><A
@ -338,7 +338,7 @@ NAME="XMLURIPTR"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9947" NAME="AEN10008"
></A ></A
><H3 ><H3
><A ><A
@ -368,7 +368,7 @@ HREF="libxml-uri.html#XMLURIPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN9954" NAME="AEN10015"
></A ></A
><P ><P
></P ></P
@ -404,7 +404,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9963" NAME="AEN10024"
></A ></A
><H3 ><H3
><A ><A
@ -446,7 +446,7 @@ RFC 2396</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN9973" NAME="AEN10034"
></A ></A
><P ><P
></P ></P
@ -516,7 +516,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9990" NAME="AEN10051"
></A ></A
><H3 ><H3
><A ><A
@ -548,7 +548,7 @@ HREF="libxml-uri.html#XMLURIPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN9998" NAME="AEN10059"
></A ></A
><P ><P
></P ></P
@ -601,7 +601,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10011" NAME="AEN10072"
></A ></A
><H3 ><H3
><A ><A
@ -640,7 +640,7 @@ CLASS="PARAMETER"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10020" NAME="AEN10081"
></A ></A
><P ><P
></P ></P
@ -710,7 +710,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10037" NAME="AEN10098"
></A ></A
><H3 ><H3
><A ><A
@ -743,7 +743,7 @@ HREF="libxml-uri.html#XMLURIPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10045" NAME="AEN10106"
></A ></A
><P ><P
></P ></P
@ -796,7 +796,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10058" NAME="AEN10119"
></A ></A
><H3 ><H3
><A ><A
@ -835,7 +835,7 @@ CLASS="PARAMETER"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10067" NAME="AEN10128"
></A ></A
><P ><P
></P ></P
@ -890,7 +890,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10080" NAME="AEN10141"
></A ></A
><H3 ><H3
><A ><A
@ -928,7 +928,7 @@ and the characters in the exception list.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10089" NAME="AEN10150"
></A ></A
><P ><P
></P ></P
@ -998,7 +998,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10106" NAME="AEN10167"
></A ></A
><H3 ><H3
><A ><A
@ -1031,7 +1031,7 @@ CLASS="LITERAL"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10113" NAME="AEN10174"
></A ></A
><P ><P
></P ></P
@ -1118,7 +1118,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10134" NAME="AEN10195"
></A ></A
><H3 ><H3
><A ><A
@ -1148,7 +1148,7 @@ Section 5.2, steps 6.c through 6.g.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10141" NAME="AEN10202"
></A ></A
><P ><P
></P ></P
@ -1201,7 +1201,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10154" NAME="AEN10215"
></A ></A
><H3 ><H3
><A ><A
@ -1236,7 +1236,7 @@ based it's impossible to be sure.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10162" NAME="AEN10223"
></A ></A
><P ><P
></P ></P
@ -1289,7 +1289,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10175" NAME="AEN10236"
></A ></A
><H3 ><H3
><A ><A
@ -1319,7 +1319,7 @@ HREF="libxml-uri.html#XMLURIPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10182" NAME="AEN10243"
></A ></A
><P ><P
></P ></P

File diff suppressed because it is too large Load Diff

View File

@ -123,7 +123,7 @@ NAME="LIBXML-XINCLUDE"
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN16808" NAME="AEN16886"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
@ -131,7 +131,7 @@ NAME="AEN16808"
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN16811" NAME="AEN16889"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -160,7 +160,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN16816" NAME="AEN16894"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -170,14 +170,14 @@ NAME="AEN16816"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN16819" NAME="AEN16897"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16821" NAME="AEN16899"
></A ></A
><H3 ><H3
><A ><A
@ -212,7 +212,7 @@ CLASS="PARAMETER"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16829" NAME="AEN16907"
></A ></A
><P ><P
></P ></P

View File

@ -123,7 +123,7 @@ NAME="LIBXML-XMLERROR"
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN10196" NAME="AEN10257"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
@ -131,7 +131,7 @@ NAME="AEN10196"
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN10199" NAME="AEN10260"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -165,6 +165,13 @@ HREF="libxml-xmlerror.html#XMLGENERICERRORFUNC"
>xmlGenericErrorFunc</A >xmlGenericErrorFunc</A
> handler); > handler);
void <A void <A
HREF="libxml-xmlerror.html#INITGENERICERRORDEFAULTFUNC"
>initGenericErrorDefaultFunc</A
> (<A
HREF="libxml-xmlerror.html#XMLGENERICERRORFUNC"
>xmlGenericErrorFunc</A
> *handler);
void <A
HREF="libxml-xmlerror.html#XMLPARSERERROR" HREF="libxml-xmlerror.html#XMLPARSERERROR"
>xmlParserError</A >xmlParserError</A
> (void *ctx, > (void *ctx,
@ -209,7 +216,7 @@ HREF="libxml-parser.html#XMLPARSERINPUTPTR"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN10214" NAME="AEN10277"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -219,14 +226,14 @@ NAME="AEN10214"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN10217" NAME="AEN10280"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10219" NAME="AEN10282"
></A ></A
><H3 ><H3
><A ><A
@ -381,7 +388,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10224" NAME="AEN10287"
></A ></A
><H3 ><H3
><A ><A
@ -408,7 +415,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10229" NAME="AEN10292"
></A ></A
><P ><P
></P ></P
@ -480,7 +487,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10246" NAME="AEN10309"
></A ></A
><H3 ><H3
><A ><A
@ -542,7 +549,7 @@ CLASS="PARAMETER"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10258" NAME="AEN10321"
></A ></A
><P ><P
></P ></P
@ -597,7 +604,73 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10271" NAME="AEN10334"
></A
><H3
><A
NAME="INITGENERICERRORDEFAULTFUNC"
></A
>initGenericErrorDefaultFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>void initGenericErrorDefaultFunc (<A
HREF="libxml-xmlerror.html#XMLGENERICERRORFUNC"
>xmlGenericErrorFunc</A
> *handler);</PRE
></TD
></TR
></TABLE
><P
></P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN10340"
></A
><P
></P
><TABLE
BORDER="0"
WIDTH="100%"
BGCOLOR="#FFD0D0"
CELLSPACING="0"
CELLPADDING="4"
CLASS="CALSTABLE"
><TBODY
><TR
><TD
WIDTH="20%"
ALIGN="RIGHT"
VALIGN="TOP"
><TT
CLASS="PARAMETER"
><I
>handler</I
></TT
>&nbsp;:</TD
><TD
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>&nbsp;</TD
></TR
></TBODY
></TABLE
><P
></P
></DIV
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN10349"
></A ></A
><H3 ><H3
><A ><A
@ -627,7 +700,7 @@ extra parameters.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10277" NAME="AEN10355"
></A ></A
><P ><P
></P ></P
@ -699,7 +772,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10294" NAME="AEN10372"
></A ></A
><H3 ><H3
><A ><A
@ -729,7 +802,7 @@ extra parameters.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10300" NAME="AEN10378"
></A ></A
><P ><P
></P ></P
@ -801,7 +874,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10317" NAME="AEN10395"
></A ></A
><H3 ><H3
><A ><A
@ -831,7 +904,7 @@ line, position and extra parameters.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10323" NAME="AEN10401"
></A ></A
><P ><P
></P ></P
@ -903,7 +976,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10340" NAME="AEN10418"
></A ></A
><H3 ><H3
><A ><A
@ -933,7 +1006,7 @@ position and extra parameters.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10346" NAME="AEN10424"
></A ></A
><P ><P
></P ></P
@ -1005,7 +1078,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10363" NAME="AEN10441"
></A ></A
><H3 ><H3
><A ><A
@ -1035,7 +1108,7 @@ HREF="libxml-parser.html#XMLPARSERINPUTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10370" NAME="AEN10448"
></A ></A
><P ><P
></P ></P
@ -1073,7 +1146,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10379" NAME="AEN10457"
></A ></A
><H3 ><H3
><A ><A
@ -1103,7 +1176,7 @@ HREF="libxml-parser.html#XMLPARSERINPUTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN10386" NAME="AEN10464"
></A ></A
><P ><P
></P ></P

View File

@ -123,7 +123,7 @@ NAME="LIBXML-XMLIO"
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN17696" NAME="AEN17774"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
@ -131,7 +131,7 @@ NAME="AEN17696"
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN17699" NAME="AEN17777"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -199,6 +199,14 @@ HREF="libxml-xmlio.html#XMLOUTPUTBUFFERPTR"
>xmlOutputBufferPtr</A >xmlOutputBufferPtr</A
>; >;
void <A void <A
HREF="libxml-xmlio.html#XMLCLEANUPINPUTCALLBACKS"
>xmlCleanupInputCallbacks</A
> (void);
void <A
HREF="libxml-xmlio.html#XMLCLEANUPOUTPUTCALLBACKS"
>xmlCleanupOutputCallbacks</A
> (void);
void <A
HREF="libxml-xmlio.html#XMLREGISTERDEFAULTINPUTCALLBACKS" HREF="libxml-xmlio.html#XMLREGISTERDEFAULTINPUTCALLBACKS"
>xmlRegisterDefaultInputCallbacks</A >xmlRegisterDefaultInputCallbacks</A
> >
@ -547,7 +555,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN17800" NAME="AEN17880"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -557,14 +565,14 @@ NAME="AEN17800"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN17803" NAME="AEN17883"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17805" NAME="AEN17885"
></A ></A
><H3 ><H3
><A ><A
@ -589,7 +597,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17810" NAME="AEN17890"
></A ></A
><P ><P
></P ></P
@ -642,7 +650,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17823" NAME="AEN17903"
></A ></A
><H3 ><H3
><A ><A
@ -667,7 +675,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17828" NAME="AEN17908"
></A ></A
><P ><P
></P ></P
@ -705,7 +713,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17837" NAME="AEN17917"
></A ></A
><H3 ><H3
><A ><A
@ -732,7 +740,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17842" NAME="AEN17922"
></A ></A
><P ><P
></P ></P
@ -819,7 +827,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17863" NAME="AEN17943"
></A ></A
><H3 ><H3
><A ><A
@ -844,7 +852,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17868" NAME="AEN17948"
></A ></A
><P ><P
></P ></P
@ -897,7 +905,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17881" NAME="AEN17961"
></A ></A
><H3 ><H3
><A ><A
@ -932,7 +940,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17886" NAME="AEN17966"
></A ></A
><H3 ><H3
><A ><A
@ -958,7 +966,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17891" NAME="AEN17971"
></A ></A
><H3 ><H3
><A ><A
@ -983,7 +991,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17896" NAME="AEN17976"
></A ></A
><P ><P
></P ></P
@ -1036,7 +1044,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17909" NAME="AEN17989"
></A ></A
><H3 ><H3
><A ><A
@ -1061,7 +1069,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17914" NAME="AEN17994"
></A ></A
><P ><P
></P ></P
@ -1099,7 +1107,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17923" NAME="AEN18003"
></A ></A
><H3 ><H3
><A ><A
@ -1126,7 +1134,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17928" NAME="AEN18008"
></A ></A
><P ><P
></P ></P
@ -1213,7 +1221,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17949" NAME="AEN18029"
></A ></A
><H3 ><H3
><A ><A
@ -1238,7 +1246,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17954" NAME="AEN18034"
></A ></A
><P ><P
></P ></P
@ -1291,7 +1299,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17967" NAME="AEN18047"
></A ></A
><H3 ><H3
><A ><A
@ -1327,7 +1335,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17972" NAME="AEN18052"
></A ></A
><H3 ><H3
><A ><A
@ -1353,7 +1361,65 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17977" NAME="AEN18057"
></A
><H3
><A
NAME="XMLCLEANUPINPUTCALLBACKS"
></A
>xmlCleanupInputCallbacks ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>void xmlCleanupInputCallbacks (void);</PRE
></TD
></TR
></TABLE
><P
>clears the entire input callback table. this includes the
compiled-in I/O.</P
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN18063"
></A
><H3
><A
NAME="XMLCLEANUPOUTPUTCALLBACKS"
></A
>xmlCleanupOutputCallbacks ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>void xmlCleanupOutputCallbacks (void);</PRE
></TD
></TR
></TABLE
><P
>clears the entire output callback table. this includes the
compiled-in I/O callbacks.</P
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN18069"
></A ></A
><H3 ><H3
><A ><A
@ -1382,7 +1448,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17983" NAME="AEN18075"
></A ></A
><H3 ><H3
><A ><A
@ -1416,7 +1482,7 @@ HREF="libxml-encoding.html#XMLCHARENCODING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN17991" NAME="AEN18083"
></A ></A
><P ><P
></P ></P
@ -1469,7 +1535,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18004" NAME="AEN18096"
></A ></A
><H3 ><H3
><A ><A
@ -1507,7 +1573,7 @@ HREF="libxml-xmlio.html#XMLPARSERINPUTBUFFERCREATEFILENAME"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18013" NAME="AEN18105"
></A ></A
><P ><P
></P ></P
@ -1577,7 +1643,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18030" NAME="AEN18122"
></A ></A
><H3 ><H3
><A ><A
@ -1616,7 +1682,7 @@ Do an encoding check if enc == XML_CHAR_ENCODING_NONE</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18038" NAME="AEN18130"
></A ></A
><P ><P
></P ></P
@ -1686,7 +1752,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18055" NAME="AEN18147"
></A ></A
><H3 ><H3
><A ><A
@ -1725,7 +1791,7 @@ buffered C I/O</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18064" NAME="AEN18156"
></A ></A
><P ><P
></P ></P
@ -1795,7 +1861,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18081" NAME="AEN18173"
></A ></A
><H3 ><H3
><A ><A
@ -1831,7 +1897,7 @@ from a file descriptor</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18089" NAME="AEN18181"
></A ></A
><P ><P
></P ></P
@ -1901,7 +1967,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18106" NAME="AEN18198"
></A ></A
><H3 ><H3
><A ><A
@ -1938,7 +2004,7 @@ from a memory area.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18114" NAME="AEN18206"
></A ></A
><P ><P
></P ></P
@ -2025,7 +2091,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18135" NAME="AEN18227"
></A ></A
><H3 ><H3
><A ><A
@ -2069,7 +2135,7 @@ from an I/O handler</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18145" NAME="AEN18237"
></A ></A
><P ><P
></P ></P
@ -2173,7 +2239,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18170" NAME="AEN18262"
></A ></A
><H3 ><H3
><A ><A
@ -2206,7 +2272,7 @@ This routine handle the I18N transcoding to internal UTF-8</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18177" NAME="AEN18269"
></A ></A
><P ><P
></P ></P
@ -2277,7 +2343,7 @@ in case of error.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18194" NAME="AEN18286"
></A ></A
><H3 ><H3
><A ><A
@ -2313,7 +2379,7 @@ onto in-&gt;buffer or in-&gt;raw</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18202" NAME="AEN18294"
></A ></A
><P ><P
></P ></P
@ -2384,7 +2450,7 @@ in case of error.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18219" NAME="AEN18311"
></A ></A
><H3 ><H3
><A ><A
@ -2418,7 +2484,7 @@ This is used when operating the parser in progressive (push) mode.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18226" NAME="AEN18318"
></A ></A
><P ><P
></P ></P
@ -2506,7 +2572,7 @@ in case of error.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18247" NAME="AEN18339"
></A ></A
><H3 ><H3
><A ><A
@ -2536,7 +2602,7 @@ HREF="libxml-xmlio.html#XMLPARSERINPUTBUFFERPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18254" NAME="AEN18346"
></A ></A
><P ><P
></P ></P
@ -2574,7 +2640,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18263" NAME="AEN18355"
></A ></A
><H3 ><H3
><A ><A
@ -2601,7 +2667,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18269" NAME="AEN18361"
></A ></A
><P ><P
></P ></P
@ -2654,7 +2720,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18282" NAME="AEN18374"
></A ></A
><H3 ><H3
><A ><A
@ -2696,7 +2762,7 @@ HREF="libxml-xmlio.html#XMLINPUTCLOSECALLBACK"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18292" NAME="AEN18384"
></A ></A
><P ><P
></P ></P
@ -2800,7 +2866,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18317" NAME="AEN18409"
></A ></A
><H3 ><H3
><A ><A
@ -2829,7 +2895,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18323" NAME="AEN18415"
></A ></A
><H3 ><H3
><A ><A
@ -2862,7 +2928,7 @@ HREF="libxml-encoding.html#XMLCHARENCODINGHANDLERPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18331" NAME="AEN18423"
></A ></A
><P ><P
></P ></P
@ -2915,7 +2981,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18344" NAME="AEN18436"
></A ></A
><H3 ><H3
><A ><A
@ -2956,7 +3022,7 @@ writing to a local file.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18352" NAME="AEN18444"
></A ></A
><P ><P
></P ></P
@ -3043,7 +3109,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18373" NAME="AEN18465"
></A ></A
><H3 ><H3
><A ><A
@ -3082,7 +3148,7 @@ buffered C I/O</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18382" NAME="AEN18474"
></A ></A
><P ><P
></P ></P
@ -3152,7 +3218,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18399" NAME="AEN18491"
></A ></A
><H3 ><H3
><A ><A
@ -3187,7 +3253,7 @@ to a file descriptor</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18407" NAME="AEN18499"
></A ></A
><P ><P
></P ></P
@ -3257,7 +3323,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18424" NAME="AEN18516"
></A ></A
><H3 ><H3
><A ><A
@ -3300,7 +3366,7 @@ to an I/O handler</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18434" NAME="AEN18526"
></A ></A
><P ><P
></P ></P
@ -3404,7 +3470,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18459" NAME="AEN18551"
></A ></A
><H3 ><H3
><A ><A
@ -3439,7 +3505,7 @@ or delayed writes.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18466" NAME="AEN18558"
></A ></A
><P ><P
></P ></P
@ -3527,7 +3593,7 @@ in case of error.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18487" NAME="AEN18579"
></A ></A
><H3 ><H3
><A ><A
@ -3561,7 +3627,7 @@ or delayed writes.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18494" NAME="AEN18586"
></A ></A
><P ><P
></P ></P
@ -3632,7 +3698,7 @@ in case of error.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18511" NAME="AEN18603"
></A ></A
><H3 ><H3
><A ><A
@ -3662,7 +3728,7 @@ HREF="libxml-xmlio.html#XMLOUTPUTBUFFERPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18518" NAME="AEN18610"
></A ></A
><P ><P
></P ></P
@ -3715,7 +3781,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18531" NAME="AEN18623"
></A ></A
><H3 ><H3
><A ><A
@ -3746,7 +3812,7 @@ and free up all the associated resources</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18538" NAME="AEN18630"
></A ></A
><P ><P
></P ></P
@ -3799,7 +3865,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18551" NAME="AEN18643"
></A ></A
><H3 ><H3
><A ><A
@ -3841,7 +3907,7 @@ HREF="libxml-xmlio.html#XMLOUTPUTCLOSECALLBACK"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18561" NAME="AEN18653"
></A ></A
><P ><P
></P ></P
@ -3945,7 +4011,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18586" NAME="AEN18678"
></A ></A
><H3 ><H3
><A ><A
@ -3974,7 +4040,7 @@ request. Non-static as is called from the output buffer creation routine.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18592" NAME="AEN18684"
></A ></A
><P ><P
></P ></P
@ -4029,7 +4095,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18605" NAME="AEN18697"
></A ></A
><H3 ><H3
><A ><A
@ -4059,7 +4125,7 @@ method instead.</P
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18611" NAME="AEN18703"
></A ></A
><H3 ><H3
><A ><A
@ -4094,7 +4160,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18619" NAME="AEN18711"
></A ></A
><P ><P
></P ></P
@ -4181,7 +4247,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18640" NAME="AEN18732"
></A ></A
><H3 ><H3
><A ><A
@ -4217,7 +4283,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18648" NAME="AEN18740"
></A ></A
><P ><P
></P ></P
@ -4321,7 +4387,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18673" NAME="AEN18765"
></A ></A
><H3 ><H3
><A ><A
@ -4362,7 +4428,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18682" NAME="AEN18774"
></A ></A
><P ><P
></P ></P
@ -4485,7 +4551,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18711" NAME="AEN18803"
></A ></A
><H3 ><H3
><A ><A
@ -4520,7 +4586,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN18719" NAME="AEN18811"
></A ></A
><P ><P
></P ></P

View File

@ -111,7 +111,7 @@ NAME="LIBXML-XMLMEMORY"
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN23621" NAME="AEN25878"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
@ -119,7 +119,7 @@ NAME="AEN23621"
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN23624" NAME="AEN25881"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -231,15 +231,15 @@ HREF="libxml-xmlmemory.html#XMLMEMORYDUMP"
>xmlMemoryDump</A >xmlMemoryDump</A
> (void); > (void);
#define <A #define <A
HREF="libxml-xmlmemory.html#XMLMALLOC" HREF="libxml-globals.html#XMLMALLOC"
>xmlMalloc</A >xmlMalloc</A
> (size) > (size)
#define <A #define <A
HREF="libxml-xmlmemory.html#XMLREALLOC" HREF="libxml-globals.html#XMLREALLOC"
>xmlRealloc</A >xmlRealloc</A
> (ptr, size) > (ptr, size)
#define <A #define <A
HREF="libxml-xmlmemory.html#XMLMEMSTRDUP" HREF="libxml-globals.html#XMLMEMSTRDUP"
>xmlMemStrdup</A >xmlMemStrdup</A
> (str) > (str)
void* <A void* <A
@ -274,7 +274,7 @@ HREF="libxml-xmlmemory.html#XMLMEMSTRDUPLOC"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN23660" NAME="AEN25917"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -284,14 +284,14 @@ NAME="AEN23660"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN23663" NAME="AEN25920"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23665" NAME="AEN25922"
></A ></A
><H3 ><H3
><A ><A
@ -322,7 +322,7 @@ libxml i.e. if libxml has been configured with --with-debug-mem too</P
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23671" NAME="AEN25928"
></A ></A
><H3 ><H3
><A ><A
@ -350,7 +350,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23677" NAME="AEN25934"
></A ></A
><H3 ><H3
><A ><A
@ -375,7 +375,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23682" NAME="AEN25939"
></A ></A
><P ><P
></P ></P
@ -413,7 +413,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23691" NAME="AEN25948"
></A ></A
><H3 ><H3
><A ><A
@ -441,7 +441,7 @@ HREF="SIZE-T"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23697" NAME="AEN25954"
></A ></A
><P ><P
></P ></P
@ -479,7 +479,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23706" NAME="AEN25963"
></A ></A
><H3 ><H3
><A ><A
@ -508,7 +508,7 @@ HREF="SIZE-T"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23712" NAME="AEN25969"
></A ></A
><P ><P
></P ></P
@ -563,7 +563,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23725" NAME="AEN25982"
></A ></A
><H3 ><H3
><A ><A
@ -588,7 +588,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23730" NAME="AEN25987"
></A ></A
><P ><P
></P ></P
@ -641,7 +641,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23743" NAME="AEN26000"
></A ></A
><H3 ><H3
><A ><A
@ -687,7 +687,7 @@ done ?</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23754" NAME="AEN26011"
></A ></A
><P ><P
></P ></P
@ -803,7 +803,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23783" NAME="AEN26040"
></A ></A
><H3 ><H3
><A ><A
@ -845,7 +845,7 @@ HREF="libxml-xmlmemory.html#XMLSTRDUPFUNC"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23793" NAME="AEN26050"
></A ></A
><P ><P
></P ></P
@ -961,7 +961,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23822" NAME="AEN26079"
></A ></A
><H3 ><H3
><A ><A
@ -988,7 +988,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23828" NAME="AEN26085"
></A ></A
><P ><P
></P ></P
@ -1024,7 +1024,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23837" NAME="AEN26094"
></A ></A
><H3 ><H3
><A ><A
@ -1051,7 +1051,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23843" NAME="AEN26100"
></A ></A
><P ><P
></P ></P
@ -1087,7 +1087,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23852" NAME="AEN26109"
></A ></A
><H3 ><H3
><A ><A
@ -1117,7 +1117,7 @@ HREF="FILE-CAPS"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23859" NAME="AEN26116"
></A ></A
><P ><P
></P ></P
@ -1156,7 +1156,7 @@ written to the file .memorylist</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23868" NAME="AEN26125"
></A ></A
><H3 ><H3
><A ><A
@ -1193,7 +1193,7 @@ CLASS="PARAMETER"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23876" NAME="AEN26133"
></A ></A
><P ><P
></P ></P
@ -1248,7 +1248,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23889" NAME="AEN26146"
></A ></A
><H3 ><H3
><A ><A
@ -1276,7 +1276,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23895" NAME="AEN26152"
></A ></A
><H3 ><H3
><A ><A
@ -1292,7 +1292,7 @@ CELLPADDING="6"
><TD ><TD
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>#define xmlMalloc(size) xmlMallocLoc((size), __FILE__, __LINE__)</PRE >#define xmlMalloc(size)</PRE
></TD ></TD
></TR ></TR
></TABLE ></TABLE
@ -1306,7 +1306,7 @@ HREF="MALLOC"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23902" NAME="AEN26159"
></A ></A
><P ><P
></P ></P
@ -1344,7 +1344,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23911" NAME="AEN26168"
></A ></A
><H3 ><H3
><A ><A
@ -1360,7 +1360,7 @@ CELLPADDING="6"
><TD ><TD
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>#define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__)</PRE >#define xmlRealloc(ptr, size)</PRE
></TD ></TD
></TR ></TR
></TABLE ></TABLE
@ -1374,7 +1374,7 @@ HREF="REALLOC"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23918" NAME="AEN26175"
></A ></A
><P ><P
></P ></P
@ -1429,7 +1429,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23931" NAME="AEN26188"
></A ></A
><H3 ><H3
><A ><A
@ -1445,7 +1445,7 @@ CELLPADDING="6"
><TD ><TD
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>#define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__)</PRE >#define xmlMemStrdup(str)</PRE
></TD ></TD
></TR ></TR
></TABLE ></TABLE
@ -1462,7 +1462,7 @@ HREF="libxml-parser.html#XMLSTRDUP"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23939" NAME="AEN26196"
></A ></A
><P ><P
></P ></P
@ -1500,7 +1500,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23948" NAME="AEN26205"
></A ></A
><H3 ><H3
><A ><A
@ -1535,7 +1535,7 @@ HREF="MALLOC"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23956" NAME="AEN26213"
></A ></A
><P ><P
></P ></P
@ -1607,7 +1607,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN23973" NAME="AEN26230"
></A ></A
><H3 ><H3
><A ><A
@ -1643,7 +1643,7 @@ HREF="REALLOC"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN23981" NAME="AEN26238"
></A ></A
><P ><P
></P ></P
@ -1732,7 +1732,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN24002" NAME="AEN26259"
></A ></A
><H3 ><H3
><A ><A
@ -1764,7 +1764,7 @@ HREF="STRDUP"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN24009" NAME="AEN26266"
></A ></A
><P ><P
></P ></P

View File

@ -123,7 +123,7 @@ NAME="LIBXML-XPATH"
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN11464" NAME="AEN11542"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
@ -131,7 +131,7 @@ NAME="AEN11464"
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN11467" NAME="AEN11545"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -591,7 +591,7 @@ HREF="libxml-xpath.html#XMLXPATHCOMPEXPRPTR"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN11593" NAME="AEN11671"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -601,14 +601,14 @@ NAME="AEN11593"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN11596" NAME="AEN11674"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11598" NAME="AEN11676"
></A ></A
><H3 ><H3
><A ><A
@ -697,7 +697,7 @@ the next binary incompatible release.</P
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11604" NAME="AEN11682"
></A ></A
><H3 ><H3
><A ><A
@ -723,7 +723,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11609" NAME="AEN11687"
></A ></A
><H3 ><H3
><A ><A
@ -767,7 +767,7 @@ an xmlXPathContext, and the stack of objects.</P
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11615" NAME="AEN11693"
></A ></A
><H3 ><H3
><A ><A
@ -793,7 +793,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11620" NAME="AEN11698"
></A ></A
><H3 ><H3
><A ><A
@ -842,7 +842,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11625" NAME="AEN11703"
></A ></A
><H3 ><H3
><A ><A
@ -872,7 +872,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11630" NAME="AEN11708"
></A ></A
><H3 ><H3
><A ><A
@ -898,7 +898,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11635" NAME="AEN11713"
></A ></A
><H3 ><H3
><A ><A
@ -935,7 +935,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11640" NAME="AEN11718"
></A ></A
><H3 ><H3
><A ><A
@ -971,7 +971,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11645" NAME="AEN11723"
></A ></A
><H3 ><H3
><A ><A
@ -997,7 +997,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11650" NAME="AEN11728"
></A ></A
><H3 ><H3
><A ><A
@ -1026,7 +1026,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11656" NAME="AEN11734"
></A ></A
><P ><P
></P ></P
@ -1096,7 +1096,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11673" NAME="AEN11751"
></A ></A
><H3 ><H3
><A ><A
@ -1125,7 +1125,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11678" NAME="AEN11756"
></A ></A
><H3 ><H3
><A ><A
@ -1151,7 +1151,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11683" NAME="AEN11761"
></A ></A
><H3 ><H3
><A ><A
@ -1180,7 +1180,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11688" NAME="AEN11766"
></A ></A
><H3 ><H3
><A ><A
@ -1206,7 +1206,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11693" NAME="AEN11771"
></A ></A
><H3 ><H3
><A ><A
@ -1237,7 +1237,7 @@ HREF="libxml-xpath.html#XMLXPATHPARSERCONTEXTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11700" NAME="AEN11778"
></A ></A
><P ><P
></P ></P
@ -1292,7 +1292,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11713" NAME="AEN11791"
></A ></A
><H3 ><H3
><A ><A
@ -1321,7 +1321,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11718" NAME="AEN11796"
></A ></A
><H3 ><H3
><A ><A
@ -1347,7 +1347,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11723" NAME="AEN11801"
></A ></A
><H3 ><H3
><A ><A
@ -1382,7 +1382,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11731" NAME="AEN11809"
></A ></A
><P ><P
></P ></P
@ -1452,7 +1452,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11748" NAME="AEN11826"
></A ></A
><H3 ><H3
><A ><A
@ -1481,7 +1481,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11753" NAME="AEN11831"
></A ></A
><H3 ><H3
><A ><A
@ -1507,7 +1507,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11758" NAME="AEN11836"
></A ></A
><H3 ><H3
><A ><A
@ -1539,7 +1539,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11765" NAME="AEN11843"
></A ></A
><H3 ><H3
><A ><A
@ -1565,7 +1565,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11770" NAME="AEN11848"
></A ></A
><H3 ><H3
><A ><A
@ -1597,7 +1597,7 @@ and the result is pushed on the stack.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11777" NAME="AEN11855"
></A ></A
><P ><P
></P ></P
@ -1633,7 +1633,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11786" NAME="AEN11864"
></A ></A
><H3 ><H3
><A ><A
@ -1668,7 +1668,7 @@ http://sourceforge.net/projects/ctrio/</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11794" NAME="AEN11872"
></A ></A
><P ><P
></P ></P
@ -1721,7 +1721,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11807" NAME="AEN11885"
></A ></A
><H3 ><H3
><A ><A
@ -1756,7 +1756,7 @@ http://sourceforge.net/projects/ctrio/</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11815" NAME="AEN11893"
></A ></A
><P ><P
></P ></P
@ -1809,7 +1809,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11828" NAME="AEN11906"
></A ></A
><H3 ><H3
><A ><A
@ -1836,7 +1836,7 @@ CLASS="PROGRAMLISTING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11834" NAME="AEN11912"
></A ></A
><P ><P
></P ></P
@ -1874,7 +1874,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11843" NAME="AEN11921"
></A ></A
><H3 ><H3
><A ><A
@ -1904,7 +1904,7 @@ HREF="ITEM"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11850" NAME="AEN11928"
></A ></A
><P ><P
></P ></P
@ -1959,7 +1959,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11863" NAME="AEN11941"
></A ></A
><H3 ><H3
><A ><A
@ -1991,7 +1991,7 @@ CLASS="PARAMETER"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11870" NAME="AEN11948"
></A ></A
><P ><P
></P ></P
@ -2029,7 +2029,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11879" NAME="AEN11957"
></A ></A
><H3 ><H3
><A ><A
@ -2059,7 +2059,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11886" NAME="AEN11964"
></A ></A
><P ><P
></P ></P
@ -2097,7 +2097,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11895" NAME="AEN11973"
></A ></A
><H3 ><H3
><A ><A
@ -2135,7 +2135,7 @@ CLASS="PARAMETER"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11904" NAME="AEN11982"
></A ></A
><P ><P
></P ></P
@ -2188,7 +2188,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11917" NAME="AEN11995"
></A ></A
><H3 ><H3
><A ><A
@ -2227,7 +2227,7 @@ HREF="libxml-xpath.html#XMLXPATHFREEOBJECT"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11926" NAME="AEN12004"
></A ></A
><P ><P
></P ></P
@ -2265,7 +2265,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11935" NAME="AEN12013"
></A ></A
><H3 ><H3
><A ><A
@ -2295,7 +2295,7 @@ HREF="libxml-xpath.html#XMLNODESETPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11942" NAME="AEN12020"
></A ></A
><P ><P
></P ></P
@ -2333,7 +2333,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11951" NAME="AEN12029"
></A ></A
><H3 ><H3
><A ><A
@ -2366,7 +2366,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11959" NAME="AEN12037"
></A ></A
><P ><P
></P ></P
@ -2419,7 +2419,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11972" NAME="AEN12050"
></A ></A
><H3 ><H3
><A ><A
@ -2453,7 +2453,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN11980" NAME="AEN12058"
></A ></A
><P ><P
></P ></P
@ -2524,7 +2524,7 @@ that's the same node, -1 otherwise</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11997" NAME="AEN12075"
></A ></A
><H3 ><H3
><A ><A
@ -2554,7 +2554,7 @@ HREF="DOUBLE"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12004" NAME="AEN12082"
></A ></A
><P ><P
></P ></P
@ -2607,7 +2607,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12017" NAME="AEN12095"
></A ></A
><H3 ><H3
><A ><A
@ -2637,7 +2637,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12024" NAME="AEN12102"
></A ></A
><P ><P
></P ></P
@ -2690,7 +2690,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12037" NAME="AEN12115"
></A ></A
><H3 ><H3
><A ><A
@ -2720,7 +2720,7 @@ HREF="libxml-xpath.html#XMLNODESETPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12044" NAME="AEN12122"
></A ></A
><P ><P
></P ></P
@ -2773,7 +2773,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12057" NAME="AEN12135"
></A ></A
><H3 ><H3
><A ><A
@ -2803,7 +2803,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12064" NAME="AEN12142"
></A ></A
><P ><P
></P ></P
@ -2856,7 +2856,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12077" NAME="AEN12155"
></A ></A
><H3 ><H3
><A ><A
@ -2886,7 +2886,7 @@ HREF="DOUBLE"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12084" NAME="AEN12162"
></A ></A
><P ><P
></P ></P
@ -2939,7 +2939,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12097" NAME="AEN12175"
></A ></A
><H3 ><H3
><A ><A
@ -2972,7 +2972,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12105" NAME="AEN12183"
></A ></A
><P ><P
></P ></P
@ -3025,7 +3025,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12118" NAME="AEN12196"
></A ></A
><H3 ><H3
><A ><A
@ -3058,7 +3058,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12126" NAME="AEN12204"
></A ></A
><P ><P
></P ></P
@ -3111,7 +3111,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12139" NAME="AEN12217"
></A ></A
><H3 ><H3
><A ><A
@ -3144,7 +3144,7 @@ HREF="libxml-xpath.html#XMLNODESETPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12147" NAME="AEN12225"
></A ></A
><P ><P
></P ></P
@ -3197,7 +3197,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12160" NAME="AEN12238"
></A ></A
><H3 ><H3
><A ><A
@ -3230,7 +3230,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12168" NAME="AEN12246"
></A ></A
><P ><P
></P ></P
@ -3283,7 +3283,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12181" NAME="AEN12259"
></A ></A
><H3 ><H3
><A ><A
@ -3313,7 +3313,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12188" NAME="AEN12266"
></A ></A
><P ><P
></P ></P
@ -3366,7 +3366,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12201" NAME="AEN12279"
></A ></A
><H3 ><H3
><A ><A
@ -3399,7 +3399,7 @@ HREF="DOUBLE"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12209" NAME="AEN12287"
></A ></A
><P ><P
></P ></P
@ -3452,7 +3452,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12222" NAME="AEN12300"
></A ></A
><H3 ><H3
><A ><A
@ -3485,7 +3485,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12230" NAME="AEN12308"
></A ></A
><P ><P
></P ></P
@ -3538,7 +3538,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12243" NAME="AEN12321"
></A ></A
><H3 ><H3
><A ><A
@ -3571,7 +3571,7 @@ HREF="libxml-xpath.html#XMLNODESETPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12251" NAME="AEN12329"
></A ></A
><P ><P
></P ></P
@ -3624,7 +3624,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12264" NAME="AEN12342"
></A ></A
><H3 ><H3
><A ><A
@ -3660,7 +3660,7 @@ HREF="STRING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12273" NAME="AEN12351"
></A ></A
><P ><P
></P ></P
@ -3715,7 +3715,7 @@ string object).</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12286" NAME="AEN12364"
></A ></A
><H3 ><H3
><A ><A
@ -3751,7 +3751,7 @@ HREF="BOOLEAN"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12295" NAME="AEN12373"
></A ></A
><P ><P
></P ></P
@ -3810,7 +3810,7 @@ CLASS="PARAMETER"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12309" NAME="AEN12387"
></A ></A
><H3 ><H3
><A ><A
@ -3846,7 +3846,7 @@ HREF="NUMBER"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12318" NAME="AEN12396"
></A ></A
><P ><P
></P ></P
@ -3905,7 +3905,7 @@ CLASS="PARAMETER"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12332" NAME="AEN12410"
></A ></A
><H3 ><H3
><A ><A
@ -3941,7 +3941,7 @@ HREF="STRING"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12341" NAME="AEN12419"
></A ></A
><P ><P
></P ></P
@ -4000,7 +4000,7 @@ CLASS="PARAMETER"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12355" NAME="AEN12433"
></A ></A
><H3 ><H3
><A ><A
@ -4028,7 +4028,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12361" NAME="AEN12439"
></A ></A
><H3 ><H3
><A ><A
@ -4061,7 +4061,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12369" NAME="AEN12447"
></A ></A
><P ><P
></P ></P
@ -4114,7 +4114,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12382" NAME="AEN12460"
></A ></A
><H3 ><H3
><A ><A
@ -4144,7 +4144,7 @@ HREF="libxml-xpath.html#XMLXPATHCONTEXTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12389" NAME="AEN12467"
></A ></A
><P ><P
></P ></P
@ -4182,7 +4182,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12398" NAME="AEN12476"
></A ></A
><H3 ><H3
><A ><A
@ -4219,7 +4219,7 @@ HREF="libxml-xpath.html#XMLXPATHCONTEXTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12407" NAME="AEN12485"
></A ></A
><P ><P
></P ></P
@ -4290,7 +4290,7 @@ the caller has to free the object.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12424" NAME="AEN12502"
></A ></A
><H3 ><H3
><A ><A
@ -4327,7 +4327,7 @@ HREF="libxml-xpath.html#XMLXPATHCONTEXTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12433" NAME="AEN12511"
></A ></A
><P ><P
></P ></P
@ -4398,7 +4398,7 @@ the caller has to free the object.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12450" NAME="AEN12528"
></A ></A
><H3 ><H3
><A ><A
@ -4441,7 +4441,7 @@ to the boolean function. </P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12459" NAME="AEN12537"
></A ></A
><P ><P
></P ></P
@ -4511,7 +4511,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12476" NAME="AEN12554"
></A ></A
><H3 ><H3
><A ><A
@ -4544,7 +4544,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12484" NAME="AEN12562"
></A ></A
><P ><P
></P ></P
@ -4598,7 +4598,7 @@ the caller has to free the object.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12497" NAME="AEN12575"
></A ></A
><H3 ><H3
><A ><A
@ -4635,7 +4635,7 @@ HREF="libxml-xpath.html#XMLXPATHCONTEXTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12506" NAME="AEN12584"
></A ></A
><P ><P
></P ></P
@ -4706,7 +4706,7 @@ the caller has to free the object.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12523" NAME="AEN12601"
></A ></A
><H3 ><H3
><A ><A
@ -4741,7 +4741,7 @@ CLASS="PARAMETER"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN12531" NAME="AEN12609"
></A ></A
><P ><P
></P ></P

File diff suppressed because it is too large Load Diff

View File

@ -123,7 +123,7 @@ NAME="LIBXML-XPOINTER"
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN16207" NAME="AEN16285"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
@ -131,7 +131,7 @@ NAME="AEN16207"
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN16210" NAME="AEN16288"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -411,7 +411,7 @@ HREF="libxml-xpath.html#XMLXPATHPARSERCONTEXTPTR"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN16285" NAME="AEN16363"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -421,14 +421,14 @@ NAME="AEN16285"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN16288" NAME="AEN16366"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16290" NAME="AEN16368"
></A ></A
><H3 ><H3
><A ><A
@ -458,7 +458,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16295" NAME="AEN16373"
></A ></A
><H3 ><H3
><A ><A
@ -484,7 +484,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16300" NAME="AEN16378"
></A ></A
><H3 ><H3
><A ><A
@ -522,7 +522,7 @@ CLASS="PARAMETER"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16309" NAME="AEN16387"
></A ></A
><P ><P
></P ></P
@ -575,7 +575,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16322" NAME="AEN16400"
></A ></A
><H3 ><H3
><A ><A
@ -605,7 +605,7 @@ HREF="libxml-xpointer.html#XMLLOCATIONSETPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16329" NAME="AEN16407"
></A ></A
><P ><P
></P ></P
@ -643,7 +643,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16338" NAME="AEN16416"
></A ></A
><H3 ><H3
><A ><A
@ -690,7 +690,7 @@ CLASS="PARAMETER"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16349" NAME="AEN16427"
></A ></A
><P ><P
></P ></P
@ -760,7 +760,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16366" NAME="AEN16444"
></A ></A
><H3 ><H3
><A ><A
@ -799,7 +799,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16375" NAME="AEN16453"
></A ></A
><P ><P
></P ></P
@ -903,7 +903,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16400" NAME="AEN16478"
></A ></A
><H3 ><H3
><A ><A
@ -940,7 +940,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16409" NAME="AEN16487"
></A ></A
><P ><P
></P ></P
@ -1010,7 +1010,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16426" NAME="AEN16504"
></A ></A
><H3 ><H3
><A ><A
@ -1047,7 +1047,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16435" NAME="AEN16513"
></A ></A
><P ><P
></P ></P
@ -1117,7 +1117,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16452" NAME="AEN16530"
></A ></A
><H3 ><H3
><A ><A
@ -1154,7 +1154,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16461" NAME="AEN16539"
></A ></A
><P ><P
></P ></P
@ -1224,7 +1224,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16478" NAME="AEN16556"
></A ></A
><H3 ><H3
><A ><A
@ -1261,7 +1261,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16487" NAME="AEN16565"
></A ></A
><P ><P
></P ></P
@ -1331,7 +1331,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16504" NAME="AEN16582"
></A ></A
><H3 ><H3
><A ><A
@ -1380,7 +1380,7 @@ CLASS="PARAMETER"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16515" NAME="AEN16593"
></A ></A
><P ><P
></P ></P
@ -1450,7 +1450,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16532" NAME="AEN16610"
></A ></A
><H3 ><H3
><A ><A
@ -1490,7 +1490,7 @@ CLASS="PARAMETER"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16541" NAME="AEN16619"
></A ></A
><P ><P
></P ></P
@ -1543,7 +1543,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16554" NAME="AEN16632"
></A ></A
><H3 ><H3
><A ><A
@ -1580,7 +1580,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16563" NAME="AEN16641"
></A ></A
><P ><P
></P ></P
@ -1650,7 +1650,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16580" NAME="AEN16658"
></A ></A
><H3 ><H3
><A ><A
@ -1683,7 +1683,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16588" NAME="AEN16666"
></A ></A
><P ><P
></P ></P
@ -1736,7 +1736,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16601" NAME="AEN16679"
></A ></A
><H3 ><H3
><A ><A
@ -1776,7 +1776,7 @@ CLASS="PARAMETER"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16610" NAME="AEN16688"
></A ></A
><P ><P
></P ></P
@ -1831,7 +1831,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16623" NAME="AEN16701"
></A ></A
><H3 ><H3
><A ><A
@ -1869,7 +1869,7 @@ CLASS="PARAMETER"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16632" NAME="AEN16710"
></A ></A
><P ><P
></P ></P
@ -1922,7 +1922,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16645" NAME="AEN16723"
></A ></A
><H3 ><H3
><A ><A
@ -1956,7 +1956,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16653" NAME="AEN16731"
></A ></A
><P ><P
></P ></P
@ -2011,7 +2011,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16666" NAME="AEN16744"
></A ></A
><H3 ><H3
><A ><A
@ -2042,7 +2042,7 @@ HREF="libxml-xpointer.html#XMLLOCATIONSETPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16673" NAME="AEN16751"
></A ></A
><P ><P
></P ></P
@ -2097,7 +2097,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16686" NAME="AEN16764"
></A ></A
><H3 ><H3
><A ><A
@ -2138,7 +2138,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16696" NAME="AEN16774"
></A ></A
><P ><P
></P ></P
@ -2226,7 +2226,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16717" NAME="AEN16795"
></A ></A
><H3 ><H3
><A ><A
@ -2263,7 +2263,7 @@ HREF="libxml-xpath.html#XMLXPATHCONTEXTPTR"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16726" NAME="AEN16804"
></A ></A
><P ><P
></P ></P
@ -2334,7 +2334,7 @@ the caller has to free the object.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16743" NAME="AEN16821"
></A ></A
><H3 ><H3
><A ><A
@ -2368,7 +2368,7 @@ HREF="TO"
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16751" NAME="AEN16829"
></A ></A
><P ><P
></P ></P
@ -2423,7 +2423,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16764" NAME="AEN16842"
></A ></A
><H3 ><H3
><A ><A
@ -2457,7 +2457,7 @@ This will drop Attributes and Namespace declarations.</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16772" NAME="AEN16850"
></A ></A
><P ><P
></P ></P
@ -2511,7 +2511,7 @@ the caller has to free the node tree.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN16785" NAME="AEN16863"
></A ></A
><H3 ><H3
><A ><A
@ -2548,7 +2548,7 @@ a Location Set instead of a node set</P
><DIV ><DIV
CLASS="INFORMALTABLE" CLASS="INFORMALTABLE"
><A ><A
NAME="AEN16794" NAME="AEN16872"
></A ></A
><P ><P
></P ></P

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -85,6 +85,9 @@
<xsl:when test="$name = '#Memory'"> <xsl:when test="$name = '#Memory'">
<xsl:text>xmlmem.html</xsl:text> <xsl:text>xmlmem.html</xsl:text>
</xsl:when> </xsl:when>
<xsl:when test="$name = '#Thread'">
<xsl:text>threads.html</xsl:text>
</xsl:when>
<xsl:when test="$name = '#FAQ'"> <xsl:when test="$name = '#FAQ'">
<xsl:text>FAQ.html</xsl:text> <xsl:text>FAQ.html</xsl:text>
</xsl:when> </xsl:when>

103
doc/threads.html Normal file
View File

@ -0,0 +1,103 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
<style type="text/css"><!--
TD {font-size: 10pt; font-family: Verdana,Arial,Helvetica}
BODY {font-size: 10pt; font-family: Verdana,Arial,Helvetica; margin-top: 5pt; margin-left: 0pt; margin-right: 0pt}
H1 {font-size: 16pt; font-family: Verdana,Arial,Helvetica}
H2 {font-size: 14pt; font-family: Verdana,Arial,Helvetica}
H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
A:link, A:visited, A:active { text-decoration: underline }
--></style>
<title>Thread safety</title>
</head>
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
<td width="180">
<a href="http://www.gnome.org/"><img src="smallfootonly.gif" alt="Gnome Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a>
</td>
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
<h1>The XML C library for Gnome</h1>
<h2>Thread safety</h2>
</td></tr></table></td></tr></table></td>
</tr></table>
<table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr>
<td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td>
<table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Main Menu</b></center></td></tr>
<tr><td bgcolor="#fffacd"><ul style="margin-left: -2pt">
<li><a href="index.html">Home</a></li>
<li><a href="intro.html">Introduction</a></li>
<li><a href="FAQ.html">FAQ</a></li>
<li><a href="docs.html">Documentation</a></li>
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
<li><a href="help.html">How to help</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="news.html">News</a></li>
<li><a href="XML.html">XML</a></li>
<li><a href="XSLT.html">XSLT</a></li>
<li><a href="architecture.html">libxml architecture</a></li>
<li><a href="tree.html">The tree output</a></li>
<li><a href="interface.html">The SAX interface</a></li>
<li><a href="xmldtd.html">Validation &amp; DTDs</a></li>
<li><a href="xmlmem.html">Memory Management</a></li>
<li><a href="encoding.html">Encodings support</a></li>
<li><a href="xmlio.html">I/O Interfaces</a></li>
<li><a href="catalog.html">Catalog support</a></li>
<li><a href="library.html">The parser interfaces</a></li>
<li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li>
<li>
<a href="xml.html">flat page</a>, <a href="site.xsl">stylesheet</a>
</li>
</ul></td></tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr>
<tr><td bgcolor="#fffacd"><ul style="margin-left: -2pt">
<li><a href="http://mail.gnome.org/archives/xml/">Mail archive</a></li>
<li><a href="http://xmlsoft.org/XSLT/">XSLT libxslt</a></li>
<li><a href="http://www.cs.unibo.it/~casarini/gdome2/">DOM gdome2</a></li>
<li><a href="ftp://xmlsoft.org/">FTP</a></li>
<li><a href="http://www.fh-frankfurt.de/~igor/projects/libxml/">Windows binaries</a></li>
<li><a href="http://pages.eidosnet.co.uk/~garypen/libxml/">Solaris binaries</a></li>
<li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxml">Bug Tracker</a></li>
</ul></td></tr>
</table>
</td></tr></table></td>
<td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd">
<p>Starting with 2.4.7, libxml makes provisions to ensure that concurent
threads can safely work in parallel parsing different documents. There is
however a couple of things to do to ensure it:</p>
<ul>
<li>configure the library accordingly using the --with-threads options</li>
<li>call xmlInitParser() in the &quot;main&quot; thread before using any of the
libxml API (except possibly selecting a different memory allocator)</li>
</ul>
<p>Note that the thread safety cannot be ensured for multiple threads sharing
the same document, the locking must be done at the application level, libxml
exports a basic mutex and reentrant mutexes API in &lt;libxml/threads.h&gt;.
The parts of the library checked for thread safety are:</p>
<ul>
<li>concurrent loading</li>
<li>file access resolution</li>
<li>catalog access</li>
<li>catalog building</li>
<li>entities lookup/accesses</li>
<li>validation</li>
<li>global variables per-thread override</li>
<li>memory handling</li>
</ul>
<p>XPath is supposed to be thread safe now, but this wasn't tested
seriously.</p>
<p><a href="mailto:daniel@veillard.com">Daniel Veillard</a></p>
</td></tr></table></td></tr></table></td></tr></table></td>
</tr></table></td></tr></table>
</body>
</html>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -559,9 +559,25 @@ you want to test those</p>
SGML docs</li> SGML docs</li>
</ul> </ul>
<h3>2.4.7: Oct 30 2001</h3>
<ul>
<li>exported some debugging interfaces</li>
<li>serious rewrite of the catalog code</li>
<li>integrated Gary Pennington thread safety patch, added configure option
and regression tests</li>
<li>removed an HTML parser bug</li>
<li>fixed a couple of potentially serious validation bugs</li>
<li>integrated the SGML DocBook support in xmllint</li>
<li>changed the nanoftp anonymous login passwd</li>
<li>some I/O cleanup and a couple of interfaces for Perl wrapper</li>
<li>general bug fixes</li>
<li>updated xmllint man page by John Fleck</li>
<li>some VMS and Windows updates</li>
</ul>
<h3>2.4.6: Oct 10 2001</h3> <h3>2.4.6: Oct 10 2001</h3>
<ul> <ul>
<li>added and updated man pages by John Fleck</li> <li>added an updated man pages by John Fleck</li>
<li>portability and configure fixes</li> <li>portability and configure fixes</li>
<li>an infinite loop on the HTML parser was removed (William)</li> <li>an infinite loop on the HTML parser was removed (William)</li>
<li>Windows makefile patches from Igor</li> <li>Windows makefile patches from Igor</li>
@ -2124,6 +2140,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
} </pre> } </pre>
</li> </li>
<li>And then use it to save the document: <li>And then use it to save the document:
@ -2994,6 +3011,35 @@ has been considerably cleaned up and the conformance to the XML specification
has been drastically improved too. Don't take those changes as an excuse to has been drastically improved too. Don't take those changes as an excuse to
not upgrade, it may cost a lot on the long term ...</p> not upgrade, it may cost a lot on the long term ...</p>
<h2><a name="Thread">Thread safety</a></h2>
<p>Starting with 2.4.7, libxml makes provisions to ensure that concurent
threads can safely work in parallel parsing different documents. There is
however a couple of things to do to ensure it:</p>
<ul>
<li>configure the library accordingly using the --with-threads options</li>
<li>call xmlInitParser() in the "main" thread before using any of the
libxml API (except possibly selecting a different memory allocator)</li>
</ul>
<p>Note that the thread safety cannot be ensured for multiple threads sharing
the same document, the locking must be done at the application level, libxml
exports a basic mutex and reentrant mutexes API in &lt;libxml/threads.h&gt;.
The parts of the library checked for thread safety are:</p>
<ul>
<li>concurrent loading</li>
<li>file access resolution</li>
<li>catalog access</li>
<li>catalog building</li>
<li>entities lookup/accesses</li>
<li>validation</li>
<li>global variables per-thread override</li>
<li>memory handling</li>
</ul>
<p>XPath is supposed to be thread safe now, but this wasn't tested
seriously.</p>
<h2><a name="DOM"></a><a name="Principles">DOM Principles</a></h2> <h2><a name="DOM"></a><a name="Principles">DOM Principles</a></h2>
<p><a href="http://www.w3.org/DOM/">DOM</a> stands for the <em>Document <p><a href="http://www.w3.org/DOM/">DOM</a> stands for the <em>Document

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>
@ -214,6 +215,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
} </pre> } </pre>
</li> </li>
<li>And then use it to save the document: <li>And then use it to save the document:

View File

@ -49,6 +49,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="entities.html">Entities or no entities</a></li> <li><a href="entities.html">Entities or no entities</a></li>
<li><a href="namespaces.html">Namespaces</a></li> <li><a href="namespaces.html">Namespaces</a></li>
<li><a href="upgrade.html">Upgrading 1.x code</a></li> <li><a href="upgrade.html">Upgrading 1.x code</a></li>
<li><a href="threads.html">Thread safety</a></li>
<li><a href="DOM.html">DOM Principles</a></li> <li><a href="DOM.html">DOM Principles</a></li>
<li><a href="example.html">A real example</a></li> <li><a href="example.html">A real example</a></li>
<li><a href="contribs.html">Contributions</a></li> <li><a href="contribs.html">Contributions</a></li>

View File

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

113
xmllint.1
View File

@ -1,113 +0,0 @@
.TH XMLLINT 1 "12 April 2000"
.SH NAME
xmllint \- parse XML files and print the result of parsing
.SH SYNOPSIS
.B xmllint
.RB [ \-\-compress ]
.RB [ \-\-copy ]
.RB [ \-\-debug ]
.RB [ \-\-debugent ]
.RB [ \-\-htmlout ]
.RB [ \-\-insert ]
.RB [ \-\-noblanks ]
.RB [ \-\-noent ]
.RB [ \-\-noout ]
.RB [ \-\-nowarning ]
.RB [ \-\-nowarp ]
.RB [ \-\-postvalid ]
.RB [ \-\-push ]
.RB [ \-\-recover ]
.RB [ \-\-repeat ]
.RB [ \-\-shell ]
.RB [ \-\-testIO ]
.RB [ \-\-valid ]
.IR xmlfile ...
.SH DESCRIPTION
The
.IR xmllint
program parses one or more XML files,
specified on the command line as
.IR xmlfile ....
It prints various types of output
(depending upon the options selected).
It is useful for detecting errors both in XML code and in the
XML parser itself.
.SH OPTIONS
.TP 12
.B \-\-compress
Do
.IR gzip (1)
compression for the output.
.TP
.B \-\-copy
Test the internal copy implementation.
.TP
.B \-\-debug
Dump a debug tree of the in-memory document.
.TP
.B \-\-debugent
Debug the entities defined in the document.
.TP
.B \-\-htmlout
Output results in
.I html
format.
.TP
.B \-\-insert
Test for valid insertion.
.TP
.B \-\-noblanks
Drop blanks from the output.
.TP
.B \-\-noent
Substitute entity references by their value.
.TP
.B \-\-noout
Do not output the result tree.
.TP
.B \-\-nowarning
Do not print warning messages from the parser or validator.
.TP
.B \-\-nowarp
Do not put
.I html
document wrapper.
.TP
.B \-\-postvalid
Do a
.I posteriori
validation.
.TP
.B \-\-push
Use the push mode for the parser.
.TP
.B \-\-recover
Output what was parsable on broken XML documents.
.TP
.B \-\-repeat
Repeat the process 100 times, for the purpose of timing and profiling.
.TP
.B \-\-shell
Run a navigating shell.
.TP
.B \-\-testIO
Test user i/o support.
.TP
.B \-\-valid
Validate the document in addition to std well-formed.
.SH RESULT
xmllint will return 1 if the XML is not well formed, 2 if the
Dtd could not be loaded and 3 if the valiadtion fails. If no
error is detected it will return 0.
.SH FILES
.TP 2.2i
.B /depot/package/libxml_2.0.0/bin/xmllint
executable
.SH "SEE ALSO"
.BR libxml (4)
.SH AUTHOR
Daniel Veillard (daniel@veillard.com)
Manual page by Ziying Sherwin,
Lister Hill National Center for Biomedical Communication,
U.S. National Library of Medicine (sherwin@nlm.nih.gov).
.\" end of manual page