1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03:00

- configure.in: preparing 2.2.11

- doc/html/*: rebuild the HTML files
- doc/xml.html : updated
Daniel
This commit is contained in:
Daniel Veillard
2001-01-05 06:36:31 +00:00
parent c2f4df2f25
commit 503b89361d
26 changed files with 2069 additions and 1153 deletions

View File

@ -1,3 +1,9 @@
Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* configure.in: preparing 2.2.11
* doc/html/*: rebuild the HTML files
* doc/xml.html : updated
Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* tree.c: fixed a stupid bug * tree.c: fixed a stupid bug

View File

@ -6,7 +6,7 @@ AC_CANONICAL_HOST
LIBXML_MAJOR_VERSION=2 LIBXML_MAJOR_VERSION=2
LIBXML_MINOR_VERSION=2 LIBXML_MINOR_VERSION=2
LIBXML_MICRO_VERSION=10 LIBXML_MICRO_VERSION=11
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

@ -4,13 +4,16 @@
>Gnome XML Library Reference Manual</TITLE >Gnome XML Library Reference Manual</TITLE
><META ><META
NAME="GENERATOR" NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="NEXT" REL="NEXT"
TITLE="Libxml Programming Notes" TITLE="Libxml Programming Notes"
HREF="libxml-notes.html"></HEAD HREF="libxml-notes.html"></HEAD
><BODY ><BODY
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
TEXT="#000000" TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV ><DIV
CLASS="BOOK" CLASS="BOOK"
><DIV ><DIV
@ -46,14 +49,14 @@ CLASS="AFFILIATION"
><DIV ><DIV
CLASS="ADDRESS" CLASS="ADDRESS"
><P ><P
CLASS="LITERALLAYOUT" CLASS="ADDRESS"
> &nbsp;&nbsp;&nbsp;&nbsp;Daniel.Veillard@w3.org<br> > &nbsp;&nbsp;&nbsp;&nbsp;Daniel.Veillard@w3.org<br>
&nbsp;&nbsp;</P &nbsp;&nbsp;</P
></DIV ></DIV
></DIV ></DIV
><P ><P
CLASS="COPYRIGHT" CLASS="COPYRIGHT"
>Copyright <EFBFBD> 1999 by <SPAN >Copyright &copy; 1999 by <SPAN
CLASS="HOLDER" CLASS="HOLDER"
>Daniel Veillard</SPAN >Daniel Veillard</SPAN
></P ></P
@ -143,11 +146,6 @@ HREF="gnome-xml-uri.html"
> &#8212; </DT > &#8212; </DT
><DT ><DT
><A ><A
HREF="gnome-xml-xml-error.html"
>xml-error</A
> &#8212; </DT
><DT
><A
HREF="gnome-xml-htmlparser.html" HREF="gnome-xml-htmlparser.html"
>HTMLparser</A >HTMLparser</A
> &#8212; </DT > &#8212; </DT

View File

@ -4,7 +4,7 @@
>debugXML</TITLE >debugXML</TITLE
><META ><META
NAME="GENERATOR" NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME" REL="HOME"
TITLE="Gnome XML Library Reference Manual" TITLE="Gnome XML Library Reference Manual"
HREF="book1.html"><LINK HREF="book1.html"><LINK
@ -20,6 +20,9 @@ HREF="gnome-xml-xmlmemory.html"></HEAD
><BODY ><BODY
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
TEXT="#000000" TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV ><DIV
CLASS="NAVHEADER" CLASS="NAVHEADER"
><TABLE ><TABLE
@ -111,19 +114,22 @@ SIZE="3"
></TABLE ></TABLE
></DIV ></DIV
><H1 ><H1
>debugXML</H1 ><A
NAME="GNOME-XML-DEBUGXML"
>debugXML</A
></H1
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN18020" NAME="AEN18061"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
>debugXML &#8212; </DIV >debugXML&nbsp;--&nbsp;</DIV
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN18023" NAME="AEN18064"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -142,7 +148,7 @@ void <A
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPSTRING" HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPSTRING"
>xmlDebugDumpString</A >xmlDebugDumpString</A
> (<GTKDOCLINK > (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
const <A const <A
@ -153,7 +159,7 @@ void <A
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPATTR" HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPATTR"
>xmlDebugDumpAttr</A >xmlDebugDumpAttr</A
> (<GTKDOCLINK > (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -165,7 +171,7 @@ void <A
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPATTRLIST" HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPATTRLIST"
>xmlDebugDumpAttrList</A >xmlDebugDumpAttrList</A
> (<GTKDOCLINK > (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -177,7 +183,7 @@ void <A
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPONENODE" HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPONENODE"
>xmlDebugDumpOneNode</A >xmlDebugDumpOneNode</A
> (<GTKDOCLINK > (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -189,7 +195,7 @@ void <A
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPNODE" HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPNODE"
>xmlDebugDumpNode</A >xmlDebugDumpNode</A
> (<GTKDOCLINK > (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -201,7 +207,7 @@ void <A
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPNODELIST" HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPNODELIST"
>xmlDebugDumpNodeList</A >xmlDebugDumpNodeList</A
> (<GTKDOCLINK > (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -213,7 +219,7 @@ void <A
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPDOCUMENTHEAD" HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPDOCUMENTHEAD"
>xmlDebugDumpDocumentHead</A >xmlDebugDumpDocumentHead</A
> (<GTKDOCLINK > (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -224,7 +230,7 @@ void <A
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPDOCUMENT" HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPDOCUMENT"
>xmlDebugDumpDocument</A >xmlDebugDumpDocument</A
> (<GTKDOCLINK > (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -235,7 +241,7 @@ void <A
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPDTD" HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPDTD"
>xmlDebugDumpDTD</A >xmlDebugDumpDTD</A
> (<GTKDOCLINK > (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -246,7 +252,7 @@ void <A
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPENTITIES" HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPENTITIES"
>xmlDebugDumpEntities</A >xmlDebugDumpEntities</A
> (<GTKDOCLINK > (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -257,7 +263,7 @@ void <A
HREF="gnome-xml-debugxml.html#XMLLSONENODE" HREF="gnome-xml-debugxml.html#XMLLSONENODE"
>xmlLsOneNode</A >xmlLsOneNode</A
> (<GTKDOCLINK > (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -305,7 +311,7 @@ HREF="gnome-xml-debugxml.html#XMLSHELLREADLINEFUNC"
>xmlShellReadlineFunc</A >xmlShellReadlineFunc</A
> input, > input,
<GTKDOCLINK <GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output);</PRE > *output);</PRE
></TD ></TD
@ -315,7 +321,7 @@ HREF="FILE"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN18070" NAME="AEN18111"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -325,14 +331,14 @@ NAME="AEN18070"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN18073" NAME="AEN18114"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18075" NAME="AEN18116"
></A ></A
><H3 ><H3
><A ><A
@ -349,7 +355,7 @@ CELLPADDING="6"
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>void xmlDebugDumpString (<GTKDOCLINK >void xmlDebugDumpString (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
const <A const <A
@ -404,7 +410,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -414,7 +420,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18095" NAME="AEN18136"
></A ></A
><H3 ><H3
><A ><A
@ -431,7 +437,7 @@ CELLPADDING="6"
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>void xmlDebugDumpAttr (<GTKDOCLINK >void xmlDebugDumpAttr (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -504,7 +510,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -514,7 +520,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18119" NAME="AEN18160"
></A ></A
><H3 ><H3
><A ><A
@ -531,7 +537,7 @@ CELLPADDING="6"
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>void xmlDebugDumpAttrList (<GTKDOCLINK >void xmlDebugDumpAttrList (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -604,7 +610,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -614,7 +620,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18143" NAME="AEN18184"
></A ></A
><H3 ><H3
><A ><A
@ -631,7 +637,7 @@ CELLPADDING="6"
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>void xmlDebugDumpOneNode (<GTKDOCLINK >void xmlDebugDumpOneNode (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -704,7 +710,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -714,7 +720,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18167" NAME="AEN18208"
></A ></A
><H3 ><H3
><A ><A
@ -731,7 +737,7 @@ CELLPADDING="6"
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>void xmlDebugDumpNode (<GTKDOCLINK >void xmlDebugDumpNode (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -804,7 +810,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -814,7 +820,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18191" NAME="AEN18232"
></A ></A
><H3 ><H3
><A ><A
@ -831,7 +837,7 @@ CELLPADDING="6"
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>void xmlDebugDumpNodeList (<GTKDOCLINK >void xmlDebugDumpNodeList (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -904,7 +910,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -914,7 +920,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18215" NAME="AEN18256"
></A ></A
><H3 ><H3
><A ><A
@ -931,7 +937,7 @@ CELLPADDING="6"
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>void xmlDebugDumpDocumentHead (<GTKDOCLINK >void xmlDebugDumpDocumentHead (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -986,7 +992,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -996,7 +1002,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18235" NAME="AEN18276"
></A ></A
><H3 ><H3
><A ><A
@ -1013,7 +1019,7 @@ CELLPADDING="6"
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>void xmlDebugDumpDocument (<GTKDOCLINK >void xmlDebugDumpDocument (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -1068,7 +1074,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1078,7 +1084,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18255" NAME="AEN18296"
></A ></A
><H3 ><H3
><A ><A
@ -1095,7 +1101,7 @@ CELLPADDING="6"
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>void xmlDebugDumpDTD (<GTKDOCLINK >void xmlDebugDumpDTD (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -1150,7 +1156,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1160,7 +1166,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18275" NAME="AEN18316"
></A ></A
><H3 ><H3
><A ><A
@ -1177,7 +1183,7 @@ CELLPADDING="6"
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>void xmlDebugDumpEntities (<GTKDOCLINK >void xmlDebugDumpEntities (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -1232,7 +1238,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1242,7 +1248,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18295" NAME="AEN18336"
></A ></A
><H3 ><H3
><A ><A
@ -1259,7 +1265,7 @@ CELLPADDING="6"
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>void xmlLsOneNode (<GTKDOCLINK >void xmlLsOneNode (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output, > *output,
<A <A
@ -1314,7 +1320,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1324,7 +1330,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18315" NAME="AEN18356"
></A ></A
><H3 ><H3
><A ><A
@ -1387,7 +1393,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1397,7 +1403,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18333" NAME="AEN18374"
></A ></A
><H3 ><H3
><A ><A
@ -1431,7 +1437,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18338" NAME="AEN18379"
></A ></A
><H3 ><H3
><A ><A
@ -1457,7 +1463,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18343" NAME="AEN18384"
></A ></A
><H3 ><H3
><A ><A
@ -1583,7 +1589,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1593,7 +1599,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18376" NAME="AEN18417"
></A ></A
><H3 ><H3
><A ><A
@ -1619,7 +1625,7 @@ HREF="gnome-xml-debugxml.html#XMLSHELLREADLINEFUNC"
>xmlShellReadlineFunc</A >xmlShellReadlineFunc</A
> input, > input,
<GTKDOCLINK <GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *output);</PRE > *output);</PRE
></TD ></TD

View File

@ -4,7 +4,7 @@
>encoding</TITLE >encoding</TITLE
><META ><META
NAME="GENERATOR" NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME" REL="HOME"
TITLE="Gnome XML Library Reference Manual" TITLE="Gnome XML Library Reference Manual"
HREF="book1.html"><LINK HREF="book1.html"><LINK
@ -20,6 +20,9 @@ HREF="gnome-xml-debugxml.html"></HEAD
><BODY ><BODY
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
TEXT="#000000" TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV ><DIV
CLASS="NAVHEADER" CLASS="NAVHEADER"
><TABLE ><TABLE
@ -111,19 +114,22 @@ SIZE="3"
></TABLE ></TABLE
></DIV ></DIV
><H1 ><H1
>encoding</H1 ><A
NAME="GNOME-XML-ENCODING"
>encoding</A
></H1
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN17554" NAME="AEN17595"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
>encoding &#8212; </DIV >encoding&nbsp;--&nbsp;</DIV
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN17557" NAME="AEN17598"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -300,7 +306,7 @@ HREF="gnome-xml-encoding.html#XMLCHARENCODINGHANDLER"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN17599" NAME="AEN17640"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -310,14 +316,14 @@ NAME="AEN17599"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN17602" NAME="AEN17643"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17604" NAME="AEN17645"
></A ></A
><H3 ><H3
><A ><A
@ -368,7 +374,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17609" NAME="AEN17650"
></A ></A
><H3 ><H3
><A ><A
@ -485,7 +491,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -495,7 +501,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17639" NAME="AEN17680"
></A ></A
><H3 ><H3
><A ><A
@ -612,7 +618,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -622,7 +628,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17669" NAME="AEN17710"
></A ></A
><H3 ><H3
><A ><A
@ -656,7 +662,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17674" NAME="AEN17715"
></A ></A
><H3 ><H3
><A ><A
@ -682,7 +688,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17679" NAME="AEN17720"
></A ></A
><H3 ><H3
><A ><A
@ -713,7 +719,7 @@ in normal processing.</P
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17685" NAME="AEN17726"
></A ></A
><H3 ><H3
><A ><A
@ -742,7 +748,7 @@ unregisters all the encoding handlers and the aliases.</P
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17691" NAME="AEN17732"
></A ></A
><H3 ><H3
><A ><A
@ -805,7 +811,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17707" NAME="AEN17748"
></A ></A
><H3 ><H3
><A ><A
@ -887,7 +893,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17728" NAME="AEN17769"
></A ></A
><H3 ><H3
><A ><A
@ -954,7 +960,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -964,7 +970,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17747" NAME="AEN17788"
></A ></A
><H3 ><H3
><A ><A
@ -1068,7 +1074,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17772" NAME="AEN17813"
></A ></A
><H3 ><H3
><A ><A
@ -1148,7 +1154,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17792" NAME="AEN17833"
></A ></A
><H3 ><H3
><A ><A
@ -1223,7 +1229,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17811" NAME="AEN17852"
></A ></A
><H3 ><H3
><A ><A
@ -1251,7 +1257,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17817" NAME="AEN17858"
></A ></A
><H3 ><H3
><A ><A
@ -1332,7 +1338,7 @@ if not recognized.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17837" NAME="AEN17878"
></A ></A
><H3 ><H3
><A ><A
@ -1415,7 +1421,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17858" NAME="AEN17899"
></A ></A
><H3 ><H3
><A ><A
@ -1513,7 +1519,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17882" NAME="AEN17923"
></A ></A
><H3 ><H3
><A ><A
@ -1608,7 +1614,7 @@ CLASS="PARAMETER"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN17904" NAME="AEN17945"
></A ></A
><H3 ><H3
><A ><A
@ -1741,7 +1747,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="AEN17935" NAME="AEN17976"
></A ></A
><H3 ><H3
><A ><A
@ -1864,7 +1870,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="AEN17965" NAME="AEN18006"
></A ></A
><H3 ><H3
><A ><A
@ -1988,7 +1994,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="AEN17995" NAME="AEN18036"
></A ></A
><H3 ><H3
><A ><A

View File

@ -4,7 +4,7 @@
>entities</TITLE >entities</TITLE
><META ><META
NAME="GENERATOR" NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME" REL="HOME"
TITLE="Gnome XML Library Reference Manual" TITLE="Gnome XML Library Reference Manual"
HREF="book1.html"><LINK HREF="book1.html"><LINK
@ -20,6 +20,9 @@ HREF="gnome-xml-valid.html"></HEAD
><BODY ><BODY
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
TEXT="#000000" TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV ><DIV
CLASS="NAVHEADER" CLASS="NAVHEADER"
><TABLE ><TABLE
@ -111,19 +114,22 @@ SIZE="3"
></TABLE ></TABLE
></DIV ></DIV
><H1 ><H1
>entities</H1 ><A
NAME="GNOME-XML-ENTITIES"
>entities</A
></H1
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN7030" NAME="AEN7097"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
>entities &#8212; </DIV >entities&nbsp;--&nbsp;</DIV
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN7033" NAME="AEN7100"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -363,7 +369,7 @@ HREF="gnome-xml-entities.html#XMLCLEANUPPREDEFINEDENTITIES"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN7096" NAME="AEN7163"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -373,14 +379,14 @@ NAME="AEN7096"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN7099" NAME="AEN7166"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7101" NAME="AEN7168"
></A ></A
><H3 ><H3
><A ><A
@ -413,7 +419,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7106" NAME="AEN7173"
></A ></A
><H3 ><H3
><A ><A
@ -461,7 +467,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7111" NAME="AEN7178"
></A ></A
><H3 ><H3
><A ><A
@ -487,7 +493,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7116" NAME="AEN7183"
></A ></A
><H3 ><H3
><A ><A
@ -513,7 +519,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7121" NAME="AEN7188"
></A ></A
><H3 ><H3
><A ><A
@ -541,7 +547,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7127" NAME="AEN7194"
></A ></A
><H3 ><H3
><A ><A
@ -724,7 +730,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7172" NAME="AEN7239"
></A ></A
><H3 ><H3
><A ><A
@ -907,7 +913,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7217" NAME="AEN7284"
></A ></A
><H3 ><H3
><A ><A
@ -988,7 +994,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7238" NAME="AEN7305"
></A ></A
><H3 ><H3
><A ><A
@ -1092,7 +1098,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7264" NAME="AEN7331"
></A ></A
><H3 ><H3
><A ><A
@ -1195,7 +1201,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7290" NAME="AEN7357"
></A ></A
><H3 ><H3
><A ><A
@ -1298,7 +1304,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7316" NAME="AEN7383"
></A ></A
><H3 ><H3
><A ><A
@ -1407,7 +1413,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7344" NAME="AEN7411"
></A ></A
><H3 ><H3
><A ><A
@ -1512,7 +1518,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7370" NAME="AEN7437"
></A ></A
><H3 ><H3
><A ><A
@ -1615,7 +1621,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7396" NAME="AEN7463"
></A ></A
><H3 ><H3
><A ><A
@ -1676,7 +1682,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7412" NAME="AEN7479"
></A ></A
><H3 ><H3
><A ><A
@ -1757,7 +1763,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7433" NAME="AEN7500"
></A ></A
><H3 ><H3
><A ><A
@ -1820,7 +1826,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7449" NAME="AEN7516"
></A ></A
><H3 ><H3
><A ><A
@ -1904,7 +1910,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7470" NAME="AEN7537"
></A ></A
><H3 ><H3
><A ><A
@ -1988,7 +1994,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7491" NAME="AEN7558"
></A ></A
><H3 ><H3
><A ><A

View File

@ -4,7 +4,7 @@
>HTMLparser</TITLE >HTMLparser</TITLE
><META ><META
NAME="GENERATOR" NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME" REL="HOME"
TITLE="Gnome XML Library Reference Manual" TITLE="Gnome XML Library Reference Manual"
HREF="book1.html"><LINK HREF="book1.html"><LINK
@ -12,14 +12,17 @@ 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="xml-error" TITLE="uri"
HREF="gnome-xml-xml-error.html"><LINK HREF="gnome-xml-uri.html"><LINK
REL="NEXT" REL="NEXT"
TITLE="HTMLtree" TITLE="HTMLtree"
HREF="gnome-xml-htmltree.html"></HEAD HREF="gnome-xml-htmltree.html"></HEAD
><BODY ><BODY
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
TEXT="#000000" TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV ><DIV
CLASS="NAVHEADER" CLASS="NAVHEADER"
><TABLE ><TABLE
@ -44,7 +47,7 @@ WIDTH="25%"
BGCOLOR="#C00000" BGCOLOR="#C00000"
ALIGN="left" ALIGN="left"
><A ><A
HREF="gnome-xml-xml-error.html" HREF="gnome-xml-uri.html"
><FONT ><FONT
COLOR="#FFFFFF" COLOR="#FFFFFF"
SIZE="3" SIZE="3"
@ -111,19 +114,22 @@ SIZE="3"
></TABLE ></TABLE
></DIV ></DIV
><H1 ><H1
>HTMLparser</H1 ><A
NAME="GNOME-XML-HTMLPARSER"
>HTMLparser</A
></H1
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN9635" NAME="AEN9548"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
>HTMLparser &#8212; </DIV >HTMLparser&nbsp;--&nbsp;</DIV
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN9638" NAME="AEN9551"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -341,6 +347,10 @@ HREF="gnome-xml-htmlparser.html#HTMLISSCRIPTATTRIBUTE"
HREF="gnome-xml-tree.html#XMLCHAR" HREF="gnome-xml-tree.html#XMLCHAR"
>xmlChar</A >xmlChar</A
> *name); > *name);
int <A
HREF="gnome-xml-htmlparser.html#HTMLHANDLEOMITTEDELEM"
>htmlHandleOmittedElem</A
> (int val);
void <A void <A
HREF="gnome-xml-htmlparser.html#HTMLFREEPARSERCTXT" HREF="gnome-xml-htmlparser.html#HTMLFREEPARSERCTXT"
>htmlFreeParserCtxt</A >htmlFreeParserCtxt</A
@ -383,7 +393,7 @@ HREF="gnome-xml-htmlparser.html#HTMLPARSERCTXTPTR"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN9701" NAME="AEN9615"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -393,14 +403,14 @@ NAME="AEN9701"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN9704" NAME="AEN9618"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9706" NAME="AEN9620"
></A ></A
><H3 ><H3
><A ><A
@ -426,7 +436,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9711" NAME="AEN9625"
></A ></A
><H3 ><H3
><A ><A
@ -452,7 +462,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9716" NAME="AEN9630"
></A ></A
><H3 ><H3
><A ><A
@ -478,7 +488,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9721" NAME="AEN9635"
></A ></A
><H3 ><H3
><A ><A
@ -504,7 +514,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9726" NAME="AEN9640"
></A ></A
><H3 ><H3
><A ><A
@ -530,7 +540,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9731" NAME="AEN9645"
></A ></A
><H3 ><H3
><A ><A
@ -556,7 +566,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9736" NAME="AEN9650"
></A ></A
><H3 ><H3
><A ><A
@ -582,7 +592,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9741" NAME="AEN9655"
></A ></A
><H3 ><H3
><A ><A
@ -608,7 +618,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9746" NAME="AEN9660"
></A ></A
><H3 ><H3
><A ><A
@ -634,7 +644,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9751" NAME="AEN9665"
></A ></A
><H3 ><H3
><A ><A
@ -668,7 +678,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9756" NAME="AEN9670"
></A ></A
><H3 ><H3
><A ><A
@ -694,7 +704,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9761" NAME="AEN9675"
></A ></A
><H3 ><H3
><A ><A
@ -724,7 +734,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9766" NAME="AEN9680"
></A ></A
><H3 ><H3
><A ><A
@ -750,7 +760,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9771" NAME="AEN9685"
></A ></A
><H3 ><H3
><A ><A
@ -831,7 +841,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9792" NAME="AEN9706"
></A ></A
><H3 ><H3
><A ><A
@ -914,7 +924,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9814" NAME="AEN9728"
></A ></A
><H3 ><H3
><A ><A
@ -994,7 +1004,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9835" NAME="AEN9749"
></A ></A
><H3 ><H3
><A ><A
@ -1095,7 +1105,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9860" NAME="AEN9774"
></A ></A
><H3 ><H3
><A ><A
@ -1218,7 +1228,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9890" NAME="AEN9804"
></A ></A
><H3 ><H3
><A ><A
@ -1323,7 +1333,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="AEN9917" NAME="AEN9831"
></A ></A
><H3 ><H3
><A ><A
@ -1407,7 +1417,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9939" NAME="AEN9853"
></A ></A
><H3 ><H3
><A ><A
@ -1474,7 +1484,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9957" NAME="AEN9871"
></A ></A
><H3 ><H3
><A ><A
@ -1614,7 +1624,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9991" NAME="AEN9905"
></A ></A
><H3 ><H3
><A ><A
@ -1713,7 +1723,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10016" NAME="AEN9930"
></A ></A
><H3 ><H3
><A ><A
@ -1851,7 +1861,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10049" NAME="AEN9963"
></A ></A
><H3 ><H3
><A ><A
@ -1948,7 +1958,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10073" NAME="AEN9987"
></A ></A
><H3 ><H3
><A ><A
@ -2101,7 +2111,7 @@ CLASS="PARAMETER"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10108" NAME="AEN10022"
></A ></A
><H3 ><H3
><A ><A
@ -2272,7 +2282,7 @@ CLASS="PARAMETER"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10147" NAME="AEN10061"
></A ></A
><H3 ><H3
><A ><A
@ -2350,7 +2360,82 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10167" NAME="AEN10081"
></A
><H3
><A
NAME="HTMLHANDLEOMITTEDELEM"
></A
>htmlHandleOmittedElem ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>int htmlHandleOmittedElem (int val);</PRE
></TD
></TR
></TABLE
><P
>Set and return the previous value for handling HTML omitted tags.</P
><P
></P
><DIV
CLASS="INFORMALTABLE"
><P
></P
><TABLE
BORDER="0"
WIDTH="100%"
BGCOLOR="#FFD0D0"
CELLSPACING="0"
CELLPADDING="4"
CLASS="CALSTABLE"
><TR
><TD
WIDTH="20%"
ALIGN="RIGHT"
VALIGN="TOP"
><TT
CLASS="PARAMETER"
><I
>val</I
></TT
>&nbsp;:</TD
><TD
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> int 0 or 1 </TD
></TR
><TR
><TD
WIDTH="20%"
ALIGN="RIGHT"
VALIGN="TOP"
><I
CLASS="EMPHASIS"
>Returns</I
> :</TD
><TD
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the last value for 0 for no handling, 1 for auto insertion.</TD
></TR
></TABLE
><P
></P
></DIV
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN10100"
></A ></A
><H3 ><H3
><A ><A
@ -2414,7 +2499,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10183" NAME="AEN10116"
></A ></A
><H3 ><H3
><A ><A
@ -2601,7 +2686,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10227" NAME="AEN10160"
></A ></A
><H3 ><H3
><A ><A
@ -2746,7 +2831,7 @@ WIDTH="25%"
BGCOLOR="#C00000" BGCOLOR="#C00000"
ALIGN="left" ALIGN="left"
><A ><A
HREF="gnome-xml-xml-error.html" HREF="gnome-xml-uri.html"
><FONT ><FONT
COLOR="#FFFFFF" COLOR="#FFFFFF"
SIZE="3" SIZE="3"
@ -2818,7 +2903,7 @@ ALIGN="left"
COLOR="#FFFFFF" COLOR="#FFFFFF"
SIZE="3" SIZE="3"
><B ><B
>xml-error</B >uri</B
></FONT ></FONT
></TD ></TD
><TD ><TD

View File

@ -4,7 +4,7 @@
>HTMLtree</TITLE >HTMLtree</TITLE
><META ><META
NAME="GENERATOR" NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME" REL="HOME"
TITLE="Gnome XML Library Reference Manual" TITLE="Gnome XML Library Reference Manual"
HREF="book1.html"><LINK HREF="book1.html"><LINK
@ -20,6 +20,9 @@ HREF="gnome-xml-xpath.html"></HEAD
><BODY ><BODY
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
TEXT="#000000" TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV ><DIV
CLASS="NAVHEADER" CLASS="NAVHEADER"
><TABLE ><TABLE
@ -111,19 +114,22 @@ SIZE="3"
></TABLE ></TABLE
></DIV ></DIV
><H1 ><H1
>HTMLtree</H1 ><A
NAME="GNOME-XML-HTMLTREE"
>HTMLtree</A
></H1
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN10264" NAME="AEN10197"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
>HTMLtree &#8212; </DIV >HTMLtree&nbsp;--&nbsp;</DIV
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN10267" NAME="AEN10200"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -139,19 +145,19 @@ CLASS="SYNOPSIS"
>&#13; >&#13;
#define <A #define <A
HREF="gnome-xml-htmltree.html#HTML-TEXT-NODE" HREF="gnome-xml-htmltree.html#HTML-TEXT-NODE-CAPS"
>HTML_TEXT_NODE</A >HTML_TEXT_NODE</A
> >
#define <A #define <A
HREF="gnome-xml-htmltree.html#HTML-ENTITY-REF-NODE" HREF="gnome-xml-htmltree.html#HTML-ENTITY-REF-NODE-CAPS"
>HTML_ENTITY_REF_NODE</A >HTML_ENTITY_REF_NODE</A
> >
#define <A #define <A
HREF="gnome-xml-htmltree.html#HTML-COMMENT-NODE" HREF="gnome-xml-htmltree.html#HTML-COMMENT-NODE-CAPS"
>HTML_COMMENT_NODE</A >HTML_COMMENT_NODE</A
> >
#define <A #define <A
HREF="gnome-xml-htmltree.html#HTML-PRESERVE-NODE" HREF="gnome-xml-htmltree.html#HTML-PRESERVE-NODE-CAPS"
>HTML_PRESERVE_NODE</A >HTML_PRESERVE_NODE</A
> >
<A <A
@ -219,7 +225,7 @@ int <A
HREF="gnome-xml-htmltree.html#HTMLDOCDUMP" HREF="gnome-xml-htmltree.html#HTMLDOCDUMP"
>htmlDocDump</A >htmlDocDump</A
> (<GTKDOCLINK > (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *f, > *f,
<A <A
@ -253,7 +259,7 @@ void <A
HREF="gnome-xml-htmltree.html#HTMLNODEDUMPFILE" HREF="gnome-xml-htmltree.html#HTMLNODEDUMPFILE"
>htmlNodeDumpFile</A >htmlNodeDumpFile</A
> (<GTKDOCLINK > (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *out, > *out,
<A <A
@ -280,7 +286,7 @@ HREF="gnome-xml-tree.html#XMLDOCPTR"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN10306" NAME="AEN10239"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -290,18 +296,18 @@ NAME="AEN10306"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN10309" NAME="AEN10242"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10311" NAME="AEN10244"
></A ></A
><H3 ><H3
><A ><A
NAME="HTML-TEXT-NODE" NAME="HTML-TEXT-NODE-CAPS"
></A ></A
>HTML_TEXT_NODE</H3 >HTML_TEXT_NODE</H3
><TABLE ><TABLE
@ -323,11 +329,11 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10316" NAME="AEN10249"
></A ></A
><H3 ><H3
><A ><A
NAME="HTML-ENTITY-REF-NODE" NAME="HTML-ENTITY-REF-NODE-CAPS"
></A ></A
>HTML_ENTITY_REF_NODE</H3 >HTML_ENTITY_REF_NODE</H3
><TABLE ><TABLE
@ -349,11 +355,11 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10321" NAME="AEN10254"
></A ></A
><H3 ><H3
><A ><A
NAME="HTML-COMMENT-NODE" NAME="HTML-COMMENT-NODE-CAPS"
></A ></A
>HTML_COMMENT_NODE</H3 >HTML_COMMENT_NODE</H3
><TABLE ><TABLE
@ -375,11 +381,11 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10326" NAME="AEN10259"
></A ></A
><H3 ><H3
><A ><A
NAME="HTML-PRESERVE-NODE" NAME="HTML-PRESERVE-NODE-CAPS"
></A ></A
>HTML_PRESERVE_NODE</H3 >HTML_PRESERVE_NODE</H3
><TABLE ><TABLE
@ -401,7 +407,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10331" NAME="AEN10264"
></A ></A
><H3 ><H3
><A ><A
@ -503,7 +509,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10357" NAME="AEN10290"
></A ></A
><H3 ><H3
><A ><A
@ -605,7 +611,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10383" NAME="AEN10316"
></A ></A
><H3 ><H3
><A ><A
@ -686,7 +692,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10404" NAME="AEN10337"
></A ></A
><H3 ><H3
><A ><A
@ -787,7 +793,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10429" NAME="AEN10362"
></A ></A
><H3 ><H3
><A ><A
@ -890,7 +896,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10454" NAME="AEN10387"
></A ></A
><H3 ><H3
><A ><A
@ -907,7 +913,7 @@ CELLPADDING="6"
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>int htmlDocDump (<GTKDOCLINK >int htmlDocDump (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *f, > *f,
<A <A
@ -989,7 +995,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10479" NAME="AEN10412"
></A ></A
><H3 ><H3
><A ><A
@ -1091,7 +1097,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10504" NAME="AEN10437"
></A ></A
><H3 ><H3
><A ><A
@ -1196,7 +1202,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10530" NAME="AEN10463"
></A ></A
><H3 ><H3
><A ><A
@ -1213,7 +1219,7 @@ CELLPADDING="6"
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>void htmlNodeDumpFile (<GTKDOCLINK >void htmlNodeDumpFile (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *out, > *out,
<A <A
@ -1301,7 +1307,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10556" NAME="AEN10489"
></A ></A
><H3 ><H3
><A ><A

View File

@ -4,7 +4,7 @@
>nanoftp</TITLE >nanoftp</TITLE
><META ><META
NAME="GENERATOR" NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME" REL="HOME"
TITLE="Gnome XML Library Reference Manual" TITLE="Gnome XML Library Reference Manual"
HREF="book1.html"><LINK HREF="book1.html"><LINK
@ -20,6 +20,9 @@ HREF="gnome-xml-xmlio.html"></HEAD
><BODY ><BODY
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
TEXT="#000000" TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV ><DIV
CLASS="NAVHEADER" CLASS="NAVHEADER"
><TABLE ><TABLE
@ -111,19 +114,22 @@ SIZE="3"
></TABLE ></TABLE
></DIV ></DIV
><H1 ><H1
>nanoftp</H1 ><A
NAME="GNOME-XML-NANOFTP"
>nanoftp</A
></H1
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN13412" NAME="AEN13453"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
>nanoftp &#8212; </DIV >nanoftp&nbsp;--&nbsp;</DIV
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN13415" NAME="AEN13456"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -275,7 +281,7 @@ HREF="gnome-xml-nanoftp.html#XMLNANOFTPREAD"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN13444" NAME="AEN13485"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -285,14 +291,14 @@ NAME="AEN13444"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN13447" NAME="AEN13488"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13449" NAME="AEN13490"
></A ></A
><H3 ><H3
><A ><A
@ -541,7 +547,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -551,7 +557,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13508" NAME="AEN13549"
></A ></A
><H3 ><H3
><A ><A
@ -635,7 +641,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -645,7 +651,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13530" NAME="AEN13571"
></A ></A
><H3 ><H3
><A ><A
@ -675,7 +681,7 @@ and get the hostname</P
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13536" NAME="AEN13577"
></A ></A
><H3 ><H3
><A ><A
@ -701,7 +707,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13541" NAME="AEN13582"
></A ></A
><H3 ><H3
><A ><A
@ -761,7 +767,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13556" NAME="AEN13597"
></A ></A
><H3 ><H3
><A ><A
@ -821,7 +827,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13571" NAME="AEN13612"
></A ></A
><H3 ><H3
><A ><A
@ -899,7 +905,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13590" NAME="AEN13631"
></A ></A
><H3 ><H3
><A ><A
@ -959,7 +965,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13605" NAME="AEN13646"
></A ></A
><H3 ><H3
><A ><A
@ -1034,7 +1040,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13624" NAME="AEN13665"
></A ></A
><H3 ><H3
><A ><A
@ -1109,7 +1115,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13643" NAME="AEN13684"
></A ></A
><H3 ><H3
><A ><A
@ -1184,7 +1190,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13662" NAME="AEN13703"
></A ></A
><H3 ><H3
><A ><A
@ -1247,7 +1253,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13677" NAME="AEN13718"
></A ></A
><H3 ><H3
><A ><A
@ -1386,7 +1392,7 @@ CLASS="PARAMETER"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13709" NAME="AEN13750"
></A ></A
><H3 ><H3
><A ><A
@ -1483,7 +1489,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13732" NAME="AEN13773"
></A ></A
><H3 ><H3
><A ><A
@ -1558,7 +1564,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13751" NAME="AEN13792"
></A ></A
><H3 ><H3
><A ><A
@ -1633,7 +1639,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13770" NAME="AEN13811"
></A ></A
><H3 ><H3
><A ><A
@ -1726,7 +1732,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13793" NAME="AEN13834"
></A ></A
><H3 ><H3
><A ><A
@ -1802,7 +1808,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13812" NAME="AEN13853"
></A ></A
><H3 ><H3
><A ><A
@ -1877,7 +1883,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13831" NAME="AEN13872"
></A ></A
><H3 ><H3
><A ><A
@ -2010,7 +2016,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13863" NAME="AEN13904"
></A ></A
><H3 ><H3
><A ><A
@ -2103,7 +2109,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13886" NAME="AEN13927"
></A ></A
><H3 ><H3
><A ><A
@ -2236,7 +2242,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13918" NAME="AEN13959"
></A ></A
><H3 ><H3
><A ><A

View File

@ -4,7 +4,7 @@
>nanohttp</TITLE >nanohttp</TITLE
><META ><META
NAME="GENERATOR" NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME" REL="HOME"
TITLE="Gnome XML Library Reference Manual" TITLE="Gnome XML Library Reference Manual"
HREF="book1.html"><LINK HREF="book1.html"><LINK
@ -20,6 +20,9 @@ HREF="gnome-xml-nanoftp.html"></HEAD
><BODY ><BODY
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
TEXT="#000000" TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV ><DIV
CLASS="NAVHEADER" CLASS="NAVHEADER"
><TABLE ><TABLE
@ -111,19 +114,22 @@ SIZE="3"
></TABLE ></TABLE
></DIV ></DIV
><H1 ><H1
>nanohttp</H1 ><A
NAME="GNOME-XML-NANOHTTP"
>nanohttp</A
></H1
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN13176" NAME="AEN13217"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
>nanohttp &#8212; </DIV >nanohttp&nbsp;--&nbsp;</DIV
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN13179" NAME="AEN13220"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -199,7 +205,7 @@ HREF="gnome-xml-nanohttp.html#XMLNANOHTTPCLOSE"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN13193" NAME="AEN13234"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -209,14 +215,14 @@ NAME="AEN13193"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN13196" NAME="AEN13237"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13198" NAME="AEN13239"
></A ></A
><H3 ><H3
><A ><A
@ -245,7 +251,7 @@ Currently it just checks for proxy informations</P
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13204" NAME="AEN13245"
></A ></A
><H3 ><H3
><A ><A
@ -271,7 +277,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13209" NAME="AEN13250"
></A ></A
><H3 ><H3
><A ><A
@ -334,7 +340,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13224" NAME="AEN13265"
></A ></A
><H3 ><H3
><A ><A
@ -448,7 +454,7 @@ if provided must be freed by the caller</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13251" NAME="AEN13292"
></A ></A
><H3 ><H3
><A ><A
@ -587,7 +593,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13283" NAME="AEN13324"
></A ></A
><H3 ><H3
><A ><A
@ -667,7 +673,7 @@ returned at that location</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13302" NAME="AEN13343"
></A ></A
><H3 ><H3
><A ><A
@ -742,7 +748,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13321" NAME="AEN13362"
></A ></A
><H3 ><H3
><A ><A
@ -818,7 +824,7 @@ header.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13340" NAME="AEN13381"
></A ></A
><H3 ><H3
><A ><A
@ -941,7 +947,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13369" NAME="AEN13410"
></A ></A
><H3 ><H3
><A ><A
@ -1035,7 +1041,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13392" NAME="AEN13433"
></A ></A
><H3 ><H3
><A ><A

View File

@ -4,7 +4,7 @@
>parser</TITLE >parser</TITLE
><META ><META
NAME="GENERATOR" NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME" REL="HOME"
TITLE="Gnome XML Library Reference Manual" TITLE="Gnome XML Library Reference Manual"
HREF="book1.html"><LINK HREF="book1.html"><LINK
@ -20,6 +20,9 @@ HREF="gnome-xml-sax.html"></HEAD
><BODY ><BODY
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
TEXT="#000000" TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV ><DIV
CLASS="NAVHEADER" CLASS="NAVHEADER"
><TABLE ><TABLE
@ -111,7 +114,10 @@ SIZE="3"
></TABLE ></TABLE
></DIV ></DIV
><H1 ><H1
>parser</H1 ><A
NAME="GNOME-XML-PARSER"
>parser</A
></H1
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
@ -119,7 +125,7 @@ NAME="AEN31"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
>parser &#8212; </DIV >parser&nbsp;--&nbsp;</DIV
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
@ -139,7 +145,7 @@ CLASS="SYNOPSIS"
>&#13; >&#13;
#define <A #define <A
HREF="gnome-xml-parser.html#XML-DEFAULT-VERSION" HREF="gnome-xml-parser.html#XML-DEFAULT-VERSION-CAPS"
>XML_DEFAULT_VERSION</A >XML_DEFAULT_VERSION</A
> >
void (<A void (<A
@ -1228,7 +1234,7 @@ NAME="AEN314"
></A ></A
><H3 ><H3
><A ><A
NAME="XML-DEFAULT-VERSION" NAME="XML-DEFAULT-VERSION-CAPS"
></A ></A
>XML_DEFAULT_VERSION</H3 >XML_DEFAULT_VERSION</H3
><TABLE ><TABLE
@ -1301,7 +1307,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1825,7 +1831,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1946,7 +1952,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -2067,7 +2073,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -2164,7 +2170,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -2261,7 +2267,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -2421,7 +2427,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -2542,7 +2548,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -2720,7 +2726,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -2838,7 +2844,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -2980,7 +2986,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -3059,7 +3065,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -3117,7 +3123,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -3175,7 +3181,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -3275,7 +3281,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -3354,7 +3360,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -3454,7 +3460,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -3533,7 +3539,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -3630,7 +3636,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -3727,7 +3733,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -3827,7 +3833,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -3906,7 +3912,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -4003,7 +4009,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -4097,7 +4103,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -4191,7 +4197,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -4285,7 +4291,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -4358,7 +4364,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -4431,7 +4437,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -4504,7 +4510,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -4700,7 +4706,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -8786,7 +8792,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -9657,7 +9663,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -9769,7 +9775,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -9881,7 +9887,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -10967,7 +10973,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -11027,7 +11033,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -11142,7 +11148,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
>SAX</TITLE >SAX</TITLE
><META ><META
NAME="GENERATOR" NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME" REL="HOME"
TITLE="Gnome XML Library Reference Manual" TITLE="Gnome XML Library Reference Manual"
HREF="book1.html"><LINK HREF="book1.html"><LINK
@ -20,6 +20,9 @@ HREF="gnome-xml-tree.html"></HEAD
><BODY ><BODY
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
TEXT="#000000" TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV ><DIV
CLASS="NAVHEADER" CLASS="NAVHEADER"
><TABLE ><TABLE
@ -111,7 +114,10 @@ SIZE="3"
></TABLE ></TABLE
></DIV ></DIV
><H1 ><H1
>SAX</H1 ><A
NAME="GNOME-XML-SAX"
>SAX</A
></H1
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
@ -119,7 +125,7 @@ NAME="AEN2693"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
>SAX &#8212; </DIV >SAX&nbsp;--&nbsp;</DIV
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
>uri</TITLE >uri</TITLE
><META ><META
NAME="GENERATOR" NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME" REL="HOME"
TITLE="Gnome XML Library Reference Manual" TITLE="Gnome XML Library Reference Manual"
HREF="book1.html"><LINK HREF="book1.html"><LINK
@ -15,11 +15,14 @@ REL="PREVIOUS"
TITLE="valid" TITLE="valid"
HREF="gnome-xml-valid.html"><LINK HREF="gnome-xml-valid.html"><LINK
REL="NEXT" REL="NEXT"
TITLE="xml-error" TITLE="HTMLparser"
HREF="gnome-xml-xml-error.html"></HEAD HREF="gnome-xml-htmlparser.html"></HEAD
><BODY ><BODY
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
TEXT="#000000" TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV ><DIV
CLASS="NAVHEADER" CLASS="NAVHEADER"
><TABLE ><TABLE
@ -98,7 +101,7 @@ WIDTH="25%"
BGCOLOR="#C00000" BGCOLOR="#C00000"
ALIGN="right" ALIGN="right"
><A ><A
HREF="gnome-xml-xml-error.html" HREF="gnome-xml-htmlparser.html"
><FONT ><FONT
COLOR="#FFFFFF" COLOR="#FFFFFF"
SIZE="3" SIZE="3"
@ -111,19 +114,22 @@ SIZE="3"
></TABLE ></TABLE
></DIV ></DIV
><H1 ><H1
>uri</H1 ><A
NAME="GNOME-XML-URI"
>uri</A
></H1
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN9213" NAME="AEN9280"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
>uri &#8212; </DIV >uri&nbsp;--&nbsp;</DIV
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN9216" NAME="AEN9283"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -196,7 +202,7 @@ void <A
HREF="gnome-xml-uri.html#XMLPRINTURI" HREF="gnome-xml-uri.html#XMLPRINTURI"
>xmlPrintURI</A >xmlPrintURI</A
> (<GTKDOCLINK > (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *stream, > *stream,
<A <A
@ -237,7 +243,7 @@ HREF="gnome-xml-uri.html#XMLURIPTR"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN9244" NAME="AEN9311"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -247,14 +253,14 @@ NAME="AEN9244"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN9247" NAME="AEN9314"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9249" NAME="AEN9316"
></A ></A
><H3 ><H3
><A ><A
@ -290,7 +296,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9254" NAME="AEN9321"
></A ></A
><H3 ><H3
><A ><A
@ -316,7 +322,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9259" NAME="AEN9326"
></A ></A
><H3 ><H3
><A ><A
@ -377,7 +383,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9275" NAME="AEN9342"
></A ></A
><H3 ><H3
><A ><A
@ -485,7 +491,7 @@ of error.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9302" NAME="AEN9369"
></A ></A
><H3 ><H3
><A ><A
@ -565,7 +571,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9323" NAME="AEN9390"
></A ></A
><H3 ><H3
><A ><A
@ -669,7 +675,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9349" NAME="AEN9416"
></A ></A
><H3 ><H3
><A ><A
@ -750,7 +756,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9370" NAME="AEN9437"
></A ></A
><H3 ><H3
><A ><A
@ -767,7 +773,7 @@ CELLPADDING="6"
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>void xmlPrintURI (<GTKDOCLINK >void xmlPrintURI (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *stream, > *stream,
<A <A
@ -839,7 +845,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9392" NAME="AEN9459"
></A ></A
><H3 ><H3
><A ><A
@ -954,7 +960,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9420" NAME="AEN9487"
></A ></A
><H3 ><H3
><A ><A
@ -1030,7 +1036,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9439" NAME="AEN9506"
></A ></A
><H3 ><H3
><A ><A
@ -1113,7 +1119,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9460" NAME="AEN9527"
></A ></A
><H3 ><H3
><A ><A
@ -1243,7 +1249,7 @@ WIDTH="25%"
BGCOLOR="#C00000" BGCOLOR="#C00000"
ALIGN="right" ALIGN="right"
><A ><A
HREF="gnome-xml-xml-error.html" HREF="gnome-xml-htmlparser.html"
><FONT ><FONT
COLOR="#FFFFFF" COLOR="#FFFFFF"
SIZE="3" SIZE="3"
@ -1271,7 +1277,7 @@ ALIGN="right"
COLOR="#FFFFFF" COLOR="#FFFFFF"
SIZE="3" SIZE="3"
><B ><B
>xml-error</B >HTMLparser</B
></FONT ></FONT
></TD ></TD
></TR ></TR

View File

@ -4,7 +4,7 @@
>valid</TITLE >valid</TITLE
><META ><META
NAME="GENERATOR" NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME" REL="HOME"
TITLE="Gnome XML Library Reference Manual" TITLE="Gnome XML Library Reference Manual"
HREF="book1.html"><LINK HREF="book1.html"><LINK
@ -20,6 +20,9 @@ HREF="gnome-xml-uri.html"></HEAD
><BODY ><BODY
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
TEXT="#000000" TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV ><DIV
CLASS="NAVHEADER" CLASS="NAVHEADER"
><TABLE ><TABLE
@ -111,19 +114,22 @@ SIZE="3"
></TABLE ></TABLE
></DIV ></DIV
><H1 ><H1
>valid</H1 ><A
NAME="GNOME-XML-VALID"
>valid</A
></H1
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN7502" NAME="AEN7569"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
>valid &#8212; </DIV >valid&nbsp;--&nbsp;</DIV
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN7505" NAME="AEN7572"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -898,7 +904,7 @@ HREF="gnome-xml-tree.html#XMLCHAR"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN7712" NAME="AEN7779"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -908,14 +914,14 @@ NAME="AEN7712"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN7715" NAME="AEN7782"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7717" NAME="AEN7784"
></A ></A
><H3 ><H3
><A ><A
@ -999,7 +1005,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1009,7 +1015,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7739" NAME="AEN7806"
></A ></A
><H3 ><H3
><A ><A
@ -1093,7 +1099,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1103,7 +1109,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7761" NAME="AEN7828"
></A ></A
><H3 ><H3
><A ><A
@ -1143,7 +1149,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7766" NAME="AEN7833"
></A ></A
><H3 ><H3
><A ><A
@ -1169,7 +1175,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7771" NAME="AEN7838"
></A ></A
><H3 ><H3
><A ><A
@ -1195,7 +1201,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7776" NAME="AEN7843"
></A ></A
><H3 ><H3
><A ><A
@ -1221,7 +1227,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7781" NAME="AEN7848"
></A ></A
><H3 ><H3
><A ><A
@ -1247,7 +1253,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7786" NAME="AEN7853"
></A ></A
><H3 ><H3
><A ><A
@ -1273,7 +1279,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7791" NAME="AEN7858"
></A ></A
><H3 ><H3
><A ><A
@ -1299,7 +1305,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7796" NAME="AEN7863"
></A ></A
><H3 ><H3
><A ><A
@ -1464,7 +1470,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7837" NAME="AEN7904"
></A ></A
><H3 ><H3
><A ><A
@ -1545,7 +1551,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7858" NAME="AEN7925"
></A ></A
><H3 ><H3
><A ><A
@ -1608,7 +1614,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7874" NAME="AEN7941"
></A ></A
><H3 ><H3
><A ><A
@ -1692,7 +1698,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7895" NAME="AEN7962"
></A ></A
><H3 ><H3
><A ><A
@ -1776,7 +1782,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7916" NAME="AEN7983"
></A ></A
><H3 ><H3
><A ><A
@ -1878,7 +1884,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7942" NAME="AEN8009"
></A ></A
><H3 ><H3
><A ><A
@ -1959,7 +1965,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7963" NAME="AEN8030"
></A ></A
><H3 ><H3
><A ><A
@ -2022,7 +2028,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN7979" NAME="AEN8046"
></A ></A
><H3 ><H3
><A ><A
@ -2122,7 +2128,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8003" NAME="AEN8070"
></A ></A
><H3 ><H3
><A ><A
@ -2287,7 +2293,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8044" NAME="AEN8111"
></A ></A
><H3 ><H3
><A ><A
@ -2368,7 +2374,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8065" NAME="AEN8132"
></A ></A
><H3 ><H3
><A ><A
@ -2431,7 +2437,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8081" NAME="AEN8148"
></A ></A
><H3 ><H3
><A ><A
@ -2515,7 +2521,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8102" NAME="AEN8169"
></A ></A
><H3 ><H3
><A ><A
@ -2600,7 +2606,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8123" NAME="AEN8190"
></A ></A
><H3 ><H3
><A ><A
@ -2682,7 +2688,7 @@ of error.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8144" NAME="AEN8211"
></A ></A
><H3 ><H3
><A ><A
@ -2745,7 +2751,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8160" NAME="AEN8227"
></A ></A
><H3 ><H3
><A ><A
@ -2827,7 +2833,7 @@ of error.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8181" NAME="AEN8248"
></A ></A
><H3 ><H3
><A ><A
@ -3082,7 +3088,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8243" NAME="AEN8310"
></A ></A
><H3 ><H3
><A ><A
@ -3163,7 +3169,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8264" NAME="AEN8331"
></A ></A
><H3 ><H3
><A ><A
@ -3226,7 +3232,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8280" NAME="AEN8347"
></A ></A
><H3 ><H3
><A ><A
@ -3310,7 +3316,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8301" NAME="AEN8368"
></A ></A
><H3 ><H3
><A ><A
@ -3395,7 +3401,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8322" NAME="AEN8389"
></A ></A
><H3 ><H3
><A ><A
@ -3539,7 +3545,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8358" NAME="AEN8425"
></A ></A
><H3 ><H3
><A ><A
@ -3608,7 +3614,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -3618,7 +3624,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8378" NAME="AEN8445"
></A ></A
><H3 ><H3
><A ><A
@ -3681,7 +3687,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8394" NAME="AEN8461"
></A ></A
><H3 ><H3
><A ><A
@ -3783,7 +3789,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8420" NAME="AEN8487"
></A ></A
><H3 ><H3
><A ><A
@ -3905,7 +3911,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8450" NAME="AEN8517"
></A ></A
><H3 ><H3
><A ><A
@ -4004,7 +4010,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8475" NAME="AEN8542"
></A ></A
><H3 ><H3
><A ><A
@ -4148,7 +4154,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8511" NAME="AEN8578"
></A ></A
><H3 ><H3
><A ><A
@ -4217,7 +4223,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -4227,7 +4233,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8531" NAME="AEN8598"
></A ></A
><H3 ><H3
><A ><A
@ -4290,7 +4296,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8547" NAME="AEN8614"
></A ></A
><H3 ><H3
><A ><A
@ -4412,7 +4418,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8577" NAME="AEN8644"
></A ></A
><H3 ><H3
><A ><A
@ -4511,7 +4517,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8602" NAME="AEN8669"
></A ></A
><H3 ><H3
><A ><A
@ -4614,7 +4620,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8627" NAME="AEN8694"
></A ></A
><H3 ><H3
><A ><A
@ -4739,7 +4745,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8657" NAME="AEN8724"
></A ></A
><H3 ><H3
><A ><A
@ -4899,7 +4905,7 @@ the caller must free the returned value.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8697" NAME="AEN8764"
></A ></A
><H3 ><H3
><A ><A
@ -5026,7 +5032,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8728" NAME="AEN8795"
></A ></A
><H3 ><H3
><A ><A
@ -5140,7 +5146,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8757" NAME="AEN8824"
></A ></A
><H3 ><H3
><A ><A
@ -5264,7 +5270,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8787" NAME="AEN8854"
></A ></A
><H3 ><H3
><A ><A
@ -5386,7 +5392,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8818" NAME="AEN8885"
></A ></A
><H3 ><H3
><A ><A
@ -5492,7 +5498,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8844" NAME="AEN8911"
></A ></A
><H3 ><H3
><A ><A
@ -5595,7 +5601,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8870" NAME="AEN8937"
></A ></A
><H3 ><H3
><A ><A
@ -5715,7 +5721,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8900" NAME="AEN8967"
></A ></A
><H3 ><H3
><A ><A
@ -5845,7 +5851,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8932" NAME="AEN8999"
></A ></A
><H3 ><H3
><A ><A
@ -6019,7 +6025,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8973" NAME="AEN9040"
></A ></A
><H3 ><H3
><A ><A
@ -6121,7 +6127,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN8999" NAME="AEN9066"
></A ></A
><H3 ><H3
><A ><A
@ -6242,7 +6248,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9029" NAME="AEN9096"
></A ></A
><H3 ><H3
><A ><A
@ -6342,7 +6348,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9054" NAME="AEN9121"
></A ></A
><H3 ><H3
><A ><A
@ -6466,7 +6472,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9085" NAME="AEN9152"
></A ></A
><H3 ><H3
><A ><A
@ -6568,7 +6574,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9111" NAME="AEN9178"
></A ></A
><H3 ><H3
><A ><A
@ -6670,7 +6676,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9137" NAME="AEN9204"
></A ></A
><H3 ><H3
><A ><A
@ -6836,7 +6842,7 @@ receiving array and retry.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN9175" NAME="AEN9242"
></A ></A
><H3 ><H3
><A ><A

View File

@ -4,7 +4,7 @@
>xinclude</TITLE >xinclude</TITLE
><META ><META
NAME="GENERATOR" NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME" REL="HOME"
TITLE="Gnome XML Library Reference Manual" TITLE="Gnome XML Library Reference Manual"
HREF="book1.html"><LINK HREF="book1.html"><LINK
@ -20,6 +20,9 @@ HREF="gnome-xml-nanohttp.html"></HEAD
><BODY ><BODY
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
TEXT="#000000" TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV ><DIV
CLASS="NAVHEADER" CLASS="NAVHEADER"
><TABLE ><TABLE
@ -111,19 +114,22 @@ SIZE="3"
></TABLE ></TABLE
></DIV ></DIV
><H1 ><H1
>xinclude</H1 ><A
NAME="GNOME-XML-XINCLUDE"
>xinclude</A
></H1
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN13137" NAME="AEN13178"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
>xinclude &#8212; </DIV >xinclude&nbsp;--&nbsp;</DIV
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN13140" NAME="AEN13181"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -152,7 +158,7 @@ HREF="gnome-xml-tree.html#XMLDOCPTR"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN13145" NAME="AEN13186"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -162,14 +168,14 @@ NAME="AEN13145"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN13148" NAME="AEN13189"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13150" NAME="AEN13191"
></A ></A
><H3 ><H3
><A ><A

View File

@ -4,7 +4,7 @@
>xmlIO</TITLE >xmlIO</TITLE
><META ><META
NAME="GENERATOR" NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME" REL="HOME"
TITLE="Gnome XML Library Reference Manual" TITLE="Gnome XML Library Reference Manual"
HREF="book1.html"><LINK HREF="book1.html"><LINK
@ -20,6 +20,9 @@ HREF="gnome-xml-parserinternals.html"></HEAD
><BODY ><BODY
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
TEXT="#000000" TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV ><DIV
CLASS="NAVHEADER" CLASS="NAVHEADER"
><TABLE ><TABLE
@ -111,19 +114,22 @@ SIZE="3"
></TABLE ></TABLE
></DIV ></DIV
><H1 ><H1
>xmlIO</H1 ><A
NAME="GNOME-XML-XMLIO"
>xmlIO</A
></H1
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN13952" NAME="AEN13993"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
>xmlIO &#8212; </DIV >xmlIO&nbsp;--&nbsp;</DIV
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN13955" NAME="AEN13996"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -238,7 +244,7 @@ HREF="gnome-xml-xmlio.html#XMLPARSERINPUTBUFFERCREATEFILE"
>xmlParserInputBufferCreateFile</A >xmlParserInputBufferCreateFile</A
> >
(<GTKDOCLINK (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *file, > *file,
<A <A
@ -381,7 +387,7 @@ HREF="gnome-xml-xmlio.html#XMLOUTPUTBUFFERCREATEFILE"
>xmlOutputBufferCreateFile</A >xmlOutputBufferCreateFile</A
> >
(<GTKDOCLINK (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *file, > *file,
<A <A
@ -505,7 +511,7 @@ HREF="gnome-xml-tree.html#XMLNODEPTR"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN14048" NAME="AEN14089"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -515,14 +521,14 @@ NAME="AEN14048"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN14051" NAME="AEN14092"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14053" NAME="AEN14094"
></A ></A
><H3 ><H3
><A ><A
@ -585,7 +591,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -595,7 +601,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14071" NAME="AEN14112"
></A ></A
><H3 ><H3
><A ><A
@ -643,7 +649,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -653,7 +659,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14085" NAME="AEN14126"
></A ></A
><H3 ><H3
><A ><A
@ -752,7 +758,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -762,7 +768,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14111" NAME="AEN14152"
></A ></A
><H3 ><H3
><A ><A
@ -810,7 +816,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -820,7 +826,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14125" NAME="AEN14166"
></A ></A
><H3 ><H3
><A ><A
@ -855,7 +861,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14130" NAME="AEN14171"
></A ></A
><H3 ><H3
><A ><A
@ -881,7 +887,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14135" NAME="AEN14176"
></A ></A
><H3 ><H3
><A ><A
@ -944,7 +950,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -954,7 +960,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14153" NAME="AEN14194"
></A ></A
><H3 ><H3
><A ><A
@ -1002,7 +1008,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1012,7 +1018,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14167" NAME="AEN14208"
></A ></A
><H3 ><H3
><A ><A
@ -1111,7 +1117,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1121,7 +1127,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14193" NAME="AEN14234"
></A ></A
><H3 ><H3
><A ><A
@ -1169,7 +1175,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1179,7 +1185,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14207" NAME="AEN14248"
></A ></A
><H3 ><H3
><A ><A
@ -1215,7 +1221,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14212" NAME="AEN14253"
></A ></A
><H3 ><H3
><A ><A
@ -1241,7 +1247,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14217" NAME="AEN14258"
></A ></A
><H3 ><H3
><A ><A
@ -1270,7 +1276,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14223" NAME="AEN14264"
></A ></A
><H3 ><H3
><A ><A
@ -1352,7 +1358,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14244" NAME="AEN14285"
></A ></A
><H3 ><H3
><A ><A
@ -1440,7 +1446,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1450,7 +1456,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14268" NAME="AEN14309"
></A ></A
><H3 ><H3
><A ><A
@ -1554,7 +1560,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14293" NAME="AEN14334"
></A ></A
><H3 ><H3
><A ><A
@ -1575,7 +1581,7 @@ HREF="gnome-xml-xmlio.html#XMLPARSERINPUTBUFFERPTR"
>xmlParserInputBufferPtr</A >xmlParserInputBufferPtr</A
> xmlParserInputBufferCreateFile > xmlParserInputBufferCreateFile
(<GTKDOCLINK (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *file, > *file,
<A <A
@ -1658,7 +1664,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14319" NAME="AEN14360"
></A ></A
><H3 ><H3
><A ><A
@ -1759,7 +1765,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14344" NAME="AEN14385"
></A ></A
><H3 ><H3
><A ><A
@ -1790,7 +1796,7 @@ HREF="gnome-xml-encoding.html#XMLCHARENCODING"
></TABLE ></TABLE
><P ><P
>Create a buffered parser input for the progressive parsing for the input >Create a buffered parser input for the progressive parsing for the input
from a file descriptor</P from a memory area.</P
><P ><P
></P ></P
><DIV ><DIV
@ -1878,7 +1884,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14373" NAME="AEN14414"
></A ></A
><H3 ><H3
><A ><A
@ -2021,7 +2027,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14408" NAME="AEN14449"
></A ></A
><H3 ><H3
><A ><A
@ -2120,7 +2126,7 @@ in case of error.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14432" NAME="AEN14473"
></A ></A
><H3 ><H3
><A ><A
@ -2222,7 +2228,7 @@ in case of error.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14457" NAME="AEN14498"
></A ></A
><H3 ><H3
><A ><A
@ -2339,7 +2345,7 @@ in case of error.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14485" NAME="AEN14526"
></A ></A
><H3 ><H3
><A ><A
@ -2402,7 +2408,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14501" NAME="AEN14542"
></A ></A
><H3 ><H3
><A ><A
@ -2465,7 +2471,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -2475,7 +2481,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14519" NAME="AEN14560"
></A ></A
><H3 ><H3
><A ><A
@ -2616,7 +2622,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14554" NAME="AEN14595"
></A ></A
><H3 ><H3
><A ><A
@ -2645,7 +2651,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14560" NAME="AEN14601"
></A ></A
><H3 ><H3
><A ><A
@ -2726,7 +2732,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14581" NAME="AEN14622"
></A ></A
><H3 ><H3
><A ><A
@ -2849,7 +2855,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14610" NAME="AEN14651"
></A ></A
><H3 ><H3
><A ><A
@ -2870,7 +2876,7 @@ HREF="gnome-xml-xmlio.html#XMLOUTPUTBUFFERPTR"
>xmlOutputBufferPtr</A >xmlOutputBufferPtr</A
> xmlOutputBufferCreateFile > xmlOutputBufferCreateFile
(<GTKDOCLINK (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *file, > *file,
<A <A
@ -2953,7 +2959,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14636" NAME="AEN14677"
></A ></A
><H3 ><H3
><A ><A
@ -3053,7 +3059,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14661" NAME="AEN14702"
></A ></A
><H3 ><H3
><A ><A
@ -3195,7 +3201,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14696" NAME="AEN14737"
></A ></A
><H3 ><H3
><A ><A
@ -3313,7 +3319,7 @@ in case of error.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14724" NAME="AEN14765"
></A ></A
><H3 ><H3
><A ><A
@ -3413,7 +3419,7 @@ in case of error.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14748" NAME="AEN14789"
></A ></A
><H3 ><H3
><A ><A
@ -3491,7 +3497,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14768" NAME="AEN14809"
></A ></A
><H3 ><H3
><A ><A
@ -3570,7 +3576,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14788" NAME="AEN14829"
></A ></A
><H3 ><H3
><A ><A
@ -3711,7 +3717,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14823" NAME="AEN14864"
></A ></A
><H3 ><H3
><A ><A
@ -3828,7 +3834,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN14852" NAME="AEN14893"
></A ></A
><H3 ><H3
><A ><A

View File

@ -4,7 +4,7 @@
>xmlmemory</TITLE >xmlmemory</TITLE
><META ><META
NAME="GENERATOR" NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME" REL="HOME"
TITLE="Gnome XML Library Reference Manual" TITLE="Gnome XML Library Reference Manual"
HREF="book1.html"><LINK HREF="book1.html"><LINK
@ -17,6 +17,9 @@ HREF="gnome-xml-debugxml.html"></HEAD
><BODY ><BODY
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
TEXT="#000000" TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV ><DIV
CLASS="NAVHEADER" CLASS="NAVHEADER"
><TABLE ><TABLE
@ -99,19 +102,22 @@ ALIGN="right"
></TABLE ></TABLE
></DIV ></DIV
><H1 ><H1
>xmlmemory</H1 ><A
NAME="GNOME-XML-XMLMEMORY"
>xmlmemory</A
></H1
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN18411" NAME="AEN18452"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
>xmlmemory &#8212; </DIV >xmlmemory&nbsp;--&nbsp;</DIV
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN18414" NAME="AEN18455"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -127,11 +133,11 @@ CLASS="SYNOPSIS"
>&#13; >&#13;
#define <A #define <A
HREF="gnome-xml-xmlmemory.html#DEBUG-MEMORY" HREF="gnome-xml-xmlmemory.html#DEBUG-MEMORY-CAPS"
>DEBUG_MEMORY</A >DEBUG_MEMORY</A
> >
#define <A #define <A
HREF="gnome-xml-xmlmemory.html#MEM-LIST" HREF="gnome-xml-xmlmemory.html#MEM-LIST-CAPS"
>MEM_LIST</A >MEM_LIST</A
> >
void (<A void (<A
@ -201,14 +207,14 @@ void <A
HREF="gnome-xml-xmlmemory.html#XMLMEMDISPLAY" HREF="gnome-xml-xmlmemory.html#XMLMEMDISPLAY"
>xmlMemDisplay</A >xmlMemDisplay</A
> (<GTKDOCLINK > (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *fp); > *fp);
void <A void <A
HREF="gnome-xml-xmlmemory.html#XMLMEMSHOW" HREF="gnome-xml-xmlmemory.html#XMLMEMSHOW"
>xmlMemShow</A >xmlMemShow</A
> (<GTKDOCLINK > (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *fp, > *fp,
int nr); int nr);
@ -254,7 +260,7 @@ HREF="gnome-xml-xmlmemory.html#XMLMEMSTRDUPLOC"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN18446" NAME="AEN18487"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -264,18 +270,18 @@ NAME="AEN18446"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN18449" NAME="AEN18490"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18451" NAME="AEN18492"
></A ></A
><H3 ><H3
><A ><A
NAME="DEBUG-MEMORY" NAME="DEBUG-MEMORY-CAPS"
></A ></A
>DEBUG_MEMORY</H3 >DEBUG_MEMORY</H3
><TABLE ><TABLE
@ -297,11 +303,11 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18456" NAME="AEN18497"
></A ></A
><H3 ><H3
><A ><A
NAME="MEM-LIST" NAME="MEM-LIST-CAPS"
></A ></A
>MEM_LIST</H3 >MEM_LIST</H3
><TABLE ><TABLE
@ -323,7 +329,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18461" NAME="AEN18502"
></A ></A
><H3 ><H3
><A ><A
@ -371,7 +377,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -381,7 +387,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18475" NAME="AEN18516"
></A ></A
><H3 ><H3
><A ><A
@ -429,7 +435,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -439,7 +445,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18489" NAME="AEN18530"
></A ></A
><H3 ><H3
><A ><A
@ -505,7 +511,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -515,7 +521,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18507" NAME="AEN18548"
></A ></A
><H3 ><H3
><A ><A
@ -578,7 +584,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -588,7 +594,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18525" NAME="AEN18566"
></A ></A
><H3 ><H3
><A ><A
@ -745,7 +751,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18565" NAME="AEN18606"
></A ></A
><H3 ><H3
><A ><A
@ -898,7 +904,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18604" NAME="AEN18645"
></A ></A
><H3 ><H3
><A ><A
@ -956,7 +962,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18619" NAME="AEN18660"
></A ></A
><H3 ><H3
><A ><A
@ -1014,7 +1020,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18634" NAME="AEN18675"
></A ></A
><H3 ><H3
><A ><A
@ -1031,7 +1037,7 @@ CELLPADDING="6"
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>void xmlMemDisplay (<GTKDOCLINK >void xmlMemDisplay (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *fp);</PRE > *fp);</PRE
></TD ></TD
@ -1078,7 +1084,7 @@ written to the file .memorylist</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18650" NAME="AEN18691"
></A ></A
><H3 ><H3
><A ><A
@ -1095,7 +1101,7 @@ CELLPADDING="6"
><PRE ><PRE
CLASS="PROGRAMLISTING" CLASS="PROGRAMLISTING"
>void xmlMemShow (<GTKDOCLINK >void xmlMemShow (<GTKDOCLINK
HREF="FILE" HREF="FILE-CAPS"
>FILE</GTKDOCLINK >FILE</GTKDOCLINK
> *fp, > *fp,
int nr);</PRE int nr);</PRE
@ -1165,7 +1171,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18671" NAME="AEN18712"
></A ></A
><H3 ><H3
><A ><A
@ -1193,7 +1199,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18677" NAME="AEN18718"
></A ></A
><H3 ><H3
><A ><A
@ -1241,7 +1247,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1251,7 +1257,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18691" NAME="AEN18732"
></A ></A
><H3 ><H3
><A ><A
@ -1316,7 +1322,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1326,7 +1332,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18709" NAME="AEN18750"
></A ></A
><H3 ><H3
><A ><A
@ -1374,7 +1380,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1384,7 +1390,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18723" NAME="AEN18764"
></A ></A
><H3 ><H3
><A ><A
@ -1483,7 +1489,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18747" NAME="AEN18788"
></A ></A
><H3 ><H3
><A ><A
@ -1600,7 +1606,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN18775" NAME="AEN18816"
></A ></A
><H3 ><H3
><A ><A

View File

@ -4,7 +4,7 @@
>xpath</TITLE >xpath</TITLE
><META ><META
NAME="GENERATOR" NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME" REL="HOME"
TITLE="Gnome XML Library Reference Manual" TITLE="Gnome XML Library Reference Manual"
HREF="book1.html"><LINK HREF="book1.html"><LINK
@ -20,6 +20,9 @@ HREF="gnome-xml-xpathinternals.html"></HEAD
><BODY ><BODY
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
TEXT="#000000" TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV ><DIV
CLASS="NAVHEADER" CLASS="NAVHEADER"
><TABLE ><TABLE
@ -111,19 +114,22 @@ SIZE="3"
></TABLE ></TABLE
></DIV ></DIV
><H1 ><H1
>xpath</H1 ><A
NAME="GNOME-XML-XPATH"
>xpath</A
></H1
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN10589" NAME="AEN10522"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
>xpath &#8212; </DIV >xpath&nbsp;--&nbsp;</DIV
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN10592" NAME="AEN10525"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -359,7 +365,7 @@ HREF="gnome-xml-xpath.html#XMLXPATHOBJECTPTR"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN10653" NAME="AEN10586"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -369,14 +375,14 @@ NAME="AEN10653"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN10656" NAME="AEN10589"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10658" NAME="AEN10591"
></A ></A
><H3 ><H3
><A ><A
@ -412,10 +418,10 @@ CLASS="PROGRAMLISTING"
int max_axis; /* max number of axis */ int max_axis; /* max number of axis */
xmlXPathAxisPtr axis; /* Array of defined axis */ xmlXPathAxisPtr axis; /* Array of defined axis */
/* Namespace traversal should be implemented with user */ /* the namespace nodes of the context node */
xmlNsPtr *namespaces; /* The namespaces lookup */ xmlNsPtr *namespaces; /* Array of namespaces */
int nsNr; /* the current Namespace index */ int nsNr; /* number of namespace in scope */
void *user; /* user defined extra info */ void *user; /* function to free */
/* extra variables */ /* extra variables */
int contextSize; /* the context size */ int contextSize; /* the context size */
@ -425,6 +431,9 @@ CLASS="PROGRAMLISTING"
int xptr; /* it this an XPointer context */ int xptr; /* it this an XPointer context */
xmlNodePtr here; /* for here() */ xmlNodePtr here; /* for here() */
xmlNodePtr origin; /* for origin() */ xmlNodePtr origin; /* for origin() */
/* the set of namespace declarations in scope for the expression */
xmlHashTablePtr nsHash; /* The namespaces hash table */
};</PRE };</PRE
></TD ></TD
></TR ></TR
@ -435,7 +444,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10663" NAME="AEN10596"
></A ></A
><H3 ><H3
><A ><A
@ -461,7 +470,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10668" NAME="AEN10601"
></A ></A
><H3 ><H3
><A ><A
@ -498,7 +507,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10673" NAME="AEN10606"
></A ></A
><H3 ><H3
><A ><A
@ -524,7 +533,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10678" NAME="AEN10611"
></A ></A
><H3 ><H3
><A ><A
@ -559,7 +568,8 @@ CLASS="PROGRAMLISTING"
XPATH_MEMORY_ERROR, XPATH_MEMORY_ERROR,
XPTR_SYNTAX_ERROR, XPTR_SYNTAX_ERROR,
XPTR_RESOURCE_ERROR, XPTR_RESOURCE_ERROR,
XPTR_SUB_RESOURCE_ERROR XPTR_SUB_RESOURCE_ERROR,
XPATH_UNDEF_PREFIX_ERROR
} xmlXPathError;</PRE } xmlXPathError;</PRE
></TD ></TD
></TR ></TR
@ -577,7 +587,7 @@ CLASS="PARAMETER"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10685" NAME="AEN10618"
></A ></A
><H3 ><H3
><A ><A
@ -607,7 +617,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10690" NAME="AEN10623"
></A ></A
><H3 ><H3
><A ><A
@ -633,7 +643,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10695" NAME="AEN10628"
></A ></A
><H3 ><H3
><A ><A
@ -669,7 +679,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10700" NAME="AEN10633"
></A ></A
><H3 ><H3
><A ><A
@ -705,7 +715,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10705" NAME="AEN10638"
></A ></A
><H3 ><H3
><A ><A
@ -731,7 +741,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10710" NAME="AEN10643"
></A ></A
><H3 ><H3
><A ><A
@ -815,7 +825,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -825,7 +835,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10733" NAME="AEN10666"
></A ></A
><H3 ><H3
><A ><A
@ -854,7 +864,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10738" NAME="AEN10671"
></A ></A
><H3 ><H3
><A ><A
@ -880,7 +890,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10743" NAME="AEN10676"
></A ></A
><H3 ><H3
><A ><A
@ -909,7 +919,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10748" NAME="AEN10681"
></A ></A
><H3 ><H3
><A ><A
@ -935,7 +945,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10753" NAME="AEN10686"
></A ></A
><H3 ><H3
><A ><A
@ -1004,7 +1014,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1014,7 +1024,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10772" NAME="AEN10705"
></A ></A
><H3 ><H3
><A ><A
@ -1043,7 +1053,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10777" NAME="AEN10710"
></A ></A
><H3 ><H3
><A ><A
@ -1069,7 +1079,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10782" NAME="AEN10715"
></A ></A
><H3 ><H3
><A ><A
@ -1159,7 +1169,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1169,7 +1179,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10807" NAME="AEN10740"
></A ></A
><H3 ><H3
><A ><A
@ -1198,7 +1208,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10812" NAME="AEN10745"
></A ></A
><H3 ><H3
><A ><A
@ -1224,7 +1234,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10817" NAME="AEN10750"
></A ></A
><H3 ><H3
><A ><A
@ -1293,7 +1303,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1303,7 +1313,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10836" NAME="AEN10769"
></A ></A
><H3 ><H3
><A ><A
@ -1331,7 +1341,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10842" NAME="AEN10775"
></A ></A
><H3 ><H3
><A ><A
@ -1387,7 +1397,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
> the XML document</TD >&nbsp;</TD
></TR ></TR
><TR ><TR
><TD ><TD
@ -1402,7 +1412,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>the xmlXPathContext just allocated.</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1412,7 +1422,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10863" NAME="AEN10796"
></A ></A
><H3 ><H3
><A ><A
@ -1465,7 +1475,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
> the context to free</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1475,7 +1485,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10879" NAME="AEN10812"
></A ></A
><H3 ><H3
><A ><A
@ -1578,7 +1588,7 @@ the caller has to free the object.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10905" NAME="AEN10838"
></A ></A
><H3 ><H3
><A ><A
@ -1668,7 +1678,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1678,7 +1688,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10930" NAME="AEN10863"
></A ></A
><H3 ><H3
><A ><A
@ -1731,7 +1741,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
> the object to free</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1741,7 +1751,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10946" NAME="AEN10879"
></A ></A
><H3 ><H3
><A ><A
@ -1844,7 +1854,7 @@ the caller has to free the object.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10972" NAME="AEN10905"
></A ></A
><H3 ><H3
><A ><A
@ -1905,7 +1915,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
> an initial xmlNodePtr, or NULL</TD >&nbsp;</TD
></TR ></TR
><TR ><TR
><TD ><TD
@ -1920,7 +1930,7 @@ CLASS="EMPHASIS"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>the newly created object.</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -1930,7 +1940,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN10994" NAME="AEN10927"
></A ></A
><H3 ><H3
><A ><A
@ -1992,7 +2002,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
> an existing NodeSetList object</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -2002,7 +2012,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11012" NAME="AEN10945"
></A ></A
><H3 ><H3
><A ><A
@ -2055,7 +2065,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
> the xmlNodeSetPtr to free</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -2065,7 +2075,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN11028" NAME="AEN10961"
></A ></A
><H3 ><H3
><A ><A

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
>xpointer</TITLE >xpointer</TITLE
><META ><META
NAME="GENERATOR" NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME" REL="HOME"
TITLE="Gnome XML Library Reference Manual" TITLE="Gnome XML Library Reference Manual"
HREF="book1.html"><LINK HREF="book1.html"><LINK
@ -20,6 +20,9 @@ HREF="gnome-xml-xinclude.html"></HEAD
><BODY ><BODY
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
TEXT="#000000" TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV ><DIV
CLASS="NAVHEADER" CLASS="NAVHEADER"
><TABLE ><TABLE
@ -111,19 +114,22 @@ SIZE="3"
></TABLE ></TABLE
></DIV ></DIV
><H1 ><H1
>xpointer</H1 ><A
NAME="GNOME-XML-XPOINTER"
>xpointer</A
></H1
><DIV ><DIV
CLASS="REFNAMEDIV" CLASS="REFNAMEDIV"
><A ><A
NAME="AEN12926" NAME="AEN12967"
></A ></A
><H2 ><H2
>Name</H2 >Name</H2
>xpointer &#8212; </DIV >xpointer&nbsp;--&nbsp;</DIV
><DIV ><DIV
CLASS="REFSYNOPSISDIV" CLASS="REFSYNOPSISDIV"
><A ><A
NAME="AEN12929" NAME="AEN12970"
></A ></A
><H2 ><H2
>Synopsis</H2 >Synopsis</H2
@ -231,7 +237,7 @@ HREF="gnome-xml-xpath.html#XMLXPATHPARSERCONTEXTPTR"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN12956" NAME="AEN12997"
></A ></A
><H2 ><H2
>Description</H2 >Description</H2
@ -241,14 +247,14 @@ NAME="AEN12956"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN12959" NAME="AEN13000"
></A ></A
><H2 ><H2
>Details</H2 >Details</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12961" NAME="AEN13002"
></A ></A
><H3 ><H3
><A ><A
@ -278,7 +284,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12966" NAME="AEN13007"
></A ></A
><H3 ><H3
><A ><A
@ -304,7 +310,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12971" NAME="AEN13012"
></A ></A
><H3 ><H3
><A ><A
@ -367,7 +373,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN12987" NAME="AEN13028"
></A ></A
><H3 ><H3
><A ><A
@ -479,7 +485,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13015" NAME="AEN13056"
></A ></A
><H3 ><H3
><A ><A
@ -603,7 +609,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13046" NAME="AEN13087"
></A ></A
><H3 ><H3
><A ><A
@ -706,7 +712,7 @@ the caller has to free the object.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13072" NAME="AEN13113"
></A ></A
><H3 ><H3
><A ><A
@ -780,7 +786,7 @@ CLASS="PARAMETER"
WIDTH="80%" WIDTH="80%"
ALIGN="LEFT" ALIGN="LEFT"
VALIGN="TOP" VALIGN="TOP"
>&nbsp;</TD >&#13;</TD
></TR ></TR
></TABLE ></TABLE
><P ><P
@ -790,7 +796,7 @@ VALIGN="TOP"
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13093" NAME="AEN13134"
></A ></A
><H3 ><H3
><A ><A
@ -872,7 +878,7 @@ the caller has to free the node tree.</TD
><HR><DIV ><HR><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN13114" NAME="AEN13155"
></A ></A
><H3 ><H3
><A ><A

View File

@ -1,5 +1,5 @@
<ANCHOR id ="GNOME-XML-PARSER" href="gnome-xml/gnome-xml-parser.html"> <ANCHOR id ="GNOME-XML-PARSER" href="gnome-xml/gnome-xml-parser.html">
<ANCHOR id ="XML-DEFAULT-VERSION" href="gnome-xml/gnome-xml-parser.html#XML-DEFAULT-VERSION"> <ANCHOR id ="XML-DEFAULT-VERSION-CAPS" href="gnome-xml/gnome-xml-parser.html#XML-DEFAULT-VERSION-CAPS">
<ANCHOR id ="XMLPARSERINPUTDEALLOCATE" href="gnome-xml/gnome-xml-parser.html#XMLPARSERINPUTDEALLOCATE"> <ANCHOR id ="XMLPARSERINPUTDEALLOCATE" href="gnome-xml/gnome-xml-parser.html#XMLPARSERINPUTDEALLOCATE">
<ANCHOR id ="XMLPARSERINPUT" href="gnome-xml/gnome-xml-parser.html#XMLPARSERINPUT"> <ANCHOR id ="XMLPARSERINPUT" href="gnome-xml/gnome-xml-parser.html#XMLPARSERINPUT">
<ANCHOR id ="XMLPARSERINPUTPTR" href="gnome-xml/gnome-xml-parser.html#XMLPARSERINPUTPTR"> <ANCHOR id ="XMLPARSERINPUTPTR" href="gnome-xml/gnome-xml-parser.html#XMLPARSERINPUTPTR">
@ -150,8 +150,8 @@
<ANCHOR id ="GNOME-XML-TREE" href="gnome-xml/gnome-xml-tree.html"> <ANCHOR id ="GNOME-XML-TREE" href="gnome-xml/gnome-xml-tree.html">
<ANCHOR id ="XMLELEMENTTYPE" href="gnome-xml/gnome-xml-tree.html#XMLELEMENTTYPE"> <ANCHOR id ="XMLELEMENTTYPE" href="gnome-xml/gnome-xml-tree.html#XMLELEMENTTYPE">
<ANCHOR id ="XMLCHAR" href="gnome-xml/gnome-xml-tree.html#XMLCHAR"> <ANCHOR id ="XMLCHAR" href="gnome-xml/gnome-xml-tree.html#XMLCHAR">
<ANCHOR id ="CHAR" href="gnome-xml/gnome-xml-tree.html#CHAR"> <ANCHOR id ="CHAR-CAPS" href="gnome-xml/gnome-xml-tree.html#CHAR-CAPS">
<ANCHOR id ="BAD-CAST" href="gnome-xml/gnome-xml-tree.html#BAD-CAST"> <ANCHOR id ="BAD-CAST-CAPS" href="gnome-xml/gnome-xml-tree.html#BAD-CAST-CAPS">
<ANCHOR id ="XMLNOTATION" href="gnome-xml/gnome-xml-tree.html#XMLNOTATION"> <ANCHOR id ="XMLNOTATION" href="gnome-xml/gnome-xml-tree.html#XMLNOTATION">
<ANCHOR id ="XMLNOTATIONPTR" href="gnome-xml/gnome-xml-tree.html#XMLNOTATIONPTR"> <ANCHOR id ="XMLNOTATIONPTR" href="gnome-xml/gnome-xml-tree.html#XMLNOTATIONPTR">
<ANCHOR id ="XMLATTRIBUTETYPE" href="gnome-xml/gnome-xml-tree.html#XMLATTRIBUTETYPE"> <ANCHOR id ="XMLATTRIBUTETYPE" href="gnome-xml/gnome-xml-tree.html#XMLATTRIBUTETYPE">
@ -167,7 +167,7 @@
<ANCHOR id ="XMLELEMENTTYPEVAL" href="gnome-xml/gnome-xml-tree.html#XMLELEMENTTYPEVAL"> <ANCHOR id ="XMLELEMENTTYPEVAL" href="gnome-xml/gnome-xml-tree.html#XMLELEMENTTYPEVAL">
<ANCHOR id ="XMLELEMENT" href="gnome-xml/gnome-xml-tree.html#XMLELEMENT"> <ANCHOR id ="XMLELEMENT" href="gnome-xml/gnome-xml-tree.html#XMLELEMENT">
<ANCHOR id ="XMLELEMENTPTR" href="gnome-xml/gnome-xml-tree.html#XMLELEMENTPTR"> <ANCHOR id ="XMLELEMENTPTR" href="gnome-xml/gnome-xml-tree.html#XMLELEMENTPTR">
<ANCHOR id ="XML-LOCAL-NAMESPACE" href="gnome-xml/gnome-xml-tree.html#XML-LOCAL-NAMESPACE"> <ANCHOR id ="XML-LOCAL-NAMESPACE-CAPS" href="gnome-xml/gnome-xml-tree.html#XML-LOCAL-NAMESPACE-CAPS">
<ANCHOR id ="XMLNSTYPE" href="gnome-xml/gnome-xml-tree.html#XMLNSTYPE"> <ANCHOR id ="XMLNSTYPE" href="gnome-xml/gnome-xml-tree.html#XMLNSTYPE">
<ANCHOR id ="XMLNS" href="gnome-xml/gnome-xml-tree.html#XMLNS"> <ANCHOR id ="XMLNS" href="gnome-xml/gnome-xml-tree.html#XMLNS">
<ANCHOR id ="XMLNSPTR" href="gnome-xml/gnome-xml-tree.html#XMLNSPTR"> <ANCHOR id ="XMLNSPTR" href="gnome-xml/gnome-xml-tree.html#XMLNSPTR">
@ -290,8 +290,10 @@
<ANCHOR id ="XMLBUFFERWRITECHAR" href="gnome-xml/gnome-xml-tree.html#XMLBUFFERWRITECHAR"> <ANCHOR id ="XMLBUFFERWRITECHAR" href="gnome-xml/gnome-xml-tree.html#XMLBUFFERWRITECHAR">
<ANCHOR id ="XMLBUFFERWRITEQUOTEDSTRING" href="gnome-xml/gnome-xml-tree.html#XMLBUFFERWRITEQUOTEDSTRING"> <ANCHOR id ="XMLBUFFERWRITEQUOTEDSTRING" href="gnome-xml/gnome-xml-tree.html#XMLBUFFERWRITEQUOTEDSTRING">
<ANCHOR id ="XMLRECONCILIATENS" href="gnome-xml/gnome-xml-tree.html#XMLRECONCILIATENS"> <ANCHOR id ="XMLRECONCILIATENS" href="gnome-xml/gnome-xml-tree.html#XMLRECONCILIATENS">
<ANCHOR id ="XMLDOCDUMPFORMATMEMORY" href="gnome-xml/gnome-xml-tree.html#XMLDOCDUMPFORMATMEMORY">
<ANCHOR id ="XMLDOCDUMPMEMORY" href="gnome-xml/gnome-xml-tree.html#XMLDOCDUMPMEMORY"> <ANCHOR id ="XMLDOCDUMPMEMORY" href="gnome-xml/gnome-xml-tree.html#XMLDOCDUMPMEMORY">
<ANCHOR id ="XMLDOCDUMPMEMORYENC" href="gnome-xml/gnome-xml-tree.html#XMLDOCDUMPMEMORYENC"> <ANCHOR id ="XMLDOCDUMPMEMORYENC" href="gnome-xml/gnome-xml-tree.html#XMLDOCDUMPMEMORYENC">
<ANCHOR id ="XMLDOCDUMPFORMATMEMORYENC" href="gnome-xml/gnome-xml-tree.html#XMLDOCDUMPFORMATMEMORYENC">
<ANCHOR id ="XMLDOCDUMP" href="gnome-xml/gnome-xml-tree.html#XMLDOCDUMP"> <ANCHOR id ="XMLDOCDUMP" href="gnome-xml/gnome-xml-tree.html#XMLDOCDUMP">
<ANCHOR id ="XMLELEMDUMP" href="gnome-xml/gnome-xml-tree.html#XMLELEMDUMP"> <ANCHOR id ="XMLELEMDUMP" href="gnome-xml/gnome-xml-tree.html#XMLELEMDUMP">
<ANCHOR id ="XMLSAVEFILE" href="gnome-xml/gnome-xml-tree.html#XMLSAVEFILE"> <ANCHOR id ="XMLSAVEFILE" href="gnome-xml/gnome-xml-tree.html#XMLSAVEFILE">
@ -398,14 +400,6 @@
<ANCHOR id ="XMLNORMALIZEURIPATH" href="gnome-xml/gnome-xml-uri.html#XMLNORMALIZEURIPATH"> <ANCHOR id ="XMLNORMALIZEURIPATH" href="gnome-xml/gnome-xml-uri.html#XMLNORMALIZEURIPATH">
<ANCHOR id ="XMLURIESCAPE" href="gnome-xml/gnome-xml-uri.html#XMLURIESCAPE"> <ANCHOR id ="XMLURIESCAPE" href="gnome-xml/gnome-xml-uri.html#XMLURIESCAPE">
<ANCHOR id ="XMLFREEURI" href="gnome-xml/gnome-xml-uri.html#XMLFREEURI"> <ANCHOR id ="XMLFREEURI" href="gnome-xml/gnome-xml-uri.html#XMLFREEURI">
<ANCHOR id ="GNOME-XML-XML-ERROR" href="gnome-xml/gnome-xml-xml-error.html">
<ANCHOR id ="XMLPARSERERRORS" href="gnome-xml/gnome-xml-xml-error.html#XMLPARSERERRORS">
<ANCHOR id ="XMLPARSERERROR" href="gnome-xml/gnome-xml-xml-error.html#XMLPARSERERROR">
<ANCHOR id ="XMLPARSERWARNING" href="gnome-xml/gnome-xml-xml-error.html#XMLPARSERWARNING">
<ANCHOR id ="XMLPARSERVALIDITYERROR" href="gnome-xml/gnome-xml-xml-error.html#XMLPARSERVALIDITYERROR">
<ANCHOR id ="XMLPARSERVALIDITYWARNING" href="gnome-xml/gnome-xml-xml-error.html#XMLPARSERVALIDITYWARNING">
<ANCHOR id ="XMLPARSERPRINTFILEINFO" href="gnome-xml/gnome-xml-xml-error.html#XMLPARSERPRINTFILEINFO">
<ANCHOR id ="XMLPARSERPRINTFILECONTEXT" href="gnome-xml/gnome-xml-xml-error.html#XMLPARSERPRINTFILECONTEXT">
<ANCHOR id ="GNOME-XML-HTMLPARSER" href="gnome-xml/gnome-xml-htmlparser.html"> <ANCHOR id ="GNOME-XML-HTMLPARSER" href="gnome-xml/gnome-xml-htmlparser.html">
<ANCHOR id ="HTMLPARSERCTXT" href="gnome-xml/gnome-xml-htmlparser.html#HTMLPARSERCTXT"> <ANCHOR id ="HTMLPARSERCTXT" href="gnome-xml/gnome-xml-htmlparser.html#HTMLPARSERCTXT">
<ANCHOR id ="HTMLPARSERCTXTPTR" href="gnome-xml/gnome-xml-htmlparser.html#HTMLPARSERCTXTPTR"> <ANCHOR id ="HTMLPARSERCTXTPTR" href="gnome-xml/gnome-xml-htmlparser.html#HTMLPARSERCTXTPTR">
@ -435,14 +429,15 @@
<ANCHOR id ="UTF8TOHTML" href="gnome-xml/gnome-xml-htmlparser.html#UTF8TOHTML"> <ANCHOR id ="UTF8TOHTML" href="gnome-xml/gnome-xml-htmlparser.html#UTF8TOHTML">
<ANCHOR id ="HTMLENCODEENTITIES" href="gnome-xml/gnome-xml-htmlparser.html#HTMLENCODEENTITIES"> <ANCHOR id ="HTMLENCODEENTITIES" href="gnome-xml/gnome-xml-htmlparser.html#HTMLENCODEENTITIES">
<ANCHOR id ="HTMLISSCRIPTATTRIBUTE" href="gnome-xml/gnome-xml-htmlparser.html#HTMLISSCRIPTATTRIBUTE"> <ANCHOR id ="HTMLISSCRIPTATTRIBUTE" href="gnome-xml/gnome-xml-htmlparser.html#HTMLISSCRIPTATTRIBUTE">
<ANCHOR id ="HTMLHANDLEOMITTEDELEM" href="gnome-xml/gnome-xml-htmlparser.html#HTMLHANDLEOMITTEDELEM">
<ANCHOR id ="HTMLFREEPARSERCTXT" href="gnome-xml/gnome-xml-htmlparser.html#HTMLFREEPARSERCTXT"> <ANCHOR id ="HTMLFREEPARSERCTXT" href="gnome-xml/gnome-xml-htmlparser.html#HTMLFREEPARSERCTXT">
<ANCHOR id ="HTMLCREATEPUSHPARSERCTXT" href="gnome-xml/gnome-xml-htmlparser.html#HTMLCREATEPUSHPARSERCTXT"> <ANCHOR id ="HTMLCREATEPUSHPARSERCTXT" href="gnome-xml/gnome-xml-htmlparser.html#HTMLCREATEPUSHPARSERCTXT">
<ANCHOR id ="HTMLPARSECHUNK" href="gnome-xml/gnome-xml-htmlparser.html#HTMLPARSECHUNK"> <ANCHOR id ="HTMLPARSECHUNK" href="gnome-xml/gnome-xml-htmlparser.html#HTMLPARSECHUNK">
<ANCHOR id ="GNOME-XML-HTMLTREE" href="gnome-xml/gnome-xml-htmltree.html"> <ANCHOR id ="GNOME-XML-HTMLTREE" href="gnome-xml/gnome-xml-htmltree.html">
<ANCHOR id ="HTML-TEXT-NODE" href="gnome-xml/gnome-xml-htmltree.html#HTML-TEXT-NODE"> <ANCHOR id ="HTML-TEXT-NODE-CAPS" href="gnome-xml/gnome-xml-htmltree.html#HTML-TEXT-NODE-CAPS">
<ANCHOR id ="HTML-ENTITY-REF-NODE" href="gnome-xml/gnome-xml-htmltree.html#HTML-ENTITY-REF-NODE"> <ANCHOR id ="HTML-ENTITY-REF-NODE-CAPS" href="gnome-xml/gnome-xml-htmltree.html#HTML-ENTITY-REF-NODE-CAPS">
<ANCHOR id ="HTML-COMMENT-NODE" href="gnome-xml/gnome-xml-htmltree.html#HTML-COMMENT-NODE"> <ANCHOR id ="HTML-COMMENT-NODE-CAPS" href="gnome-xml/gnome-xml-htmltree.html#HTML-COMMENT-NODE-CAPS">
<ANCHOR id ="HTML-PRESERVE-NODE" href="gnome-xml/gnome-xml-htmltree.html#HTML-PRESERVE-NODE"> <ANCHOR id ="HTML-PRESERVE-NODE-CAPS" href="gnome-xml/gnome-xml-htmltree.html#HTML-PRESERVE-NODE-CAPS">
<ANCHOR id ="HTMLNEWDOC" href="gnome-xml/gnome-xml-htmltree.html#HTMLNEWDOC"> <ANCHOR id ="HTMLNEWDOC" href="gnome-xml/gnome-xml-htmltree.html#HTMLNEWDOC">
<ANCHOR id ="HTMLNEWDOCNODTD" href="gnome-xml/gnome-xml-htmltree.html#HTMLNEWDOCNODTD"> <ANCHOR id ="HTMLNEWDOCNODTD" href="gnome-xml/gnome-xml-htmltree.html#HTMLNEWDOCNODTD">
<ANCHOR id ="HTMLGETMETAENCODING" href="gnome-xml/gnome-xml-htmltree.html#HTMLGETMETAENCODING"> <ANCHOR id ="HTMLGETMETAENCODING" href="gnome-xml/gnome-xml-htmltree.html#HTMLGETMETAENCODING">
@ -488,17 +483,20 @@
<ANCHOR id ="XMLXPATHFREENODESET" href="gnome-xml/gnome-xml-xpath.html#XMLXPATHFREENODESET"> <ANCHOR id ="XMLXPATHFREENODESET" href="gnome-xml/gnome-xml-xpath.html#XMLXPATHFREENODESET">
<ANCHOR id ="XMLXPATHOBJECTCOPY" href="gnome-xml/gnome-xml-xpath.html#XMLXPATHOBJECTCOPY"> <ANCHOR id ="XMLXPATHOBJECTCOPY" href="gnome-xml/gnome-xml-xpath.html#XMLXPATHOBJECTCOPY">
<ANCHOR id ="GNOME-XML-XPATHINTERNALS" href="gnome-xml/gnome-xml-xpathinternals.html"> <ANCHOR id ="GNOME-XML-XPATHINTERNALS" href="gnome-xml/gnome-xml-xpathinternals.html">
<ANCHOR id ="CHECK-ERROR" href="gnome-xml/gnome-xml-xpathinternals.html#CHECK-ERROR"> <ANCHOR id ="CHECK-ERROR-CAPS" href="gnome-xml/gnome-xml-xpathinternals.html#CHECK-ERROR-CAPS">
<ANCHOR id ="CHECK-ERROR0" href="gnome-xml/gnome-xml-xpathinternals.html#CHECK-ERROR0"> <ANCHOR id ="CHECK-ERROR0-CAPS" href="gnome-xml/gnome-xml-xpathinternals.html#CHECK-ERROR0-CAPS">
<ANCHOR id ="XP-ERROR" href="gnome-xml/gnome-xml-xpathinternals.html#XP-ERROR"> <ANCHOR id ="XP-ERROR-CAPS" href="gnome-xml/gnome-xml-xpathinternals.html#XP-ERROR-CAPS">
<ANCHOR id ="XP-ERROR0" href="gnome-xml/gnome-xml-xpathinternals.html#XP-ERROR0"> <ANCHOR id ="XP-ERROR0-CAPS" href="gnome-xml/gnome-xml-xpathinternals.html#XP-ERROR0-CAPS">
<ANCHOR id ="CHECK-TYPE" href="gnome-xml/gnome-xml-xpathinternals.html#CHECK-TYPE"> <ANCHOR id ="CHECK-TYPE-CAPS" href="gnome-xml/gnome-xml-xpathinternals.html#CHECK-TYPE-CAPS">
<ANCHOR id ="CHECK-ARITY" href="gnome-xml/gnome-xml-xpathinternals.html#CHECK-ARITY"> <ANCHOR id ="CHECK-ARITY-CAPS" href="gnome-xml/gnome-xml-xpathinternals.html#CHECK-ARITY-CAPS">
<ANCHOR id ="CAST-TO-STRING" href="gnome-xml/gnome-xml-xpathinternals.html#CAST-TO-STRING"> <ANCHOR id ="CAST-TO-STRING-CAPS" href="gnome-xml/gnome-xml-xpathinternals.html#CAST-TO-STRING-CAPS">
<ANCHOR id ="CAST-TO-NUMBER" href="gnome-xml/gnome-xml-xpathinternals.html#CAST-TO-NUMBER"> <ANCHOR id ="CAST-TO-NUMBER-CAPS" href="gnome-xml/gnome-xml-xpathinternals.html#CAST-TO-NUMBER-CAPS">
<ANCHOR id ="CAST-TO-BOOLEAN" href="gnome-xml/gnome-xml-xpathinternals.html#CAST-TO-BOOLEAN"> <ANCHOR id ="CAST-TO-BOOLEAN-CAPS" href="gnome-xml/gnome-xml-xpathinternals.html#CAST-TO-BOOLEAN-CAPS">
<ANCHOR id ="XMLXPATHERROR" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHERROR"> <ANCHOR id ="XMLXPATHERROR" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHERROR">
<ANCHOR id ="XMLXPATHDEBUGDUMPOBJECT" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHDEBUGDUMPOBJECT"> <ANCHOR id ="XMLXPATHDEBUGDUMPOBJECT" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHDEBUGDUMPOBJECT">
<ANCHOR id ="XMLXPATHREGISTERNS" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHREGISTERNS">
<ANCHOR id ="XMLXPATHNSLOOKUP" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHNSLOOKUP">
<ANCHOR id ="XMLXPATHREGISTEREDNSCLEANUP" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHREGISTEREDNSCLEANUP">
<ANCHOR id ="XMLXPATHREGISTERFUNC" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHREGISTERFUNC"> <ANCHOR id ="XMLXPATHREGISTERFUNC" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHREGISTERFUNC">
<ANCHOR id ="XMLXPATHREGISTERFUNCNS" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHREGISTERFUNCNS"> <ANCHOR id ="XMLXPATHREGISTERFUNCNS" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHREGISTERFUNCNS">
<ANCHOR id ="XMLXPATHREGISTERVARIABLE" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHREGISTERVARIABLE"> <ANCHOR id ="XMLXPATHREGISTERVARIABLE" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHREGISTERVARIABLE">
@ -523,6 +521,7 @@
<ANCHOR id ="XMLXPATHROOT" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHROOT"> <ANCHOR id ="XMLXPATHROOT" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHROOT">
<ANCHOR id ="XMLXPATHEVALEXPR" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHEVALEXPR"> <ANCHOR id ="XMLXPATHEVALEXPR" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHEVALEXPR">
<ANCHOR id ="XMLXPATHPARSENAME" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHPARSENAME"> <ANCHOR id ="XMLXPATHPARSENAME" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHPARSENAME">
<ANCHOR id ="XMLXPATHPARSENCNAME" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHPARSENCNAME">
<ANCHOR id ="XMLXPATHSTRINGEVALNUMBER" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHSTRINGEVALNUMBER"> <ANCHOR id ="XMLXPATHSTRINGEVALNUMBER" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHSTRINGEVALNUMBER">
<ANCHOR id ="XMLXPATHEVALUATEPREDICATERESULT" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHEVALUATEPREDICATERESULT"> <ANCHOR id ="XMLXPATHEVALUATEPREDICATERESULT" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHEVALUATEPREDICATERESULT">
<ANCHOR id ="XMLXPATHINIT" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHINIT"> <ANCHOR id ="XMLXPATHINIT" href="gnome-xml/gnome-xml-xpathinternals.html#XMLXPATHINIT">
@ -659,20 +658,20 @@
<ANCHOR id ="XMLSAVEFILETO" href="gnome-xml/gnome-xml-xmlio.html#XMLSAVEFILETO"> <ANCHOR id ="XMLSAVEFILETO" href="gnome-xml/gnome-xml-xmlio.html#XMLSAVEFILETO">
<ANCHOR id ="XMLNODEDUMPOUTPUT" href="gnome-xml/gnome-xml-xmlio.html#XMLNODEDUMPOUTPUT"> <ANCHOR id ="XMLNODEDUMPOUTPUT" href="gnome-xml/gnome-xml-xmlio.html#XMLNODEDUMPOUTPUT">
<ANCHOR id ="GNOME-XML-PARSERINTERNALS" href="gnome-xml/gnome-xml-parserinternals.html"> <ANCHOR id ="GNOME-XML-PARSERINTERNALS" href="gnome-xml/gnome-xml-parserinternals.html">
<ANCHOR id ="XML-MAX-NAMELEN" href="gnome-xml/gnome-xml-parserinternals.html#XML-MAX-NAMELEN"> <ANCHOR id ="XML-MAX-NAMELEN-CAPS" href="gnome-xml/gnome-xml-parserinternals.html#XML-MAX-NAMELEN-CAPS">
<ANCHOR id ="INPUT-CHUNK" href="gnome-xml/gnome-xml-parserinternals.html#INPUT-CHUNK"> <ANCHOR id ="INPUT-CHUNK-CAPS" href="gnome-xml/gnome-xml-parserinternals.html#INPUT-CHUNK-CAPS">
<ANCHOR id ="IS-CHAR" href="gnome-xml/gnome-xml-parserinternals.html#IS-CHAR"> <ANCHOR id ="IS-CHAR-CAPS" href="gnome-xml/gnome-xml-parserinternals.html#IS-CHAR-CAPS">
<ANCHOR id ="IS-BLANK" href="gnome-xml/gnome-xml-parserinternals.html#IS-BLANK"> <ANCHOR id ="IS-BLANK-CAPS" href="gnome-xml/gnome-xml-parserinternals.html#IS-BLANK-CAPS">
<ANCHOR id ="IS-BASECHAR" href="gnome-xml/gnome-xml-parserinternals.html#IS-BASECHAR"> <ANCHOR id ="IS-BASECHAR-CAPS" href="gnome-xml/gnome-xml-parserinternals.html#IS-BASECHAR-CAPS">
<ANCHOR id ="IS-DIGIT" href="gnome-xml/gnome-xml-parserinternals.html#IS-DIGIT"> <ANCHOR id ="IS-DIGIT-CAPS" href="gnome-xml/gnome-xml-parserinternals.html#IS-DIGIT-CAPS">
<ANCHOR id ="IS-COMBINING" href="gnome-xml/gnome-xml-parserinternals.html#IS-COMBINING"> <ANCHOR id ="IS-COMBINING-CAPS" href="gnome-xml/gnome-xml-parserinternals.html#IS-COMBINING-CAPS">
<ANCHOR id ="IS-EXTENDER" href="gnome-xml/gnome-xml-parserinternals.html#IS-EXTENDER"> <ANCHOR id ="IS-EXTENDER-CAPS" href="gnome-xml/gnome-xml-parserinternals.html#IS-EXTENDER-CAPS">
<ANCHOR id ="IS-IDEOGRAPHIC" href="gnome-xml/gnome-xml-parserinternals.html#IS-IDEOGRAPHIC"> <ANCHOR id ="IS-IDEOGRAPHIC-CAPS" href="gnome-xml/gnome-xml-parserinternals.html#IS-IDEOGRAPHIC-CAPS">
<ANCHOR id ="IS-LETTER" href="gnome-xml/gnome-xml-parserinternals.html#IS-LETTER"> <ANCHOR id ="IS-LETTER-CAPS" href="gnome-xml/gnome-xml-parserinternals.html#IS-LETTER-CAPS">
<ANCHOR id ="IS-PUBIDCHAR" href="gnome-xml/gnome-xml-parserinternals.html#IS-PUBIDCHAR"> <ANCHOR id ="IS-PUBIDCHAR-CAPS" href="gnome-xml/gnome-xml-parserinternals.html#IS-PUBIDCHAR-CAPS">
<ANCHOR id ="SKIP-EOL" href="gnome-xml/gnome-xml-parserinternals.html#SKIP-EOL"> <ANCHOR id ="SKIP-EOL-CAPS" href="gnome-xml/gnome-xml-parserinternals.html#SKIP-EOL-CAPS">
<ANCHOR id ="MOVETO-ENDTAG" href="gnome-xml/gnome-xml-parserinternals.html#MOVETO-ENDTAG"> <ANCHOR id ="MOVETO-ENDTAG-CAPS" href="gnome-xml/gnome-xml-parserinternals.html#MOVETO-ENDTAG-CAPS">
<ANCHOR id ="MOVETO-STARTTAG" href="gnome-xml/gnome-xml-parserinternals.html#MOVETO-STARTTAG"> <ANCHOR id ="MOVETO-STARTTAG-CAPS" href="gnome-xml/gnome-xml-parserinternals.html#MOVETO-STARTTAG-CAPS">
<ANCHOR id ="XMLISBASECHAR" href="gnome-xml/gnome-xml-parserinternals.html#XMLISBASECHAR"> <ANCHOR id ="XMLISBASECHAR" href="gnome-xml/gnome-xml-parserinternals.html#XMLISBASECHAR">
<ANCHOR id ="XMLISBLANK" href="gnome-xml/gnome-xml-parserinternals.html#XMLISBLANK"> <ANCHOR id ="XMLISBLANK" href="gnome-xml/gnome-xml-parserinternals.html#XMLISBLANK">
<ANCHOR id ="XMLISPUBIDCHAR" href="gnome-xml/gnome-xml-parserinternals.html#XMLISPUBIDCHAR"> <ANCHOR id ="XMLISPUBIDCHAR" href="gnome-xml/gnome-xml-parserinternals.html#XMLISPUBIDCHAR">
@ -749,10 +748,10 @@
<ANCHOR id ="XMLPARSETEXTDECL" href="gnome-xml/gnome-xml-parserinternals.html#XMLPARSETEXTDECL"> <ANCHOR id ="XMLPARSETEXTDECL" href="gnome-xml/gnome-xml-parserinternals.html#XMLPARSETEXTDECL">
<ANCHOR id ="XMLPARSEMISC" href="gnome-xml/gnome-xml-parserinternals.html#XMLPARSEMISC"> <ANCHOR id ="XMLPARSEMISC" href="gnome-xml/gnome-xml-parserinternals.html#XMLPARSEMISC">
<ANCHOR id ="XMLPARSEEXTERNALSUBSET" href="gnome-xml/gnome-xml-parserinternals.html#XMLPARSEEXTERNALSUBSET"> <ANCHOR id ="XMLPARSEEXTERNALSUBSET" href="gnome-xml/gnome-xml-parserinternals.html#XMLPARSEEXTERNALSUBSET">
<ANCHOR id ="XML-SUBSTITUTE-NONE" href="gnome-xml/gnome-xml-parserinternals.html#XML-SUBSTITUTE-NONE"> <ANCHOR id ="XML-SUBSTITUTE-NONE-CAPS" href="gnome-xml/gnome-xml-parserinternals.html#XML-SUBSTITUTE-NONE-CAPS">
<ANCHOR id ="XML-SUBSTITUTE-REF" href="gnome-xml/gnome-xml-parserinternals.html#XML-SUBSTITUTE-REF"> <ANCHOR id ="XML-SUBSTITUTE-REF-CAPS" href="gnome-xml/gnome-xml-parserinternals.html#XML-SUBSTITUTE-REF-CAPS">
<ANCHOR id ="XML-SUBSTITUTE-PEREF" href="gnome-xml/gnome-xml-parserinternals.html#XML-SUBSTITUTE-PEREF"> <ANCHOR id ="XML-SUBSTITUTE-PEREF-CAPS" href="gnome-xml/gnome-xml-parserinternals.html#XML-SUBSTITUTE-PEREF-CAPS">
<ANCHOR id ="XML-SUBSTITUTE-BOTH" href="gnome-xml/gnome-xml-parserinternals.html#XML-SUBSTITUTE-BOTH"> <ANCHOR id ="XML-SUBSTITUTE-BOTH-CAPS" href="gnome-xml/gnome-xml-parserinternals.html#XML-SUBSTITUTE-BOTH-CAPS">
<ANCHOR id ="XMLDECODEENTITIES" href="gnome-xml/gnome-xml-parserinternals.html#XMLDECODEENTITIES"> <ANCHOR id ="XMLDECODEENTITIES" href="gnome-xml/gnome-xml-parserinternals.html#XMLDECODEENTITIES">
<ANCHOR id ="XMLSTRINGDECODEENTITIES" href="gnome-xml/gnome-xml-parserinternals.html#XMLSTRINGDECODEENTITIES"> <ANCHOR id ="XMLSTRINGDECODEENTITIES" href="gnome-xml/gnome-xml-parserinternals.html#XMLSTRINGDECODEENTITIES">
<ANCHOR id ="NODEPUSH" href="gnome-xml/gnome-xml-parserinternals.html#NODEPUSH"> <ANCHOR id ="NODEPUSH" href="gnome-xml/gnome-xml-parserinternals.html#NODEPUSH">
@ -811,8 +810,8 @@
<ANCHOR id ="XMLSHELLCMD" href="gnome-xml/gnome-xml-debugxml.html#XMLSHELLCMD"> <ANCHOR id ="XMLSHELLCMD" href="gnome-xml/gnome-xml-debugxml.html#XMLSHELLCMD">
<ANCHOR id ="XMLSHELL" href="gnome-xml/gnome-xml-debugxml.html#XMLSHELL"> <ANCHOR id ="XMLSHELL" href="gnome-xml/gnome-xml-debugxml.html#XMLSHELL">
<ANCHOR id ="GNOME-XML-XMLMEMORY" href="gnome-xml/gnome-xml-xmlmemory.html"> <ANCHOR id ="GNOME-XML-XMLMEMORY" href="gnome-xml/gnome-xml-xmlmemory.html">
<ANCHOR id ="DEBUG-MEMORY" href="gnome-xml/gnome-xml-xmlmemory.html#DEBUG-MEMORY"> <ANCHOR id ="DEBUG-MEMORY-CAPS" href="gnome-xml/gnome-xml-xmlmemory.html#DEBUG-MEMORY-CAPS">
<ANCHOR id ="MEM-LIST" href="gnome-xml/gnome-xml-xmlmemory.html#MEM-LIST"> <ANCHOR id ="MEM-LIST-CAPS" href="gnome-xml/gnome-xml-xmlmemory.html#MEM-LIST-CAPS">
<ANCHOR id ="XMLFREEFUNC" href="gnome-xml/gnome-xml-xmlmemory.html#XMLFREEFUNC"> <ANCHOR id ="XMLFREEFUNC" href="gnome-xml/gnome-xml-xmlmemory.html#XMLFREEFUNC">
<ANCHOR id ="XMLMALLOCFUNC" href="gnome-xml/gnome-xml-xmlmemory.html#XMLMALLOCFUNC"> <ANCHOR id ="XMLMALLOCFUNC" href="gnome-xml/gnome-xml-xmlmemory.html#XMLMALLOCFUNC">
<ANCHOR id ="XMLREALLOCFUNC" href="gnome-xml/gnome-xml-xmlmemory.html#XMLREALLOCFUNC"> <ANCHOR id ="XMLREALLOCFUNC" href="gnome-xml/gnome-xml-xmlmemory.html#XMLREALLOCFUNC">

View File

@ -4,7 +4,7 @@
>Libxml Library Reference</TITLE >Libxml Library Reference</TITLE
><META ><META
NAME="GENERATOR" NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME" REL="HOME"
TITLE="Gnome XML Library Reference Manual" TITLE="Gnome XML Library Reference Manual"
HREF="book1.html"><LINK HREF="book1.html"><LINK
@ -17,6 +17,9 @@ HREF="gnome-xml-parser.html"></HEAD
><BODY ><BODY
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
TEXT="#000000" TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV ><DIV
CLASS="NAVHEADER" CLASS="NAVHEADER"
><TABLE ><TABLE
@ -144,11 +147,6 @@ HREF="gnome-xml-uri.html"
> &#8212; </DT > &#8212; </DT
><DT ><DT
><A ><A
HREF="gnome-xml-xml-error.html"
>xml-error</A
> &#8212; </DT
><DT
><A
HREF="gnome-xml-htmlparser.html" HREF="gnome-xml-htmlparser.html"
>HTMLparser</A >HTMLparser</A
> &#8212; </DT > &#8212; </DT

View File

@ -4,7 +4,7 @@
>Libxml Programming Notes</TITLE >Libxml Programming Notes</TITLE
><META ><META
NAME="GENERATOR" NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME" REL="HOME"
TITLE="Gnome XML Library Reference Manual" TITLE="Gnome XML Library Reference Manual"
HREF="book1.html"><LINK HREF="book1.html"><LINK
@ -17,6 +17,9 @@ HREF="libxml-lib.html"></HEAD
><BODY ><BODY
BGCOLOR="#FFFFFF" BGCOLOR="#FFFFFF"
TEXT="#000000" TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV ><DIV
CLASS="NAVHEADER" CLASS="NAVHEADER"
><TABLE ><TABLE

View File

@ -241,6 +241,15 @@ you want to test those</p>
<li>parsing/import of Docbook SGML docs</li> <li>parsing/import of Docbook SGML docs</li>
</ul> </ul>
<h3>2.2.11: Jan 4 2000</h3>
<ul>
<li>bunch of bug fixes (memory I/O, xpath, ftp/http, ...)</li>
<li>added htmlHandleOmittedElem()</li>
<li>Applied Bjorn Reese's IPV6 first patch</li>
<li>Applied Paul D. Smith patches for validation of XInclude results</li>
<li>added XPointer xmlns() new scheme support </li>
</ul>
<h3>2.2.10: Nov 25 2000</h3> <h3>2.2.10: Nov 25 2000</h3>
<ul> <ul>
<li>Fix the Windows problems of 2.2.8</li> <li>Fix the Windows problems of 2.2.8</li>
@ -1390,6 +1399,6 @@ Gnome CVS base under gnome-xml/example</p>
<p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p> <p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
<p>$Id: xml.html,v 1.61 2000/11/25 10:12:43 veillard Exp $</p> <p>$Id: xml.html,v 1.62 2000/11/25 10:42:19 veillard Exp $</p>
</body> </body>
</html> </html>