mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-25 06:03:34 +03:00
Fixed generated doc, Daniel
This commit is contained in:
parent
b42042b57d
commit
9cb5ff4e6a
@ -226,7 +226,7 @@ href="http://xmlsoft.org/messages/">http://xmlsoft.org/messages/</a></p>
|
||||
<p>It is possible to validate documents which had not been validated at
|
||||
initial parsing time or documents who have been built from scratch using
|
||||
the API. Use the <a
|
||||
href="http://xmlsoft.org/html/gnome-xml-valid.html#XMLVALIDATEDTD">xmlValidateDtd()</a>
|
||||
href="http://xmlsoft.org/html/libxml-valid.html#XMLVALIDATEDTD">xmlValidateDtd()</a>
|
||||
function. It is also possible to simply add a Dtd to an existing
|
||||
document:</p>
|
||||
<pre>xmlDocPtr doc; /* your existing document */
|
||||
|
@ -1,390 +0,0 @@
|
||||
<HTML
|
||||
><HEAD
|
||||
><TITLE
|
||||
>error</TITLE
|
||||
><META
|
||||
NAME="GENERATOR"
|
||||
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK
|
||||
REL="HOME"
|
||||
TITLE="Gnome XML Library Reference Manual"
|
||||
HREF="book1.html"><LINK
|
||||
REL="UP"
|
||||
TITLE="Gnome XML Library"
|
||||
HREF="libxml.html"><LINK
|
||||
REL="PREVIOUS"
|
||||
TITLE="valid"
|
||||
HREF="gnome-xml-valid.html"><LINK
|
||||
REL="NEXT"
|
||||
TITLE="parserInternals"
|
||||
HREF="gnome-xml-parserinternals.html"></HEAD
|
||||
><BODY
|
||||
BGCOLOR="#FFFFFF"
|
||||
TEXT="#000000"
|
||||
><DIV
|
||||
CLASS="NAVHEADER"
|
||||
><TABLE
|
||||
WIDTH="100%"
|
||||
BORDER="0"
|
||||
CELLPADDING="0"
|
||||
CELLSPACING="0"
|
||||
><TR
|
||||
><TH
|
||||
COLSPAN="3"
|
||||
ALIGN="center"
|
||||
>Gnome XML Library Reference Manual</TH
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
WIDTH="10%"
|
||||
ALIGN="left"
|
||||
VALIGN="bottom"
|
||||
><A
|
||||
HREF="gnome-xml-valid.html"
|
||||
>Prev</A
|
||||
></TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="center"
|
||||
VALIGN="bottom"
|
||||
></TD
|
||||
><TD
|
||||
WIDTH="10%"
|
||||
ALIGN="right"
|
||||
VALIGN="bottom"
|
||||
><A
|
||||
HREF="gnome-xml-parserinternals.html"
|
||||
>Next</A
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><HR
|
||||
ALIGN="LEFT"
|
||||
WIDTH="100%"></DIV
|
||||
><H1
|
||||
>error</H1
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN3868"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
>error — one line description goes here.</DIV
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN3871"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
BGCOLOR="#E8E8F8"
|
||||
WIDTH="100%"
|
||||
CELLPADDING="6"
|
||||
><TR
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="SYNOPSIS"
|
||||
>
|
||||
|
||||
void <A
|
||||
HREF="gnome-xml-error.html#XMLPARSERERROR"
|
||||
>xmlParserError</A
|
||||
> (<A
|
||||
HREF="gnome-xml-parser.html#XMLPARSERCTXTPTR"
|
||||
>xmlParserCtxtPtr</A
|
||||
> ctxt,
|
||||
const char *msg,
|
||||
...);
|
||||
void <A
|
||||
HREF="gnome-xml-error.html#XMLPARSERWARNING"
|
||||
>xmlParserWarning</A
|
||||
> (<A
|
||||
HREF="gnome-xml-parser.html#XMLPARSERCTXTPTR"
|
||||
>xmlParserCtxtPtr</A
|
||||
> ctxt,
|
||||
const char *msg,
|
||||
...);</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN3878"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN3881"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3883"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
NAME="XMLPARSERERROR"
|
||||
></A
|
||||
>xmlParserError()</H3
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
BGCOLOR="#E8E8F8"
|
||||
WIDTH="100%"
|
||||
CELLPADDING="6"
|
||||
><TR
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void xmlParserError (<A
|
||||
HREF="gnome-xml-parser.html#XMLPARSERCTXTPTR"
|
||||
>xmlParserCtxtPtr</A
|
||||
> ctxt,
|
||||
const char *msg,
|
||||
...);</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Display and format an error messages, gives file, line, position and
|
||||
extra parameters.</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><P
|
||||
></P
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
WIDTH="100%"
|
||||
BGCOLOR="#FFE0E0"
|
||||
CELLSPACING="0"
|
||||
CELLPADDING="4"
|
||||
CLASS="CALSTABLE"
|
||||
><TR
|
||||
><TD
|
||||
WIDTH="20%"
|
||||
ALIGN="RIGHT"
|
||||
VALIGN="TOP"
|
||||
><TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>ctxt</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> an XML parser context</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
WIDTH="20%"
|
||||
ALIGN="RIGHT"
|
||||
VALIGN="TOP"
|
||||
><TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>msg</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> the message to display/transmit</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
WIDTH="20%"
|
||||
ALIGN="RIGHT"
|
||||
VALIGN="TOP"
|
||||
><TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>...</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> extra parameters for the message display</TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3907"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
NAME="XMLPARSERWARNING"
|
||||
></A
|
||||
>xmlParserWarning()</H3
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
BGCOLOR="#E8E8F8"
|
||||
WIDTH="100%"
|
||||
CELLPADDING="6"
|
||||
><TR
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void xmlParserWarning (<A
|
||||
HREF="gnome-xml-parser.html#XMLPARSERCTXTPTR"
|
||||
>xmlParserCtxtPtr</A
|
||||
> ctxt,
|
||||
const char *msg,
|
||||
...);</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Display and format a warning messages, gives file, line, position and
|
||||
extra parameters.</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><P
|
||||
></P
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
WIDTH="100%"
|
||||
BGCOLOR="#FFE0E0"
|
||||
CELLSPACING="0"
|
||||
CELLPADDING="4"
|
||||
CLASS="CALSTABLE"
|
||||
><TR
|
||||
><TD
|
||||
WIDTH="20%"
|
||||
ALIGN="RIGHT"
|
||||
VALIGN="TOP"
|
||||
><TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>ctxt</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> an XML parser context</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
WIDTH="20%"
|
||||
ALIGN="RIGHT"
|
||||
VALIGN="TOP"
|
||||
><TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>msg</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> the message to display/transmit</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
WIDTH="20%"
|
||||
ALIGN="RIGHT"
|
||||
VALIGN="TOP"
|
||||
><TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>...</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> extra parameters for the message display</TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
></DIV
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="NAVFOOTER"
|
||||
><HR
|
||||
ALIGN="LEFT"
|
||||
WIDTH="100%"><TABLE
|
||||
WIDTH="100%"
|
||||
BORDER="0"
|
||||
CELLPADDING="0"
|
||||
CELLSPACING="0"
|
||||
><TR
|
||||
><TD
|
||||
WIDTH="33%"
|
||||
ALIGN="left"
|
||||
VALIGN="top"
|
||||
><A
|
||||
HREF="gnome-xml-valid.html"
|
||||
>Prev</A
|
||||
></TD
|
||||
><TD
|
||||
WIDTH="34%"
|
||||
ALIGN="center"
|
||||
VALIGN="top"
|
||||
><A
|
||||
HREF="book1.html"
|
||||
>Home</A
|
||||
></TD
|
||||
><TD
|
||||
WIDTH="33%"
|
||||
ALIGN="right"
|
||||
VALIGN="top"
|
||||
><A
|
||||
HREF="gnome-xml-parserinternals.html"
|
||||
>Next</A
|
||||
></TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
WIDTH="33%"
|
||||
ALIGN="left"
|
||||
VALIGN="top"
|
||||
>valid</TD
|
||||
><TD
|
||||
WIDTH="34%"
|
||||
ALIGN="center"
|
||||
VALIGN="top"
|
||||
><A
|
||||
HREF="libxml.html"
|
||||
>Up</A
|
||||
></TD
|
||||
><TD
|
||||
WIDTH="33%"
|
||||
ALIGN="right"
|
||||
VALIGN="top"
|
||||
>parserInternals</TD
|
||||
></TR
|
||||
></TABLE
|
||||
></DIV
|
||||
></BODY
|
||||
></HTML
|
||||
>
|
@ -1,977 +0,0 @@
|
||||
<HTML
|
||||
><HEAD
|
||||
><TITLE
|
||||
>xml-error</TITLE
|
||||
><META
|
||||
NAME="GENERATOR"
|
||||
CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK
|
||||
REL="HOME"
|
||||
TITLE="Gnome XML Library Reference Manual"
|
||||
HREF="book1.html"><LINK
|
||||
REL="UP"
|
||||
TITLE="Libxml Library Reference"
|
||||
HREF="libxml-lib.html"><LINK
|
||||
REL="PREVIOUS"
|
||||
TITLE="uri"
|
||||
HREF="gnome-xml-uri.html"><LINK
|
||||
REL="NEXT"
|
||||
TITLE="HTMLparser"
|
||||
HREF="gnome-xml-htmlparser.html"></HEAD
|
||||
><BODY
|
||||
BGCOLOR="#FFFFFF"
|
||||
TEXT="#000000"
|
||||
><DIV
|
||||
CLASS="NAVHEADER"
|
||||
><TABLE
|
||||
WIDTH="100%"
|
||||
BORDER="0"
|
||||
BGCOLOR="#000000"
|
||||
CELLPADDING="1"
|
||||
CELLSPACING="0"
|
||||
><TR
|
||||
><TH
|
||||
COLSPAN="4"
|
||||
ALIGN="center"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="5"
|
||||
>Gnome XML Library Reference Manual</FONT
|
||||
></TH
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-uri.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
><B
|
||||
><<< Previous Page</B
|
||||
></FONT
|
||||
></A
|
||||
></TD
|
||||
><TD
|
||||
WIDTH="25%"
|
||||
BGCOLOR="#0000C0"
|
||||
ALIGN="center"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
><B
|
||||
><A
|
||||
HREF="book1.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
><B
|
||||
>Home</B
|
||||
></FONT
|
||||
></A
|
||||
></B
|
||||
></FONT
|
||||
></TD
|
||||
><TD
|
||||
WIDTH="25%"
|
||||
BGCOLOR="#00C000"
|
||||
ALIGN="center"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
><B
|
||||
><A
|
||||
HREF="libxml-lib.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
><B
|
||||
>Up</B
|
||||
></FONT
|
||||
></A
|
||||
></B
|
||||
></FONT
|
||||
></TD
|
||||
><TD
|
||||
WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-htmlparser.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
><B
|
||||
>Next Page >>></B
|
||||
></FONT
|
||||
></A
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
></DIV
|
||||
><H1
|
||||
>xml-error</H1
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN9481"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
>xml-error — </DIV
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN9484"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
BGCOLOR="#D6E8FF"
|
||||
WIDTH="100%"
|
||||
CELLPADDING="6"
|
||||
><TR
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="SYNOPSIS"
|
||||
>
|
||||
|
||||
enum <A
|
||||
HREF="gnome-xml-xml-error.html#XMLPARSERERRORS"
|
||||
>xmlParserErrors</A
|
||||
>;
|
||||
void <A
|
||||
HREF="gnome-xml-xml-error.html#XMLPARSERERROR"
|
||||
>xmlParserError</A
|
||||
> (void *ctx,
|
||||
const char *msg,
|
||||
...);
|
||||
void <A
|
||||
HREF="gnome-xml-xml-error.html#XMLPARSERWARNING"
|
||||
>xmlParserWarning</A
|
||||
> (void *ctx,
|
||||
const char *msg,
|
||||
...);
|
||||
void <A
|
||||
HREF="gnome-xml-xml-error.html#XMLPARSERVALIDITYERROR"
|
||||
>xmlParserValidityError</A
|
||||
> (void *ctx,
|
||||
const char *msg,
|
||||
...);
|
||||
void <A
|
||||
HREF="gnome-xml-xml-error.html#XMLPARSERVALIDITYWARNING"
|
||||
>xmlParserValidityWarning</A
|
||||
> (void *ctx,
|
||||
const char *msg,
|
||||
...);
|
||||
void <A
|
||||
HREF="gnome-xml-xml-error.html#XMLPARSERPRINTFILEINFO"
|
||||
>xmlParserPrintFileInfo</A
|
||||
> (<A
|
||||
HREF="gnome-xml-parser.html#XMLPARSERINPUTPTR"
|
||||
>xmlParserInputPtr</A
|
||||
> input);
|
||||
void <A
|
||||
HREF="gnome-xml-xml-error.html#XMLPARSERPRINTFILECONTEXT"
|
||||
>xmlParserPrintFileContext</A
|
||||
> (<A
|
||||
HREF="gnome-xml-parser.html#XMLPARSERINPUTPTR"
|
||||
>xmlParserInputPtr</A
|
||||
> input);</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN9496"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN9499"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9501"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
NAME="XMLPARSERERRORS"
|
||||
></A
|
||||
>enum xmlParserErrors</H3
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
BGCOLOR="#D6E8FF"
|
||||
WIDTH="100%"
|
||||
CELLPADDING="6"
|
||||
><TR
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>typedef enum {
|
||||
XML_ERR_OK = 0,
|
||||
XML_ERR_INTERNAL_ERROR,
|
||||
XML_ERR_NO_MEMORY,
|
||||
|
||||
XML_ERR_DOCUMENT_START, /* 3 */
|
||||
XML_ERR_DOCUMENT_EMPTY,
|
||||
XML_ERR_DOCUMENT_END,
|
||||
|
||||
XML_ERR_INVALID_HEX_CHARREF, /* 6 */
|
||||
XML_ERR_INVALID_DEC_CHARREF,
|
||||
XML_ERR_INVALID_CHARREF,
|
||||
XML_ERR_INVALID_CHAR,
|
||||
|
||||
XML_ERR_CHARREF_AT_EOF, /* 10 */
|
||||
XML_ERR_CHARREF_IN_PROLOG,
|
||||
XML_ERR_CHARREF_IN_EPILOG,
|
||||
XML_ERR_CHARREF_IN_DTD,
|
||||
XML_ERR_ENTITYREF_AT_EOF,
|
||||
XML_ERR_ENTITYREF_IN_PROLOG,
|
||||
XML_ERR_ENTITYREF_IN_EPILOG,
|
||||
XML_ERR_ENTITYREF_IN_DTD,
|
||||
XML_ERR_PEREF_AT_EOF,
|
||||
XML_ERR_PEREF_IN_PROLOG,
|
||||
XML_ERR_PEREF_IN_EPILOG,
|
||||
XML_ERR_PEREF_IN_INT_SUBSET,
|
||||
|
||||
XML_ERR_ENTITYREF_NO_NAME, /* 22 */
|
||||
XML_ERR_ENTITYREF_SEMICOL_MISSING,
|
||||
|
||||
XML_ERR_PEREF_NO_NAME, /* 24 */
|
||||
XML_ERR_PEREF_SEMICOL_MISSING,
|
||||
|
||||
XML_ERR_UNDECLARED_ENTITY, /* 26 */
|
||||
XML_WAR_UNDECLARED_ENTITY,
|
||||
XML_ERR_UNPARSED_ENTITY,
|
||||
XML_ERR_ENTITY_IS_EXTERNAL,
|
||||
XML_ERR_ENTITY_IS_PARAMETER,
|
||||
|
||||
XML_ERR_UNKNOWN_ENCODING, /* 31 */
|
||||
XML_ERR_UNSUPPORTED_ENCODING,
|
||||
|
||||
XML_ERR_STRING_NOT_STARTED, /* 33 */
|
||||
XML_ERR_STRING_NOT_CLOSED,
|
||||
XML_ERR_NS_DECL_ERROR,
|
||||
|
||||
XML_ERR_ENTITY_NOT_STARTED, /* 36 */
|
||||
XML_ERR_ENTITY_NOT_FINISHED,
|
||||
|
||||
XML_ERR_LT_IN_ATTRIBUTE, /* 38 */
|
||||
XML_ERR_ATTRIBUTE_NOT_STARTED,
|
||||
XML_ERR_ATTRIBUTE_NOT_FINISHED,
|
||||
XML_ERR_ATTRIBUTE_WITHOUT_VALUE,
|
||||
XML_ERR_ATTRIBUTE_REDEFINED,
|
||||
|
||||
XML_ERR_LITERAL_NOT_STARTED, /* 43 */
|
||||
XML_ERR_LITERAL_NOT_FINISHED,
|
||||
|
||||
XML_ERR_COMMENT_NOT_FINISHED, /* 45 */
|
||||
|
||||
XML_ERR_PI_NOT_STARTED, /* 47 */
|
||||
XML_ERR_PI_NOT_FINISHED,
|
||||
|
||||
XML_ERR_NOTATION_NOT_STARTED, /* 49 */
|
||||
XML_ERR_NOTATION_NOT_FINISHED,
|
||||
|
||||
XML_ERR_ATTLIST_NOT_STARTED, /* 51 */
|
||||
XML_ERR_ATTLIST_NOT_FINISHED,
|
||||
|
||||
XML_ERR_MIXED_NOT_STARTED, /* 53 */
|
||||
XML_ERR_MIXED_NOT_FINISHED,
|
||||
|
||||
XML_ERR_ELEMCONTENT_NOT_STARTED, /* 55 */
|
||||
XML_ERR_ELEMCONTENT_NOT_FINISHED,
|
||||
|
||||
XML_ERR_XMLDECL_NOT_STARTED, /* 57 */
|
||||
XML_ERR_XMLDECL_NOT_FINISHED,
|
||||
|
||||
XML_ERR_CONDSEC_NOT_STARTED, /* 59 */
|
||||
XML_ERR_CONDSEC_NOT_FINISHED,
|
||||
|
||||
XML_ERR_EXT_SUBSET_NOT_FINISHED, /* 61 */
|
||||
|
||||
XML_ERR_DOCTYPE_NOT_FINISHED, /* 62 */
|
||||
|
||||
XML_ERR_MISPLACED_CDATA_END, /* 63 */
|
||||
XML_ERR_CDATA_NOT_FINISHED,
|
||||
|
||||
XML_ERR_RESERVED_XML_NAME, /* 65 */
|
||||
|
||||
XML_ERR_SPACE_REQUIRED, /* 66 */
|
||||
XML_ERR_SEPARATOR_REQUIRED,
|
||||
XML_ERR_NMTOKEN_REQUIRED,
|
||||
XML_ERR_NAME_REQUIRED,
|
||||
XML_ERR_PCDATA_REQUIRED,
|
||||
XML_ERR_URI_REQUIRED,
|
||||
XML_ERR_PUBID_REQUIRED,
|
||||
XML_ERR_LT_REQUIRED,
|
||||
XML_ERR_GT_REQUIRED,
|
||||
XML_ERR_LTSLASH_REQUIRED,
|
||||
XML_ERR_EQUAL_REQUIRED,
|
||||
|
||||
XML_ERR_TAG_NAME_MISMATCH, /* 77 */
|
||||
XML_ERR_TAG_NOT_FINISED,
|
||||
|
||||
XML_ERR_STANDALONE_VALUE, /* 79 */
|
||||
|
||||
XML_ERR_ENCODING_NAME, /* 80 */
|
||||
|
||||
XML_ERR_HYPHEN_IN_COMMENT, /* 81 */
|
||||
|
||||
XML_ERR_INVALID_ENCODING, /* 82 */
|
||||
|
||||
XML_ERR_EXT_ENTITY_STANDALONE, /* 83 */
|
||||
|
||||
XML_ERR_CONDSEC_INVALID, /* 84 */
|
||||
|
||||
XML_ERR_VALUE_REQUIRED, /* 85 */
|
||||
|
||||
XML_ERR_NOT_WELL_BALANCED, /* 86 */
|
||||
XML_ERR_EXTRA_CONTENT, /* 87 */
|
||||
XML_ERR_ENTITY_CHAR_ERROR, /* 88 */
|
||||
XML_ERR_ENTITY_PE_INTERNAL, /* 88 */
|
||||
XML_ERR_ENTITY_LOOP, /* 89 */
|
||||
XML_ERR_ENTITY_BOUNDARY, /* 90 */
|
||||
XML_ERR_INVALID_URI, /* 91 */
|
||||
XML_ERR_URI_FRAGMENT /* 92 */
|
||||
}xmlParserErrors;</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9506"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
NAME="XMLPARSERERROR"
|
||||
></A
|
||||
>xmlParserError ()</H3
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
BGCOLOR="#D6E8FF"
|
||||
WIDTH="100%"
|
||||
CELLPADDING="6"
|
||||
><TR
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void xmlParserError (void *ctx,
|
||||
const char *msg,
|
||||
...);</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Display and format an error messages, gives file, line, position and
|
||||
extra parameters.</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
|
||||
>ctx</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
WIDTH="20%"
|
||||
ALIGN="RIGHT"
|
||||
VALIGN="TOP"
|
||||
><TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>msg</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
WIDTH="20%"
|
||||
ALIGN="RIGHT"
|
||||
VALIGN="TOP"
|
||||
><TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>...</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9529"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
NAME="XMLPARSERWARNING"
|
||||
></A
|
||||
>xmlParserWarning ()</H3
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
BGCOLOR="#D6E8FF"
|
||||
WIDTH="100%"
|
||||
CELLPADDING="6"
|
||||
><TR
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void xmlParserWarning (void *ctx,
|
||||
const char *msg,
|
||||
...);</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Display and format a warning messages, gives file, line, position and
|
||||
extra parameters.</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
|
||||
>ctx</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
WIDTH="20%"
|
||||
ALIGN="RIGHT"
|
||||
VALIGN="TOP"
|
||||
><TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>msg</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
WIDTH="20%"
|
||||
ALIGN="RIGHT"
|
||||
VALIGN="TOP"
|
||||
><TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>...</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9552"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
NAME="XMLPARSERVALIDITYERROR"
|
||||
></A
|
||||
>xmlParserValidityError ()</H3
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
BGCOLOR="#D6E8FF"
|
||||
WIDTH="100%"
|
||||
CELLPADDING="6"
|
||||
><TR
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void xmlParserValidityError (void *ctx,
|
||||
const char *msg,
|
||||
...);</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Display and format an validity error messages, gives file,
|
||||
line, position and extra parameters.</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
|
||||
>ctx</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
WIDTH="20%"
|
||||
ALIGN="RIGHT"
|
||||
VALIGN="TOP"
|
||||
><TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>msg</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
WIDTH="20%"
|
||||
ALIGN="RIGHT"
|
||||
VALIGN="TOP"
|
||||
><TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>...</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9575"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
NAME="XMLPARSERVALIDITYWARNING"
|
||||
></A
|
||||
>xmlParserValidityWarning ()</H3
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
BGCOLOR="#D6E8FF"
|
||||
WIDTH="100%"
|
||||
CELLPADDING="6"
|
||||
><TR
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void xmlParserValidityWarning (void *ctx,
|
||||
const char *msg,
|
||||
...);</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Display and format a validity warning messages, gives file, line,
|
||||
position and extra parameters.</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
|
||||
>ctx</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
WIDTH="20%"
|
||||
ALIGN="RIGHT"
|
||||
VALIGN="TOP"
|
||||
><TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>msg</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
WIDTH="20%"
|
||||
ALIGN="RIGHT"
|
||||
VALIGN="TOP"
|
||||
><TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>...</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9598"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
NAME="XMLPARSERPRINTFILEINFO"
|
||||
></A
|
||||
>xmlParserPrintFileInfo ()</H3
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
BGCOLOR="#D6E8FF"
|
||||
WIDTH="100%"
|
||||
CELLPADDING="6"
|
||||
><TR
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void xmlParserPrintFileInfo (<A
|
||||
HREF="gnome-xml-parser.html#XMLPARSERINPUTPTR"
|
||||
>xmlParserInputPtr</A
|
||||
> input);</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Displays the associated file and line informations for the current input</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
|
||||
>input</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9614"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
NAME="XMLPARSERPRINTFILECONTEXT"
|
||||
></A
|
||||
>xmlParserPrintFileContext ()</H3
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
BGCOLOR="#D6E8FF"
|
||||
WIDTH="100%"
|
||||
CELLPADDING="6"
|
||||
><TR
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void xmlParserPrintFileContext (<A
|
||||
HREF="gnome-xml-parser.html#XMLPARSERINPUTPTR"
|
||||
>xmlParserInputPtr</A
|
||||
> input);</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Displays current context within the input content for error tracking</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
|
||||
>input</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
></DIV
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="NAVFOOTER"
|
||||
><BR
|
||||
CLEAR="all"><BR><TABLE
|
||||
WIDTH="100%"
|
||||
BORDER="0"
|
||||
BGCOLOR="#000000"
|
||||
CELLPADDING="1"
|
||||
CELLSPACING="0"
|
||||
><TR
|
||||
><TD
|
||||
WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-uri.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
><B
|
||||
><<< Previous Page</B
|
||||
></FONT
|
||||
></A
|
||||
></TD
|
||||
><TD
|
||||
WIDTH="25%"
|
||||
BGCOLOR="#0000C0"
|
||||
ALIGN="center"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
><B
|
||||
><A
|
||||
HREF="book1.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
><B
|
||||
>Home</B
|
||||
></FONT
|
||||
></A
|
||||
></B
|
||||
></FONT
|
||||
></TD
|
||||
><TD
|
||||
WIDTH="25%"
|
||||
BGCOLOR="#00C000"
|
||||
ALIGN="center"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
><B
|
||||
><A
|
||||
HREF="libxml-lib.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
><B
|
||||
>Up</B
|
||||
></FONT
|
||||
></A
|
||||
></B
|
||||
></FONT
|
||||
></TD
|
||||
><TD
|
||||
WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-htmlparser.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
><B
|
||||
>Next Page >>></B
|
||||
></FONT
|
||||
></A
|
||||
></TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
COLSPAN="2"
|
||||
ALIGN="left"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
><B
|
||||
>uri</B
|
||||
></FONT
|
||||
></TD
|
||||
><TD
|
||||
COLSPAN="2"
|
||||
ALIGN="right"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
><B
|
||||
>HTMLparser</B
|
||||
></FONT
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
></DIV
|
||||
></BODY
|
||||
></HTML
|
||||
>
|
@ -13,10 +13,10 @@ TITLE="Libxml Library Reference"
|
||||
HREF="libxml-lib.html"><LINK
|
||||
REL="PREVIOUS"
|
||||
TITLE="encoding"
|
||||
HREF="gnome-xml-encoding.html"><LINK
|
||||
HREF="libxml-encoding.html"><LINK
|
||||
REL="NEXT"
|
||||
TITLE="xmlmemory"
|
||||
HREF="gnome-xml-xmlmemory.html"></HEAD
|
||||
HREF="libxml-xmlmemory.html"></HEAD
|
||||
><BODY
|
||||
BGCOLOR="#FFFFFF"
|
||||
TEXT="#000000"
|
||||
@ -47,7 +47,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-encoding.html"
|
||||
HREF="libxml-encoding.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -101,7 +101,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-xmlmemory.html"
|
||||
HREF="libxml-xmlmemory.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -115,13 +115,13 @@ SIZE="3"
|
||||
></DIV
|
||||
><H1
|
||||
><A
|
||||
NAME="GNOME-XML-DEBUGXML"
|
||||
NAME="LIBXML-DEBUGXML"
|
||||
>debugXML</A
|
||||
></H1
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN18061"
|
||||
NAME="AEN18296"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -129,7 +129,7 @@ NAME="AEN18061"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN18064"
|
||||
NAME="AEN18299"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -145,169 +145,169 @@ CLASS="SYNOPSIS"
|
||||
>
|
||||
|
||||
void <A
|
||||
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPSTRING"
|
||||
HREF="libxml-debugxml.html#XMLDEBUGDUMPSTRING"
|
||||
>xmlDebugDumpString</A
|
||||
> (<GTKDOCLINK
|
||||
HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *str);
|
||||
void <A
|
||||
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPATTR"
|
||||
HREF="libxml-debugxml.html#XMLDEBUGDUMPATTR"
|
||||
>xmlDebugDumpAttr</A
|
||||
> (<GTKDOCLINK
|
||||
HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLATTRPTR"
|
||||
HREF="libxml-tree.html#XMLATTRPTR"
|
||||
>xmlAttrPtr</A
|
||||
> attr,
|
||||
int depth);
|
||||
void <A
|
||||
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPATTRLIST"
|
||||
HREF="libxml-debugxml.html#XMLDEBUGDUMPATTRLIST"
|
||||
>xmlDebugDumpAttrList</A
|
||||
> (<GTKDOCLINK
|
||||
HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLATTRPTR"
|
||||
HREF="libxml-tree.html#XMLATTRPTR"
|
||||
>xmlAttrPtr</A
|
||||
> attr,
|
||||
int depth);
|
||||
void <A
|
||||
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPONENODE"
|
||||
HREF="libxml-debugxml.html#XMLDEBUGDUMPONENODE"
|
||||
>xmlDebugDumpOneNode</A
|
||||
> (<GTKDOCLINK
|
||||
HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> node,
|
||||
int depth);
|
||||
void <A
|
||||
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPNODE"
|
||||
HREF="libxml-debugxml.html#XMLDEBUGDUMPNODE"
|
||||
>xmlDebugDumpNode</A
|
||||
> (<GTKDOCLINK
|
||||
HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> node,
|
||||
int depth);
|
||||
void <A
|
||||
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPNODELIST"
|
||||
HREF="libxml-debugxml.html#XMLDEBUGDUMPNODELIST"
|
||||
>xmlDebugDumpNodeList</A
|
||||
> (<GTKDOCLINK
|
||||
HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> node,
|
||||
int depth);
|
||||
void <A
|
||||
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPDOCUMENTHEAD"
|
||||
HREF="libxml-debugxml.html#XMLDEBUGDUMPDOCUMENTHEAD"
|
||||
>xmlDebugDumpDocumentHead</A
|
||||
> (<GTKDOCLINK
|
||||
HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc);
|
||||
void <A
|
||||
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPDOCUMENT"
|
||||
HREF="libxml-debugxml.html#XMLDEBUGDUMPDOCUMENT"
|
||||
>xmlDebugDumpDocument</A
|
||||
> (<GTKDOCLINK
|
||||
HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc);
|
||||
void <A
|
||||
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPDTD"
|
||||
HREF="libxml-debugxml.html#XMLDEBUGDUMPDTD"
|
||||
>xmlDebugDumpDTD</A
|
||||
> (<GTKDOCLINK
|
||||
HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLDTDPTR"
|
||||
HREF="libxml-tree.html#XMLDTDPTR"
|
||||
>xmlDtdPtr</A
|
||||
> doc);
|
||||
void <A
|
||||
HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPENTITIES"
|
||||
HREF="libxml-debugxml.html#XMLDEBUGDUMPENTITIES"
|
||||
>xmlDebugDumpEntities</A
|
||||
> (<GTKDOCLINK
|
||||
HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc);
|
||||
void <A
|
||||
HREF="gnome-xml-debugxml.html#XMLLSONENODE"
|
||||
HREF="libxml-debugxml.html#XMLLSONENODE"
|
||||
>xmlLsOneNode</A
|
||||
> (<GTKDOCLINK
|
||||
HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> node);
|
||||
char* (<A
|
||||
HREF="gnome-xml-debugxml.html#XMLSHELLREADLINEFUNC"
|
||||
HREF="libxml-debugxml.html#XMLSHELLREADLINEFUNC"
|
||||
>*xmlShellReadlineFunc</A
|
||||
>) (char *prompt);
|
||||
struct <A
|
||||
HREF="gnome-xml-debugxml.html#XMLSHELLCTXT"
|
||||
HREF="libxml-debugxml.html#XMLSHELLCTXT"
|
||||
>xmlShellCtxt</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="gnome-xml-debugxml.html#XMLSHELLCTXTPTR"
|
||||
HREF="libxml-debugxml.html#XMLSHELLCTXTPTR"
|
||||
>xmlShellCtxtPtr</A
|
||||
>;
|
||||
int (<A
|
||||
HREF="gnome-xml-debugxml.html#XMLSHELLCMD"
|
||||
HREF="libxml-debugxml.html#XMLSHELLCMD"
|
||||
>*xmlShellCmd</A
|
||||
>) (<A
|
||||
HREF="gnome-xml-debugxml.html#XMLSHELLCTXTPTR"
|
||||
HREF="libxml-debugxml.html#XMLSHELLCTXTPTR"
|
||||
>xmlShellCtxtPtr</A
|
||||
> ctxt,
|
||||
char *arg,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> node,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> node2);
|
||||
void <A
|
||||
HREF="gnome-xml-debugxml.html#XMLSHELL"
|
||||
HREF="libxml-debugxml.html#XMLSHELL"
|
||||
>xmlShell</A
|
||||
> (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
char *filename,
|
||||
<A
|
||||
HREF="gnome-xml-debugxml.html#XMLSHELLREADLINEFUNC"
|
||||
HREF="libxml-debugxml.html#XMLSHELLREADLINEFUNC"
|
||||
>xmlShellReadlineFunc</A
|
||||
> input,
|
||||
<GTKDOCLINK
|
||||
@ -321,7 +321,7 @@ HREF="FILE-CAPS"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN18111"
|
||||
NAME="AEN18346"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -331,14 +331,14 @@ NAME="AEN18111"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN18114"
|
||||
NAME="AEN18349"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18116"
|
||||
NAME="AEN18351"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -359,7 +359,7 @@ HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *str);</PRE
|
||||
></TD
|
||||
@ -420,7 +420,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18136"
|
||||
NAME="AEN18371"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -441,7 +441,7 @@ HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLATTRPTR"
|
||||
HREF="libxml-tree.html#XMLATTRPTR"
|
||||
>xmlAttrPtr</A
|
||||
> attr,
|
||||
int depth);</PRE
|
||||
@ -520,7 +520,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18160"
|
||||
NAME="AEN18395"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -541,7 +541,7 @@ HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLATTRPTR"
|
||||
HREF="libxml-tree.html#XMLATTRPTR"
|
||||
>xmlAttrPtr</A
|
||||
> attr,
|
||||
int depth);</PRE
|
||||
@ -620,7 +620,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18184"
|
||||
NAME="AEN18419"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -641,7 +641,7 @@ HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> node,
|
||||
int depth);</PRE
|
||||
@ -720,7 +720,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18208"
|
||||
NAME="AEN18443"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -741,7 +741,7 @@ HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> node,
|
||||
int depth);</PRE
|
||||
@ -820,7 +820,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18232"
|
||||
NAME="AEN18467"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -841,7 +841,7 @@ HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> node,
|
||||
int depth);</PRE
|
||||
@ -920,7 +920,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18256"
|
||||
NAME="AEN18491"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -941,7 +941,7 @@ HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc);</PRE
|
||||
></TD
|
||||
@ -1002,7 +1002,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18276"
|
||||
NAME="AEN18511"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1023,7 +1023,7 @@ HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc);</PRE
|
||||
></TD
|
||||
@ -1084,7 +1084,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18296"
|
||||
NAME="AEN18531"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1105,7 +1105,7 @@ HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLDTDPTR"
|
||||
HREF="libxml-tree.html#XMLDTDPTR"
|
||||
>xmlDtdPtr</A
|
||||
> doc);</PRE
|
||||
></TD
|
||||
@ -1166,7 +1166,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18316"
|
||||
NAME="AEN18551"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1187,7 +1187,7 @@ HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc);</PRE
|
||||
></TD
|
||||
@ -1248,7 +1248,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18336"
|
||||
NAME="AEN18571"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1269,7 +1269,7 @@ HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *output,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> node);</PRE
|
||||
></TD
|
||||
@ -1330,7 +1330,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18356"
|
||||
NAME="AEN18591"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1403,7 +1403,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18374"
|
||||
NAME="AEN18609"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1437,7 +1437,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18379"
|
||||
NAME="AEN18614"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1463,7 +1463,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18384"
|
||||
NAME="AEN18619"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1480,16 +1480,16 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int (*xmlShellCmd) (<A
|
||||
HREF="gnome-xml-debugxml.html#XMLSHELLCTXTPTR"
|
||||
HREF="libxml-debugxml.html#XMLSHELLCTXTPTR"
|
||||
>xmlShellCtxtPtr</A
|
||||
> ctxt,
|
||||
char *arg,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> node,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> node2);</PRE
|
||||
></TD
|
||||
@ -1599,7 +1599,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18417"
|
||||
NAME="AEN18652"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1616,12 +1616,12 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void xmlShell (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
char *filename,
|
||||
<A
|
||||
HREF="gnome-xml-debugxml.html#XMLSHELLREADLINEFUNC"
|
||||
HREF="libxml-debugxml.html#XMLSHELLREADLINEFUNC"
|
||||
>xmlShellReadlineFunc</A
|
||||
> input,
|
||||
<GTKDOCLINK
|
||||
@ -1737,7 +1737,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-encoding.html"
|
||||
HREF="libxml-encoding.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -1791,7 +1791,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-xmlmemory.html"
|
||||
HREF="libxml-xmlmemory.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
@ -13,10 +13,10 @@ TITLE="Libxml Library Reference"
|
||||
HREF="libxml-lib.html"><LINK
|
||||
REL="PREVIOUS"
|
||||
TITLE="parserInternals"
|
||||
HREF="gnome-xml-parserinternals.html"><LINK
|
||||
HREF="libxml-parserinternals.html"><LINK
|
||||
REL="NEXT"
|
||||
TITLE="debugXML"
|
||||
HREF="gnome-xml-debugxml.html"></HEAD
|
||||
HREF="libxml-debugxml.html"></HEAD
|
||||
><BODY
|
||||
BGCOLOR="#FFFFFF"
|
||||
TEXT="#000000"
|
||||
@ -47,7 +47,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-parserinternals.html"
|
||||
HREF="libxml-parserinternals.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -101,7 +101,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-debugxml.html"
|
||||
HREF="libxml-debugxml.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -115,13 +115,13 @@ SIZE="3"
|
||||
></DIV
|
||||
><H1
|
||||
><A
|
||||
NAME="GNOME-XML-ENCODING"
|
||||
NAME="LIBXML-ENCODING"
|
||||
>encoding</A
|
||||
></H1
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN17595"
|
||||
NAME="AEN17830"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -129,7 +129,7 @@ NAME="AEN17595"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN17598"
|
||||
NAME="AEN17833"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -145,158 +145,158 @@ CLASS="SYNOPSIS"
|
||||
>
|
||||
|
||||
enum <A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODING"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODING"
|
||||
>xmlCharEncoding</A
|
||||
>;
|
||||
int (<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODINGINPUTFUNC"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODINGINPUTFUNC"
|
||||
>*xmlCharEncodingInputFunc</A
|
||||
>) (unsigned char *out,
|
||||
int *outlen,
|
||||
unsigned char *in,
|
||||
int *inlen);
|
||||
int (<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODINGOUTPUTFUNC"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODINGOUTPUTFUNC"
|
||||
>*xmlCharEncodingOutputFunc</A
|
||||
>) (unsigned char *out,
|
||||
int *outlen,
|
||||
unsigned char *in,
|
||||
int *inlen);
|
||||
struct <A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
>xmlCharEncodingHandler</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODINGHANDLERPTR"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODINGHANDLERPTR"
|
||||
>xmlCharEncodingHandlerPtr</A
|
||||
>;
|
||||
void <A
|
||||
HREF="gnome-xml-encoding.html#XMLINITCHARENCODINGHANDLERS"
|
||||
HREF="libxml-encoding.html#XMLINITCHARENCODINGHANDLERS"
|
||||
>xmlInitCharEncodingHandlers</A
|
||||
> (void);
|
||||
void <A
|
||||
HREF="gnome-xml-encoding.html#XMLCLEANUPCHARENCODINGHANDLERS"
|
||||
HREF="libxml-encoding.html#XMLCLEANUPCHARENCODINGHANDLERS"
|
||||
>xmlCleanupCharEncodingHandlers</A
|
||||
> (void);
|
||||
void <A
|
||||
HREF="gnome-xml-encoding.html#XMLREGISTERCHARENCODINGHANDLER"
|
||||
HREF="libxml-encoding.html#XMLREGISTERCHARENCODINGHANDLER"
|
||||
>xmlRegisterCharEncodingHandler</A
|
||||
> (<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODINGHANDLERPTR"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODINGHANDLERPTR"
|
||||
>xmlCharEncodingHandlerPtr</A
|
||||
> handler);
|
||||
<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODINGHANDLERPTR"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODINGHANDLERPTR"
|
||||
>xmlCharEncodingHandlerPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-encoding.html#XMLGETCHARENCODINGHANDLER"
|
||||
HREF="libxml-encoding.html#XMLGETCHARENCODINGHANDLER"
|
||||
>xmlGetCharEncodingHandler</A
|
||||
>
|
||||
(<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODING"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODING"
|
||||
>xmlCharEncoding</A
|
||||
> enc);
|
||||
<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODINGHANDLERPTR"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODINGHANDLERPTR"
|
||||
>xmlCharEncodingHandlerPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-encoding.html#XMLFINDCHARENCODINGHANDLER"
|
||||
HREF="libxml-encoding.html#XMLFINDCHARENCODINGHANDLER"
|
||||
>xmlFindCharEncodingHandler</A
|
||||
>
|
||||
(const char *name);
|
||||
int <A
|
||||
HREF="gnome-xml-encoding.html#XMLADDENCODINGALIAS"
|
||||
HREF="libxml-encoding.html#XMLADDENCODINGALIAS"
|
||||
>xmlAddEncodingAlias</A
|
||||
> (const char *name,
|
||||
const char *alias);
|
||||
int <A
|
||||
HREF="gnome-xml-encoding.html#XMLDELENCODINGALIAS"
|
||||
HREF="libxml-encoding.html#XMLDELENCODINGALIAS"
|
||||
>xmlDelEncodingAlias</A
|
||||
> (const char *alias);
|
||||
const char* <A
|
||||
HREF="gnome-xml-encoding.html#XMLGETENCODINGALIAS"
|
||||
HREF="libxml-encoding.html#XMLGETENCODINGALIAS"
|
||||
>xmlGetEncodingAlias</A
|
||||
> (const char *alias);
|
||||
void <A
|
||||
HREF="gnome-xml-encoding.html#XMLCLEANUPENCODINGALIASES"
|
||||
HREF="libxml-encoding.html#XMLCLEANUPENCODINGALIASES"
|
||||
>xmlCleanupEncodingAliases</A
|
||||
> (void);
|
||||
<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODING"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODING"
|
||||
>xmlCharEncoding</A
|
||||
> <A
|
||||
HREF="gnome-xml-encoding.html#XMLPARSECHARENCODING"
|
||||
HREF="libxml-encoding.html#XMLPARSECHARENCODING"
|
||||
>xmlParseCharEncoding</A
|
||||
> (const char *name);
|
||||
const char* <A
|
||||
HREF="gnome-xml-encoding.html#XMLGETCHARENCODINGNAME"
|
||||
HREF="libxml-encoding.html#XMLGETCHARENCODINGNAME"
|
||||
>xmlGetCharEncodingName</A
|
||||
> (<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODING"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODING"
|
||||
>xmlCharEncoding</A
|
||||
> enc);
|
||||
<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODING"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODING"
|
||||
>xmlCharEncoding</A
|
||||
> <A
|
||||
HREF="gnome-xml-encoding.html#XMLDETECTCHARENCODING"
|
||||
HREF="libxml-encoding.html#XMLDETECTCHARENCODING"
|
||||
>xmlDetectCharEncoding</A
|
||||
> (unsigned char *in,
|
||||
int len);
|
||||
int <A
|
||||
HREF="gnome-xml-encoding.html#XMLCHECKUTF8"
|
||||
HREF="libxml-encoding.html#XMLCHECKUTF8"
|
||||
>xmlCheckUTF8</A
|
||||
> (unsigned char *utf);
|
||||
int <A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCOUTFUNC"
|
||||
HREF="libxml-encoding.html#XMLCHARENCOUTFUNC"
|
||||
>xmlCharEncOutFunc</A
|
||||
> (<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
>xmlCharEncodingHandler</A
|
||||
> *handler,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLBUFFERPTR"
|
||||
HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> out,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLBUFFERPTR"
|
||||
HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> in);
|
||||
int <A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCINFUNC"
|
||||
HREF="libxml-encoding.html#XMLCHARENCINFUNC"
|
||||
>xmlCharEncInFunc</A
|
||||
> (<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
>xmlCharEncodingHandler</A
|
||||
> *handler,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLBUFFERPTR"
|
||||
HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> out,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLBUFFERPTR"
|
||||
HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> in);
|
||||
int <A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCFIRSTLINE"
|
||||
HREF="libxml-encoding.html#XMLCHARENCFIRSTLINE"
|
||||
>xmlCharEncFirstLine</A
|
||||
> (<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
>xmlCharEncodingHandler</A
|
||||
> *handler,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLBUFFERPTR"
|
||||
HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> out,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLBUFFERPTR"
|
||||
HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> in);
|
||||
int <A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCCLOSEFUNC"
|
||||
HREF="libxml-encoding.html#XMLCHARENCCLOSEFUNC"
|
||||
>xmlCharEncCloseFunc</A
|
||||
> (<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
>xmlCharEncodingHandler</A
|
||||
> *handler);</PRE
|
||||
></TD
|
||||
@ -306,7 +306,7 @@ HREF="gnome-xml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN17640"
|
||||
NAME="AEN17875"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -316,14 +316,14 @@ NAME="AEN17640"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN17643"
|
||||
NAME="AEN17878"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17645"
|
||||
NAME="AEN17880"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -374,7 +374,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17650"
|
||||
NAME="AEN17885"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -501,7 +501,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17680"
|
||||
NAME="AEN17915"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -628,7 +628,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17710"
|
||||
NAME="AEN17945"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -662,7 +662,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17715"
|
||||
NAME="AEN17950"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -688,7 +688,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17720"
|
||||
NAME="AEN17955"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -719,7 +719,7 @@ in normal processing.</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17726"
|
||||
NAME="AEN17961"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -748,7 +748,7 @@ unregisters all the encoding handlers and the aliases.</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17732"
|
||||
NAME="AEN17967"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -765,7 +765,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void xmlRegisterCharEncodingHandler (<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODINGHANDLERPTR"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODINGHANDLERPTR"
|
||||
>xmlCharEncodingHandlerPtr</A
|
||||
> handler);</PRE
|
||||
></TD
|
||||
@ -811,7 +811,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17748"
|
||||
NAME="AEN17983"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -828,11 +828,11 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODINGHANDLERPTR"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODINGHANDLERPTR"
|
||||
>xmlCharEncodingHandlerPtr</A
|
||||
> xmlGetCharEncodingHandler
|
||||
(<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODING"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODING"
|
||||
>xmlCharEncoding</A
|
||||
> enc);</PRE
|
||||
></TD
|
||||
@ -893,7 +893,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17769"
|
||||
NAME="AEN18004"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -910,7 +910,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODINGHANDLERPTR"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODINGHANDLERPTR"
|
||||
>xmlCharEncodingHandlerPtr</A
|
||||
> xmlFindCharEncodingHandler
|
||||
(const char *name);</PRE
|
||||
@ -970,7 +970,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17788"
|
||||
NAME="AEN18023"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1074,7 +1074,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17813"
|
||||
NAME="AEN18048"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1154,7 +1154,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17833"
|
||||
NAME="AEN18068"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1229,7 +1229,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17852"
|
||||
NAME="AEN18087"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1257,7 +1257,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17858"
|
||||
NAME="AEN18093"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1274,7 +1274,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODING"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODING"
|
||||
>xmlCharEncoding</A
|
||||
> xmlParseCharEncoding (const char *name);</PRE
|
||||
></TD
|
||||
@ -1338,7 +1338,7 @@ if not recognized.</TD
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17878"
|
||||
NAME="AEN18113"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1355,7 +1355,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>const char* xmlGetCharEncodingName (<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODING"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODING"
|
||||
>xmlCharEncoding</A
|
||||
> enc);</PRE
|
||||
></TD
|
||||
@ -1421,7 +1421,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17899"
|
||||
NAME="AEN18134"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1438,7 +1438,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODING"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODING"
|
||||
>xmlCharEncoding</A
|
||||
> xmlDetectCharEncoding (unsigned char *in,
|
||||
int len);</PRE
|
||||
@ -1519,7 +1519,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17923"
|
||||
NAME="AEN18158"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1614,7 +1614,7 @@ CLASS="PARAMETER"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17945"
|
||||
NAME="AEN18180"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1631,15 +1631,15 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int xmlCharEncOutFunc (<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
>xmlCharEncodingHandler</A
|
||||
> *handler,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLBUFFERPTR"
|
||||
HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> out,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLBUFFERPTR"
|
||||
HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> in);</PRE
|
||||
></TD
|
||||
@ -1747,7 +1747,7 @@ the result of transformation can't fit into the encoding we want), or</TD
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17976"
|
||||
NAME="AEN18211"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1764,15 +1764,15 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int xmlCharEncInFunc (<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
>xmlCharEncodingHandler</A
|
||||
> *handler,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLBUFFERPTR"
|
||||
HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> out,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLBUFFERPTR"
|
||||
HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> in);</PRE
|
||||
></TD
|
||||
@ -1870,7 +1870,7 @@ the result of transformation can't fit into the encoding we want), or</TD
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18006"
|
||||
NAME="AEN18241"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1887,15 +1887,15 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int xmlCharEncFirstLine (<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
>xmlCharEncodingHandler</A
|
||||
> *handler,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLBUFFERPTR"
|
||||
HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> out,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLBUFFERPTR"
|
||||
HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> in);</PRE
|
||||
></TD
|
||||
@ -1994,7 +1994,7 @@ the result of transformation can't fit into the encoding we want), or</TD
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18036"
|
||||
NAME="AEN18271"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2011,7 +2011,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int xmlCharEncCloseFunc (<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
>xmlCharEncodingHandler</A
|
||||
> *handler);</PRE
|
||||
></TD
|
||||
@ -2085,7 +2085,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-parserinternals.html"
|
||||
HREF="libxml-parserinternals.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -2139,7 +2139,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-debugxml.html"
|
||||
HREF="libxml-debugxml.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
@ -13,10 +13,10 @@ TITLE="Libxml Library Reference"
|
||||
HREF="libxml-lib.html"><LINK
|
||||
REL="PREVIOUS"
|
||||
TITLE="tree"
|
||||
HREF="gnome-xml-tree.html"><LINK
|
||||
HREF="libxml-tree.html"><LINK
|
||||
REL="NEXT"
|
||||
TITLE="valid"
|
||||
HREF="gnome-xml-valid.html"></HEAD
|
||||
HREF="libxml-valid.html"></HEAD
|
||||
><BODY
|
||||
BGCOLOR="#FFFFFF"
|
||||
TEXT="#000000"
|
||||
@ -47,7 +47,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-tree.html"
|
||||
HREF="libxml-tree.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -101,7 +101,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-valid.html"
|
||||
HREF="libxml-valid.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -115,13 +115,13 @@ SIZE="3"
|
||||
></DIV
|
||||
><H1
|
||||
><A
|
||||
NAME="GNOME-XML-ENTITIES"
|
||||
NAME="LIBXML-ENTITIES"
|
||||
>entities</A
|
||||
></H1
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN7097"
|
||||
NAME="AEN7139"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -129,7 +129,7 @@ NAME="AEN7097"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN7100"
|
||||
NAME="AEN7142"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -145,221 +145,221 @@ CLASS="SYNOPSIS"
|
||||
>
|
||||
|
||||
enum <A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYTYPE"
|
||||
HREF="libxml-entities.html#XMLENTITYTYPE"
|
||||
>xmlEntityType</A
|
||||
>;
|
||||
struct <A
|
||||
HREF="gnome-xml-entities.html#XMLENTITY"
|
||||
HREF="libxml-entities.html#XMLENTITY"
|
||||
>xmlEntity</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="gnome-xml-entities.html#XMLENTITIESTABLEPTR"
|
||||
HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
>xmlEntitiesTablePtr</A
|
||||
>;
|
||||
void <A
|
||||
HREF="gnome-xml-entities.html#XMLINITIALIZEPREDEFINEDENTITIES"
|
||||
HREF="libxml-entities.html#XMLINITIALIZEPREDEFINEDENTITIES"
|
||||
>xmlInitializePredefinedEntities</A
|
||||
> (void);
|
||||
<A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-entities.html#XMLADDDOCENTITY"
|
||||
HREF="libxml-entities.html#XMLADDDOCENTITY"
|
||||
>xmlAddDocEntity</A
|
||||
> (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
int type,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *ExternalID,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *SystemID,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *content);
|
||||
<A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-entities.html#XMLADDDTDENTITY"
|
||||
HREF="libxml-entities.html#XMLADDDTDENTITY"
|
||||
>xmlAddDtdEntity</A
|
||||
> (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
int type,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *ExternalID,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *SystemID,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *content);
|
||||
<A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-entities.html#XMLGETPREDEFINEDENTITY"
|
||||
HREF="libxml-entities.html#XMLGETPREDEFINEDENTITY"
|
||||
>xmlGetPredefinedEntity</A
|
||||
> (const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);
|
||||
<A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-entities.html#XMLGETDOCENTITY"
|
||||
HREF="libxml-entities.html#XMLGETDOCENTITY"
|
||||
>xmlGetDocEntity</A
|
||||
> (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);
|
||||
<A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-entities.html#XMLGETDTDENTITY"
|
||||
HREF="libxml-entities.html#XMLGETDTDENTITY"
|
||||
>xmlGetDtdEntity</A
|
||||
> (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);
|
||||
<A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-entities.html#XMLGETPARAMETERENTITY"
|
||||
HREF="libxml-entities.html#XMLGETPARAMETERENTITY"
|
||||
>xmlGetParameterEntity</A
|
||||
> (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
>* <A
|
||||
HREF="gnome-xml-entities.html#XMLENCODEENTITIES"
|
||||
HREF="libxml-entities.html#XMLENCODEENTITIES"
|
||||
>xmlEncodeEntities</A
|
||||
> (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *input);
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
>* <A
|
||||
HREF="gnome-xml-entities.html#XMLENCODEENTITIESREENTRANT"
|
||||
HREF="libxml-entities.html#XMLENCODEENTITIESREENTRANT"
|
||||
>xmlEncodeEntitiesReentrant</A
|
||||
> (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *input);
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
>* <A
|
||||
HREF="gnome-xml-entities.html#XMLENCODESPECIALCHARS"
|
||||
HREF="libxml-entities.html#XMLENCODESPECIALCHARS"
|
||||
>xmlEncodeSpecialChars</A
|
||||
> (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *input);
|
||||
<A
|
||||
HREF="gnome-xml-entities.html#XMLENTITIESTABLEPTR"
|
||||
HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
>xmlEntitiesTablePtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-entities.html#XMLCREATEENTITIESTABLE"
|
||||
HREF="libxml-entities.html#XMLCREATEENTITIESTABLE"
|
||||
>xmlCreateEntitiesTable</A
|
||||
> (void);
|
||||
<A
|
||||
HREF="gnome-xml-entities.html#XMLENTITIESTABLEPTR"
|
||||
HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
>xmlEntitiesTablePtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-entities.html#XMLCOPYENTITIESTABLE"
|
||||
HREF="libxml-entities.html#XMLCOPYENTITIESTABLE"
|
||||
>xmlCopyEntitiesTable</A
|
||||
> (<A
|
||||
HREF="gnome-xml-entities.html#XMLENTITIESTABLEPTR"
|
||||
HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
>xmlEntitiesTablePtr</A
|
||||
> table);
|
||||
void <A
|
||||
HREF="gnome-xml-entities.html#XMLFREEENTITIESTABLE"
|
||||
HREF="libxml-entities.html#XMLFREEENTITIESTABLE"
|
||||
>xmlFreeEntitiesTable</A
|
||||
> (<A
|
||||
HREF="gnome-xml-entities.html#XMLENTITIESTABLEPTR"
|
||||
HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
>xmlEntitiesTablePtr</A
|
||||
> table);
|
||||
void <A
|
||||
HREF="gnome-xml-entities.html#XMLDUMPENTITIESTABLE"
|
||||
HREF="libxml-entities.html#XMLDUMPENTITIESTABLE"
|
||||
>xmlDumpEntitiesTable</A
|
||||
> (<A
|
||||
HREF="gnome-xml-tree.html#XMLBUFFERPTR"
|
||||
HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> buf,
|
||||
<A
|
||||
HREF="gnome-xml-entities.html#XMLENTITIESTABLEPTR"
|
||||
HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
>xmlEntitiesTablePtr</A
|
||||
> table);
|
||||
void <A
|
||||
HREF="gnome-xml-entities.html#XMLDUMPENTITYDECL"
|
||||
HREF="libxml-entities.html#XMLDUMPENTITYDECL"
|
||||
>xmlDumpEntityDecl</A
|
||||
> (<A
|
||||
HREF="gnome-xml-tree.html#XMLBUFFERPTR"
|
||||
HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> buf,
|
||||
<A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> ent);
|
||||
void <A
|
||||
HREF="gnome-xml-entities.html#XMLCLEANUPPREDEFINEDENTITIES"
|
||||
HREF="libxml-entities.html#XMLCLEANUPPREDEFINEDENTITIES"
|
||||
>xmlCleanupPredefinedEntities</A
|
||||
> (void);</PRE
|
||||
></TD
|
||||
@ -369,7 +369,7 @@ HREF="gnome-xml-entities.html#XMLCLEANUPPREDEFINEDENTITIES"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN7163"
|
||||
NAME="AEN7205"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -379,14 +379,14 @@ NAME="AEN7163"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN7166"
|
||||
NAME="AEN7208"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7168"
|
||||
NAME="AEN7210"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -419,7 +419,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7173"
|
||||
NAME="AEN7215"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -467,7 +467,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7178"
|
||||
NAME="AEN7220"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -493,7 +493,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7183"
|
||||
NAME="AEN7225"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -519,7 +519,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7188"
|
||||
NAME="AEN7230"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -547,7 +547,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7194"
|
||||
NAME="AEN7236"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -564,27 +564,27 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> xmlAddDocEntity (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
int type,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *ExternalID,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *SystemID,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *content);</PRE
|
||||
></TD
|
||||
@ -730,7 +730,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7239"
|
||||
NAME="AEN7281"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -747,27 +747,27 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> xmlAddDtdEntity (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
int type,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *ExternalID,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *SystemID,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *content);</PRE
|
||||
></TD
|
||||
@ -913,7 +913,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7284"
|
||||
NAME="AEN7326"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -930,10 +930,10 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> xmlGetPredefinedEntity (const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);</PRE
|
||||
></TD
|
||||
@ -994,7 +994,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7305"
|
||||
NAME="AEN7347"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1011,14 +1011,14 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> xmlGetDocEntity (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);</PRE
|
||||
></TD
|
||||
@ -1098,7 +1098,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7331"
|
||||
NAME="AEN7373"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1115,14 +1115,14 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> xmlGetDtdEntity (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);</PRE
|
||||
></TD
|
||||
@ -1201,7 +1201,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7357"
|
||||
NAME="AEN7399"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1218,14 +1218,14 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> xmlGetParameterEntity (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);</PRE
|
||||
></TD
|
||||
@ -1304,7 +1304,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7383"
|
||||
NAME="AEN7425"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1321,14 +1321,14 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
>* xmlEncodeEntities (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *input);</PRE
|
||||
></TD
|
||||
@ -1413,7 +1413,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7411"
|
||||
NAME="AEN7453"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1430,14 +1430,14 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
>* xmlEncodeEntitiesReentrant (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *input);</PRE
|
||||
></TD
|
||||
@ -1518,7 +1518,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7437"
|
||||
NAME="AEN7479"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1535,14 +1535,14 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
>* xmlEncodeSpecialChars (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *input);</PRE
|
||||
></TD
|
||||
@ -1621,7 +1621,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7463"
|
||||
NAME="AEN7505"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1638,7 +1638,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-entities.html#XMLENTITIESTABLEPTR"
|
||||
HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
>xmlEntitiesTablePtr</A
|
||||
> xmlCreateEntitiesTable (void);</PRE
|
||||
></TD
|
||||
@ -1682,7 +1682,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7479"
|
||||
NAME="AEN7521"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1699,10 +1699,10 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-entities.html#XMLENTITIESTABLEPTR"
|
||||
HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
>xmlEntitiesTablePtr</A
|
||||
> xmlCopyEntitiesTable (<A
|
||||
HREF="gnome-xml-entities.html#XMLENTITIESTABLEPTR"
|
||||
HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
>xmlEntitiesTablePtr</A
|
||||
> table);</PRE
|
||||
></TD
|
||||
@ -1763,7 +1763,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7500"
|
||||
NAME="AEN7542"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1780,7 +1780,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void xmlFreeEntitiesTable (<A
|
||||
HREF="gnome-xml-entities.html#XMLENTITIESTABLEPTR"
|
||||
HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
>xmlEntitiesTablePtr</A
|
||||
> table);</PRE
|
||||
></TD
|
||||
@ -1826,7 +1826,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7516"
|
||||
NAME="AEN7558"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1843,11 +1843,11 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void xmlDumpEntitiesTable (<A
|
||||
HREF="gnome-xml-tree.html#XMLBUFFERPTR"
|
||||
HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> buf,
|
||||
<A
|
||||
HREF="gnome-xml-entities.html#XMLENTITIESTABLEPTR"
|
||||
HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
>xmlEntitiesTablePtr</A
|
||||
> table);</PRE
|
||||
></TD
|
||||
@ -1910,7 +1910,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7537"
|
||||
NAME="AEN7579"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1927,11 +1927,11 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void xmlDumpEntityDecl (<A
|
||||
HREF="gnome-xml-tree.html#XMLBUFFERPTR"
|
||||
HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> buf,
|
||||
<A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> ent);</PRE
|
||||
></TD
|
||||
@ -1994,7 +1994,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7558"
|
||||
NAME="AEN7600"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2035,7 +2035,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-tree.html"
|
||||
HREF="libxml-tree.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -2089,7 +2089,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-valid.html"
|
||||
HREF="libxml-valid.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
@ -13,10 +13,10 @@ TITLE="Libxml Library Reference"
|
||||
HREF="libxml-lib.html"><LINK
|
||||
REL="PREVIOUS"
|
||||
TITLE="uri"
|
||||
HREF="gnome-xml-uri.html"><LINK
|
||||
HREF="libxml-uri.html"><LINK
|
||||
REL="NEXT"
|
||||
TITLE="HTMLtree"
|
||||
HREF="gnome-xml-htmltree.html"></HEAD
|
||||
HREF="libxml-htmltree.html"></HEAD
|
||||
><BODY
|
||||
BGCOLOR="#FFFFFF"
|
||||
TEXT="#000000"
|
||||
@ -47,7 +47,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-uri.html"
|
||||
HREF="libxml-uri.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -101,7 +101,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-htmltree.html"
|
||||
HREF="libxml-htmltree.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -115,13 +115,13 @@ SIZE="3"
|
||||
></DIV
|
||||
><H1
|
||||
><A
|
||||
NAME="GNOME-XML-HTMLPARSER"
|
||||
NAME="LIBXML-HTMLPARSER"
|
||||
>HTMLparser</A
|
||||
></H1
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN9548"
|
||||
NAME="AEN9623"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -129,7 +129,7 @@ NAME="AEN9548"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN9551"
|
||||
NAME="AEN9626"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -145,195 +145,195 @@ CLASS="SYNOPSIS"
|
||||
>
|
||||
|
||||
typedef <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSERCTXT"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSERCTXT"
|
||||
>htmlParserCtxt</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
>htmlParserCtxtPtr</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSERNODEINFO"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSERNODEINFO"
|
||||
>htmlParserNodeInfo</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLSAXHANDLER"
|
||||
HREF="libxml-htmlparser.html#HTMLSAXHANDLER"
|
||||
>htmlSAXHandler</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLSAXHANDLERPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLSAXHANDLERPTR"
|
||||
>htmlSAXHandlerPtr</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSERINPUT"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSERINPUT"
|
||||
>htmlParserInput</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSERINPUTPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSERINPUTPTR"
|
||||
>htmlParserInputPtr</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLNODEPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLNODEPTR"
|
||||
>htmlNodePtr</A
|
||||
>;
|
||||
struct <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLELEMDESC"
|
||||
HREF="libxml-htmlparser.html#HTMLELEMDESC"
|
||||
>htmlElemDesc</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLELEMDESCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLELEMDESCPTR"
|
||||
>htmlElemDescPtr</A
|
||||
>;
|
||||
struct <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLENTITYDESC"
|
||||
HREF="libxml-htmlparser.html#HTMLENTITYDESC"
|
||||
>htmlEntityDesc</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLENTITYDESCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLENTITYDESCPTR"
|
||||
>htmlEntityDescPtr</A
|
||||
>;
|
||||
<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLELEMDESCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLELEMDESCPTR"
|
||||
>htmlElemDescPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLTAGLOOKUP"
|
||||
HREF="libxml-htmlparser.html#HTMLTAGLOOKUP"
|
||||
>htmlTagLookup</A
|
||||
> (const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *tag);
|
||||
<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLENTITYDESCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLENTITYDESCPTR"
|
||||
>htmlEntityDescPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLENTITYLOOKUP"
|
||||
HREF="libxml-htmlparser.html#HTMLENTITYLOOKUP"
|
||||
>htmlEntityLookup</A
|
||||
> (const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);
|
||||
<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLENTITYDESCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLENTITYDESCPTR"
|
||||
>htmlEntityDescPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLENTITYVALUELOOKUP"
|
||||
HREF="libxml-htmlparser.html#HTMLENTITYVALUELOOKUP"
|
||||
>htmlEntityValueLookup</A
|
||||
> (int value);
|
||||
int <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLISAUTOCLOSED"
|
||||
HREF="libxml-htmlparser.html#HTMLISAUTOCLOSED"
|
||||
>htmlIsAutoClosed</A
|
||||
> (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> doc,
|
||||
<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLNODEPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLNODEPTR"
|
||||
>htmlNodePtr</A
|
||||
> elem);
|
||||
int <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLAUTOCLOSETAG"
|
||||
HREF="libxml-htmlparser.html#HTMLAUTOCLOSETAG"
|
||||
>htmlAutoCloseTag</A
|
||||
> (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLNODEPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLNODEPTR"
|
||||
>htmlNodePtr</A
|
||||
> elem);
|
||||
<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLENTITYDESCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLENTITYDESCPTR"
|
||||
>htmlEntityDescPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSEENTITYREF"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSEENTITYREF"
|
||||
>htmlParseEntityRef</A
|
||||
> (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
>htmlParserCtxtPtr</A
|
||||
> ctxt,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> **str);
|
||||
int <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSECHARREF"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSECHARREF"
|
||||
>htmlParseCharRef</A
|
||||
> (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
>htmlParserCtxtPtr</A
|
||||
> ctxt);
|
||||
void <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSEELEMENT"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSEELEMENT"
|
||||
>htmlParseElement</A
|
||||
> (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
>htmlParserCtxtPtr</A
|
||||
> ctxt);
|
||||
<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLSAXPARSEDOC"
|
||||
HREF="libxml-htmlparser.html#HTMLSAXPARSEDOC"
|
||||
>htmlSAXParseDoc</A
|
||||
> (<A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *cur,
|
||||
const char *encoding,
|
||||
<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLSAXHANDLERPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLSAXHANDLERPTR"
|
||||
>htmlSAXHandlerPtr</A
|
||||
> sax,
|
||||
void *userData);
|
||||
<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSEDOC"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSEDOC"
|
||||
>htmlParseDoc</A
|
||||
> (<A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *cur,
|
||||
const char *encoding);
|
||||
<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLSAXPARSEFILE"
|
||||
HREF="libxml-htmlparser.html#HTMLSAXPARSEFILE"
|
||||
>htmlSAXParseFile</A
|
||||
> (const char *filename,
|
||||
const char *encoding,
|
||||
<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLSAXHANDLERPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLSAXHANDLERPTR"
|
||||
>htmlSAXHandlerPtr</A
|
||||
> sax,
|
||||
void *userData);
|
||||
<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSEFILE"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSEFILE"
|
||||
>htmlParseFile</A
|
||||
> (const char *filename,
|
||||
const char *encoding);
|
||||
int <A
|
||||
HREF="gnome-xml-htmlparser.html#UTF8TOHTML"
|
||||
HREF="libxml-htmlparser.html#UTF8TOHTML"
|
||||
>UTF8ToHtml</A
|
||||
> (unsigned char *out,
|
||||
int *outlen,
|
||||
unsigned char *in,
|
||||
int *inlen);
|
||||
int <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLENCODEENTITIES"
|
||||
HREF="libxml-htmlparser.html#HTMLENCODEENTITIES"
|
||||
>htmlEncodeEntities</A
|
||||
> (unsigned char *out,
|
||||
int *outlen,
|
||||
@ -341,31 +341,31 @@ HREF="gnome-xml-htmlparser.html#HTMLENCODEENTITIES"
|
||||
int *inlen,
|
||||
int quoteChar);
|
||||
int <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLISSCRIPTATTRIBUTE"
|
||||
HREF="libxml-htmlparser.html#HTMLISSCRIPTATTRIBUTE"
|
||||
>htmlIsScriptAttribute</A
|
||||
> (const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);
|
||||
int <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLHANDLEOMITTEDELEM"
|
||||
HREF="libxml-htmlparser.html#HTMLHANDLEOMITTEDELEM"
|
||||
>htmlHandleOmittedElem</A
|
||||
> (int val);
|
||||
void <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLFREEPARSERCTXT"
|
||||
HREF="libxml-htmlparser.html#HTMLFREEPARSERCTXT"
|
||||
>htmlFreeParserCtxt</A
|
||||
> (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
>htmlParserCtxtPtr</A
|
||||
> ctxt);
|
||||
<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
>htmlParserCtxtPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLCREATEPUSHPARSERCTXT"
|
||||
HREF="libxml-htmlparser.html#HTMLCREATEPUSHPARSERCTXT"
|
||||
>htmlCreatePushParserCtxt</A
|
||||
> (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLSAXHANDLERPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLSAXHANDLERPTR"
|
||||
>htmlSAXHandlerPtr</A
|
||||
> sax,
|
||||
void *user_data,
|
||||
@ -373,14 +373,14 @@ HREF="gnome-xml-htmlparser.html#HTMLSAXHANDLERPTR"
|
||||
int size,
|
||||
const char *filename,
|
||||
<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODING"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODING"
|
||||
>xmlCharEncoding</A
|
||||
> enc);
|
||||
int <A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSECHUNK"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSECHUNK"
|
||||
>htmlParseChunk</A
|
||||
> (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
>htmlParserCtxtPtr</A
|
||||
> ctxt,
|
||||
const char *chunk,
|
||||
@ -393,7 +393,7 @@ HREF="gnome-xml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN9615"
|
||||
NAME="AEN9690"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -403,14 +403,14 @@ NAME="AEN9615"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN9618"
|
||||
NAME="AEN9693"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9620"
|
||||
NAME="AEN9695"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -436,7 +436,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9625"
|
||||
NAME="AEN9700"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -462,7 +462,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9630"
|
||||
NAME="AEN9705"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -488,7 +488,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9635"
|
||||
NAME="AEN9710"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -514,7 +514,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9640"
|
||||
NAME="AEN9715"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -540,7 +540,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9645"
|
||||
NAME="AEN9720"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -566,7 +566,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9650"
|
||||
NAME="AEN9725"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -592,7 +592,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9655"
|
||||
NAME="AEN9730"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -618,7 +618,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9660"
|
||||
NAME="AEN9735"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -644,7 +644,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9665"
|
||||
NAME="AEN9740"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -678,7 +678,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9670"
|
||||
NAME="AEN9745"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -704,7 +704,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9675"
|
||||
NAME="AEN9750"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -734,7 +734,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9680"
|
||||
NAME="AEN9755"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -760,7 +760,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9685"
|
||||
NAME="AEN9760"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -777,10 +777,10 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLELEMDESCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLELEMDESCPTR"
|
||||
>htmlElemDescPtr</A
|
||||
> htmlTagLookup (const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *tag);</PRE
|
||||
></TD
|
||||
@ -841,7 +841,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9706"
|
||||
NAME="AEN9781"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -858,10 +858,10 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLENTITYDESCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLENTITYDESCPTR"
|
||||
>htmlEntityDescPtr</A
|
||||
> htmlEntityLookup (const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);</PRE
|
||||
></TD
|
||||
@ -924,7 +924,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9728"
|
||||
NAME="AEN9803"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -941,7 +941,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLENTITYDESCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLENTITYDESCPTR"
|
||||
>htmlEntityDescPtr</A
|
||||
> htmlEntityValueLookup (int value);</PRE
|
||||
></TD
|
||||
@ -1004,7 +1004,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9749"
|
||||
NAME="AEN9824"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1021,11 +1021,11 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int htmlIsAutoClosed (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> doc,
|
||||
<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLNODEPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLNODEPTR"
|
||||
>htmlNodePtr</A
|
||||
> elem);</PRE
|
||||
></TD
|
||||
@ -1105,7 +1105,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9774"
|
||||
NAME="AEN9849"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1122,15 +1122,15 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int htmlAutoCloseTag (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLNODEPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLNODEPTR"
|
||||
>htmlNodePtr</A
|
||||
> elem);</PRE
|
||||
></TD
|
||||
@ -1228,7 +1228,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9804"
|
||||
NAME="AEN9879"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1245,14 +1245,14 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLENTITYDESCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLENTITYDESCPTR"
|
||||
>htmlEntityDescPtr</A
|
||||
> htmlParseEntityRef (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
>htmlParserCtxtPtr</A
|
||||
> ctxt,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> **str);</PRE
|
||||
></TD
|
||||
@ -1333,7 +1333,7 @@ if non-NULL *str will have to be freed by the caller.</TD
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9831"
|
||||
NAME="AEN9906"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1350,7 +1350,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int htmlParseCharRef (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
>htmlParserCtxtPtr</A
|
||||
> ctxt);</PRE
|
||||
></TD
|
||||
@ -1417,7 +1417,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9853"
|
||||
NAME="AEN9928"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1434,7 +1434,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void htmlParseElement (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
>htmlParserCtxtPtr</A
|
||||
> ctxt);</PRE
|
||||
></TD
|
||||
@ -1484,7 +1484,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9871"
|
||||
NAME="AEN9946"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1501,15 +1501,15 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> htmlSAXParseDoc (<A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *cur,
|
||||
const char *encoding,
|
||||
<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLSAXHANDLERPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLSAXHANDLERPTR"
|
||||
>htmlSAXHandlerPtr</A
|
||||
> sax,
|
||||
void *userData);</PRE
|
||||
@ -1624,7 +1624,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9905"
|
||||
NAME="AEN9980"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1641,10 +1641,10 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> htmlParseDoc (<A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *cur,
|
||||
const char *encoding);</PRE
|
||||
@ -1723,7 +1723,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9930"
|
||||
NAME="AEN10005"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1740,12 +1740,12 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> htmlSAXParseFile (const char *filename,
|
||||
const char *encoding,
|
||||
<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLSAXHANDLERPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLSAXHANDLERPTR"
|
||||
>htmlSAXHandlerPtr</A
|
||||
> sax,
|
||||
void *userData);</PRE
|
||||
@ -1861,7 +1861,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9963"
|
||||
NAME="AEN10038"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1878,7 +1878,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> htmlParseFile (const char *filename,
|
||||
const char *encoding);</PRE
|
||||
@ -1958,7 +1958,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9987"
|
||||
NAME="AEN10062"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2111,7 +2111,7 @@ CLASS="PARAMETER"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10022"
|
||||
NAME="AEN10097"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2282,7 +2282,7 @@ CLASS="PARAMETER"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10061"
|
||||
NAME="AEN10136"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2299,7 +2299,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int htmlIsScriptAttribute (const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);</PRE
|
||||
></TD
|
||||
@ -2360,7 +2360,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10081"
|
||||
NAME="AEN10156"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2435,7 +2435,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10100"
|
||||
NAME="AEN10175"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2452,7 +2452,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void htmlFreeParserCtxt (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
>htmlParserCtxtPtr</A
|
||||
> ctxt);</PRE
|
||||
></TD
|
||||
@ -2499,7 +2499,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10116"
|
||||
NAME="AEN10191"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2516,10 +2516,10 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
>htmlParserCtxtPtr</A
|
||||
> htmlCreatePushParserCtxt (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLSAXHANDLERPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLSAXHANDLERPTR"
|
||||
>htmlSAXHandlerPtr</A
|
||||
> sax,
|
||||
void *user_data,
|
||||
@ -2527,7 +2527,7 @@ HREF="gnome-xml-htmlparser.html#HTMLSAXHANDLERPTR"
|
||||
int size,
|
||||
const char *filename,
|
||||
<A
|
||||
HREF="gnome-xml-encoding.html#XMLCHARENCODING"
|
||||
HREF="libxml-encoding.html#XMLCHARENCODING"
|
||||
>xmlCharEncoding</A
|
||||
> enc);</PRE
|
||||
></TD
|
||||
@ -2686,7 +2686,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10160"
|
||||
NAME="AEN10235"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2703,7 +2703,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int htmlParseChunk (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
>htmlParserCtxtPtr</A
|
||||
> ctxt,
|
||||
const char *chunk,
|
||||
@ -2831,7 +2831,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-uri.html"
|
||||
HREF="libxml-uri.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -2885,7 +2885,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-htmltree.html"
|
||||
HREF="libxml-htmltree.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
@ -13,10 +13,10 @@ TITLE="Libxml Library Reference"
|
||||
HREF="libxml-lib.html"><LINK
|
||||
REL="PREVIOUS"
|
||||
TITLE="HTMLparser"
|
||||
HREF="gnome-xml-htmlparser.html"><LINK
|
||||
HREF="libxml-htmlparser.html"><LINK
|
||||
REL="NEXT"
|
||||
TITLE="xpath"
|
||||
HREF="gnome-xml-xpath.html"></HEAD
|
||||
HREF="libxml-xpath.html"></HEAD
|
||||
><BODY
|
||||
BGCOLOR="#FFFFFF"
|
||||
TEXT="#000000"
|
||||
@ -47,7 +47,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-htmlparser.html"
|
||||
HREF="libxml-htmlparser.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -101,7 +101,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-xpath.html"
|
||||
HREF="libxml-xpath.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -115,13 +115,13 @@ SIZE="3"
|
||||
></DIV
|
||||
><H1
|
||||
><A
|
||||
NAME="GNOME-XML-HTMLTREE"
|
||||
NAME="LIBXML-HTMLTREE"
|
||||
>HTMLtree</A
|
||||
></H1
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN10197"
|
||||
NAME="AEN10272"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -129,7 +129,7 @@ NAME="AEN10197"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN10200"
|
||||
NAME="AEN10275"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -145,137 +145,137 @@ CLASS="SYNOPSIS"
|
||||
>
|
||||
|
||||
#define <A
|
||||
HREF="gnome-xml-htmltree.html#HTML-TEXT-NODE-CAPS"
|
||||
HREF="libxml-htmltree.html#HTML-TEXT-NODE-CAPS"
|
||||
>HTML_TEXT_NODE</A
|
||||
>
|
||||
#define <A
|
||||
HREF="gnome-xml-htmltree.html#HTML-ENTITY-REF-NODE-CAPS"
|
||||
HREF="libxml-htmltree.html#HTML-ENTITY-REF-NODE-CAPS"
|
||||
>HTML_ENTITY_REF_NODE</A
|
||||
>
|
||||
#define <A
|
||||
HREF="gnome-xml-htmltree.html#HTML-COMMENT-NODE-CAPS"
|
||||
HREF="libxml-htmltree.html#HTML-COMMENT-NODE-CAPS"
|
||||
>HTML_COMMENT_NODE</A
|
||||
>
|
||||
#define <A
|
||||
HREF="gnome-xml-htmltree.html#HTML-PRESERVE-NODE-CAPS"
|
||||
HREF="libxml-htmltree.html#HTML-PRESERVE-NODE-CAPS"
|
||||
>HTML_PRESERVE_NODE</A
|
||||
>
|
||||
<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-htmltree.html#HTMLNEWDOC"
|
||||
HREF="libxml-htmltree.html#HTMLNEWDOC"
|
||||
>htmlNewDoc</A
|
||||
> (const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *URI,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *ExternalID);
|
||||
<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-htmltree.html#HTMLNEWDOCNODTD"
|
||||
HREF="libxml-htmltree.html#HTMLNEWDOCNODTD"
|
||||
>htmlNewDocNoDtD</A
|
||||
> (const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *URI,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *ExternalID);
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
>* <A
|
||||
HREF="gnome-xml-htmltree.html#HTMLGETMETAENCODING"
|
||||
HREF="libxml-htmltree.html#HTMLGETMETAENCODING"
|
||||
>htmlGetMetaEncoding</A
|
||||
> (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> doc);
|
||||
int <A
|
||||
HREF="gnome-xml-htmltree.html#HTMLSETMETAENCODING"
|
||||
HREF="libxml-htmltree.html#HTMLSETMETAENCODING"
|
||||
>htmlSetMetaEncoding</A
|
||||
> (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *encoding);
|
||||
void <A
|
||||
HREF="gnome-xml-htmltree.html#HTMLDOCDUMPMEMORY"
|
||||
HREF="libxml-htmltree.html#HTMLDOCDUMPMEMORY"
|
||||
>htmlDocDumpMemory</A
|
||||
> (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> cur,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> **mem,
|
||||
int *size);
|
||||
int <A
|
||||
HREF="gnome-xml-htmltree.html#HTMLDOCDUMP"
|
||||
HREF="libxml-htmltree.html#HTMLDOCDUMP"
|
||||
>htmlDocDump</A
|
||||
> (<GTKDOCLINK
|
||||
HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *f,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> cur);
|
||||
int <A
|
||||
HREF="gnome-xml-htmltree.html#HTMLSAVEFILE"
|
||||
HREF="libxml-htmltree.html#HTMLSAVEFILE"
|
||||
>htmlSaveFile</A
|
||||
> (const char *filename,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> cur);
|
||||
void <A
|
||||
HREF="gnome-xml-htmltree.html#HTMLNODEDUMP"
|
||||
HREF="libxml-htmltree.html#HTMLNODEDUMP"
|
||||
>htmlNodeDump</A
|
||||
> (<A
|
||||
HREF="gnome-xml-tree.html#XMLBUFFERPTR"
|
||||
HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> buf,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> cur);
|
||||
void <A
|
||||
HREF="gnome-xml-htmltree.html#HTMLNODEDUMPFILE"
|
||||
HREF="libxml-htmltree.html#HTMLNODEDUMPFILE"
|
||||
>htmlNodeDumpFile</A
|
||||
> (<GTKDOCLINK
|
||||
HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *out,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> cur);
|
||||
int <A
|
||||
HREF="gnome-xml-htmltree.html#HTMLSAVEFILEENC"
|
||||
HREF="libxml-htmltree.html#HTMLSAVEFILEENC"
|
||||
>htmlSaveFileEnc</A
|
||||
> (const char *filename,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> cur,
|
||||
const char *encoding);</PRE
|
||||
@ -286,7 +286,7 @@ HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN10239"
|
||||
NAME="AEN10314"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -296,14 +296,14 @@ NAME="AEN10239"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN10242"
|
||||
NAME="AEN10317"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10244"
|
||||
NAME="AEN10319"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -329,7 +329,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10249"
|
||||
NAME="AEN10324"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -355,7 +355,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10254"
|
||||
NAME="AEN10329"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -381,7 +381,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10259"
|
||||
NAME="AEN10334"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -407,7 +407,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10264"
|
||||
NAME="AEN10339"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -424,14 +424,14 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> htmlNewDoc (const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *URI,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *ExternalID);</PRE
|
||||
></TD
|
||||
@ -509,7 +509,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10290"
|
||||
NAME="AEN10365"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -526,14 +526,14 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> htmlNewDocNoDtD (const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *URI,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *ExternalID);</PRE
|
||||
></TD
|
||||
@ -611,7 +611,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10316"
|
||||
NAME="AEN10391"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -628,10 +628,10 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
>* htmlGetMetaEncoding (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> doc);</PRE
|
||||
></TD
|
||||
@ -692,7 +692,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10337"
|
||||
NAME="AEN10412"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -709,11 +709,11 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int htmlSetMetaEncoding (<A
|
||||
HREF="gnome-xml-htmlparser.html#HTMLDOCPTR"
|
||||
HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
>htmlDocPtr</A
|
||||
> doc,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *encoding);</PRE
|
||||
></TD
|
||||
@ -793,7 +793,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10362"
|
||||
NAME="AEN10437"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -810,11 +810,11 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void htmlDocDumpMemory (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> cur,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> **mem,
|
||||
int *size);</PRE
|
||||
@ -896,7 +896,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10387"
|
||||
NAME="AEN10462"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -917,7 +917,7 @@ HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *f,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> cur);</PRE
|
||||
></TD
|
||||
@ -995,7 +995,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10412"
|
||||
NAME="AEN10487"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1013,7 +1013,7 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int htmlSaveFile (const char *filename,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> cur);</PRE
|
||||
></TD
|
||||
@ -1097,7 +1097,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10437"
|
||||
NAME="AEN10512"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1114,15 +1114,15 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void htmlNodeDump (<A
|
||||
HREF="gnome-xml-tree.html#XMLBUFFERPTR"
|
||||
HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> buf,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> cur);</PRE
|
||||
></TD
|
||||
@ -1202,7 +1202,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10463"
|
||||
NAME="AEN10538"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1223,11 +1223,11 @@ HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *out,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> cur);</PRE
|
||||
></TD
|
||||
@ -1307,7 +1307,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10489"
|
||||
NAME="AEN10564"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1325,7 +1325,7 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int htmlSaveFileEnc (const char *filename,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> cur,
|
||||
const char *encoding);</PRE
|
||||
@ -1434,7 +1434,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-htmlparser.html"
|
||||
HREF="libxml-htmlparser.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -1488,7 +1488,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-xpath.html"
|
||||
HREF="libxml-xpath.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
@ -13,10 +13,10 @@ TITLE="Libxml Library Reference"
|
||||
HREF="libxml-lib.html"><LINK
|
||||
REL="PREVIOUS"
|
||||
TITLE="nanohttp"
|
||||
HREF="gnome-xml-nanohttp.html"><LINK
|
||||
HREF="libxml-nanohttp.html"><LINK
|
||||
REL="NEXT"
|
||||
TITLE="xmlIO"
|
||||
HREF="gnome-xml-xmlio.html"></HEAD
|
||||
HREF="libxml-xmlio.html"></HEAD
|
||||
><BODY
|
||||
BGCOLOR="#FFFFFF"
|
||||
TEXT="#000000"
|
||||
@ -47,7 +47,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-nanohttp.html"
|
||||
HREF="libxml-nanohttp.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -101,7 +101,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-xmlio.html"
|
||||
HREF="libxml-xmlio.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -115,13 +115,13 @@ SIZE="3"
|
||||
></DIV
|
||||
><H1
|
||||
><A
|
||||
NAME="GNOME-XML-NANOFTP"
|
||||
NAME="LIBXML-NANOFTP"
|
||||
>nanoftp</A
|
||||
></H1
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN13453"
|
||||
NAME="AEN13661"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -129,7 +129,7 @@ NAME="AEN13453"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN13456"
|
||||
NAME="AEN13664"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -145,7 +145,7 @@ CLASS="SYNOPSIS"
|
||||
>
|
||||
|
||||
void (<A
|
||||
HREF="gnome-xml-nanoftp.html#FTPLISTCALLBACK"
|
||||
HREF="libxml-nanoftp.html#FTPLISTCALLBACK"
|
||||
>*ftpListCallback</A
|
||||
>) (void *userData,
|
||||
const char *filename,
|
||||
@ -163,54 +163,54 @@ HREF="LONG"
|
||||
int hour,
|
||||
int minute);
|
||||
void (<A
|
||||
HREF="gnome-xml-nanoftp.html#FTPDATACALLBACK"
|
||||
HREF="libxml-nanoftp.html#FTPDATACALLBACK"
|
||||
>*ftpDataCallback</A
|
||||
>) (void *userData,
|
||||
const char *data,
|
||||
int len);
|
||||
void <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPINIT"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPINIT"
|
||||
>xmlNanoFTPInit</A
|
||||
> (void);
|
||||
void <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPCLEANUP"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPCLEANUP"
|
||||
>xmlNanoFTPCleanup</A
|
||||
> (void);
|
||||
void* <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPNEWCTXT"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPNEWCTXT"
|
||||
>xmlNanoFTPNewCtxt</A
|
||||
> (const char *URL);
|
||||
void <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPFREECTXT"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPFREECTXT"
|
||||
>xmlNanoFTPFreeCtxt</A
|
||||
> (void *ctx);
|
||||
void* <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPCONNECTTO"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPCONNECTTO"
|
||||
>xmlNanoFTPConnectTo</A
|
||||
> (const char *server,
|
||||
int port);
|
||||
void* <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPOPEN"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPOPEN"
|
||||
>xmlNanoFTPOpen</A
|
||||
> (const char *URL);
|
||||
int <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPCONNECT"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPCONNECT"
|
||||
>xmlNanoFTPConnect</A
|
||||
> (void *ctx);
|
||||
int <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPCLOSE"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPCLOSE"
|
||||
>xmlNanoFTPClose</A
|
||||
> (void *ctx);
|
||||
int <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPQUIT"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPQUIT"
|
||||
>xmlNanoFTPQuit</A
|
||||
> (void *ctx);
|
||||
void <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPSCANPROXY"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPSCANPROXY"
|
||||
>xmlNanoFTPScanProxy</A
|
||||
> (const char *URL);
|
||||
void <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPPROXY"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPPROXY"
|
||||
>xmlNanoFTPProxy</A
|
||||
> (const char *host,
|
||||
int port,
|
||||
@ -218,58 +218,58 @@ HREF="gnome-xml-nanoftp.html#XMLNANOFTPPROXY"
|
||||
const char *passwd,
|
||||
int type);
|
||||
int <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPUPDATEURL"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPUPDATEURL"
|
||||
>xmlNanoFTPUpdateURL</A
|
||||
> (void *ctx,
|
||||
const char *URL);
|
||||
int <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPGETRESPONSE"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPGETRESPONSE"
|
||||
>xmlNanoFTPGetResponse</A
|
||||
> (void *ctx);
|
||||
int <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPCHECKRESPONSE"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPCHECKRESPONSE"
|
||||
>xmlNanoFTPCheckResponse</A
|
||||
> (void *ctx);
|
||||
int <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPCWD"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPCWD"
|
||||
>xmlNanoFTPCwd</A
|
||||
> (void *ctx,
|
||||
char *directory);
|
||||
int <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPGETCONNECTION"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPGETCONNECTION"
|
||||
>xmlNanoFTPGetConnection</A
|
||||
> (void *ctx);
|
||||
int <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPCLOSECONNECTION"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPCLOSECONNECTION"
|
||||
>xmlNanoFTPCloseConnection</A
|
||||
> (void *ctx);
|
||||
int <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPLIST"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPLIST"
|
||||
>xmlNanoFTPList</A
|
||||
> (void *ctx,
|
||||
<A
|
||||
HREF="gnome-xml-nanoftp.html#FTPLISTCALLBACK"
|
||||
HREF="libxml-nanoftp.html#FTPLISTCALLBACK"
|
||||
>ftpListCallback</A
|
||||
> callback,
|
||||
void *userData,
|
||||
char *filename);
|
||||
int <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPGETSOCKET"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPGETSOCKET"
|
||||
>xmlNanoFTPGetSocket</A
|
||||
> (void *ctx,
|
||||
const char *filename);
|
||||
int <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPGET"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPGET"
|
||||
>xmlNanoFTPGet</A
|
||||
> (void *ctx,
|
||||
<A
|
||||
HREF="gnome-xml-nanoftp.html#FTPDATACALLBACK"
|
||||
HREF="libxml-nanoftp.html#FTPDATACALLBACK"
|
||||
>ftpDataCallback</A
|
||||
> callback,
|
||||
void *userData,
|
||||
const char *filename);
|
||||
int <A
|
||||
HREF="gnome-xml-nanoftp.html#XMLNANOFTPREAD"
|
||||
HREF="libxml-nanoftp.html#XMLNANOFTPREAD"
|
||||
>xmlNanoFTPRead</A
|
||||
> (void *ctx,
|
||||
void *dest,
|
||||
@ -281,7 +281,7 @@ HREF="gnome-xml-nanoftp.html#XMLNANOFTPREAD"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN13485"
|
||||
NAME="AEN13693"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -291,14 +291,14 @@ NAME="AEN13485"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN13488"
|
||||
NAME="AEN13696"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13490"
|
||||
NAME="AEN13698"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -557,7 +557,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13549"
|
||||
NAME="AEN13757"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -651,7 +651,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13571"
|
||||
NAME="AEN13779"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -681,7 +681,7 @@ and get the hostname</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13577"
|
||||
NAME="AEN13785"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -707,7 +707,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13582"
|
||||
NAME="AEN13790"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -767,7 +767,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13597"
|
||||
NAME="AEN13805"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -827,7 +827,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13612"
|
||||
NAME="AEN13820"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -905,7 +905,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13631"
|
||||
NAME="AEN13839"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -965,7 +965,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13646"
|
||||
NAME="AEN13854"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1040,7 +1040,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13665"
|
||||
NAME="AEN13873"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1115,7 +1115,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13684"
|
||||
NAME="AEN13892"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1190,7 +1190,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13703"
|
||||
NAME="AEN13911"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1253,7 +1253,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13718"
|
||||
NAME="AEN13926"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1392,7 +1392,7 @@ CLASS="PARAMETER"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13750"
|
||||
NAME="AEN13958"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1489,7 +1489,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13773"
|
||||
NAME="AEN13981"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1564,7 +1564,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13792"
|
||||
NAME="AEN14000"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1639,7 +1639,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13811"
|
||||
NAME="AEN14019"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1732,7 +1732,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13834"
|
||||
NAME="AEN14042"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1808,7 +1808,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13853"
|
||||
NAME="AEN14061"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1883,7 +1883,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13872"
|
||||
NAME="AEN14080"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1901,7 +1901,7 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int xmlNanoFTPList (void *ctx,
|
||||
<A
|
||||
HREF="gnome-xml-nanoftp.html#FTPLISTCALLBACK"
|
||||
HREF="libxml-nanoftp.html#FTPLISTCALLBACK"
|
||||
>ftpListCallback</A
|
||||
> callback,
|
||||
void *userData,
|
||||
@ -2016,7 +2016,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13904"
|
||||
NAME="AEN14112"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2109,7 +2109,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13927"
|
||||
NAME="AEN14135"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2127,7 +2127,7 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int xmlNanoFTPGet (void *ctx,
|
||||
<A
|
||||
HREF="gnome-xml-nanoftp.html#FTPDATACALLBACK"
|
||||
HREF="libxml-nanoftp.html#FTPDATACALLBACK"
|
||||
>ftpDataCallback</A
|
||||
> callback,
|
||||
void *userData,
|
||||
@ -2242,7 +2242,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13959"
|
||||
NAME="AEN14167"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2378,7 +2378,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-nanohttp.html"
|
||||
HREF="libxml-nanohttp.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -2432,7 +2432,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-xmlio.html"
|
||||
HREF="libxml-xmlio.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
@ -13,10 +13,10 @@ TITLE="Libxml Library Reference"
|
||||
HREF="libxml-lib.html"><LINK
|
||||
REL="PREVIOUS"
|
||||
TITLE="xinclude"
|
||||
HREF="gnome-xml-xinclude.html"><LINK
|
||||
HREF="libxml-xinclude.html"><LINK
|
||||
REL="NEXT"
|
||||
TITLE="nanoftp"
|
||||
HREF="gnome-xml-nanoftp.html"></HEAD
|
||||
HREF="libxml-nanoftp.html"></HEAD
|
||||
><BODY
|
||||
BGCOLOR="#FFFFFF"
|
||||
TEXT="#000000"
|
||||
@ -47,7 +47,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-xinclude.html"
|
||||
HREF="libxml-xinclude.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -101,7 +101,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-nanoftp.html"
|
||||
HREF="libxml-nanoftp.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -115,13 +115,13 @@ SIZE="3"
|
||||
></DIV
|
||||
><H1
|
||||
><A
|
||||
NAME="GNOME-XML-NANOHTTP"
|
||||
NAME="LIBXML-NANOHTTP"
|
||||
>nanohttp</A
|
||||
></H1
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN13217"
|
||||
NAME="AEN13425"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -129,7 +129,7 @@ NAME="AEN13217"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN13220"
|
||||
NAME="AEN13428"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -145,25 +145,25 @@ CLASS="SYNOPSIS"
|
||||
>
|
||||
|
||||
void <A
|
||||
HREF="gnome-xml-nanohttp.html#XMLNANOHTTPINIT"
|
||||
HREF="libxml-nanohttp.html#XMLNANOHTTPINIT"
|
||||
>xmlNanoHTTPInit</A
|
||||
> (void);
|
||||
void <A
|
||||
HREF="gnome-xml-nanohttp.html#XMLNANOHTTPCLEANUP"
|
||||
HREF="libxml-nanohttp.html#XMLNANOHTTPCLEANUP"
|
||||
>xmlNanoHTTPCleanup</A
|
||||
> (void);
|
||||
void <A
|
||||
HREF="gnome-xml-nanohttp.html#XMLNANOHTTPSCANPROXY"
|
||||
HREF="libxml-nanohttp.html#XMLNANOHTTPSCANPROXY"
|
||||
>xmlNanoHTTPScanProxy</A
|
||||
> (const char *URL);
|
||||
int <A
|
||||
HREF="gnome-xml-nanohttp.html#XMLNANOHTTPFETCH"
|
||||
HREF="libxml-nanohttp.html#XMLNANOHTTPFETCH"
|
||||
>xmlNanoHTTPFetch</A
|
||||
> (const char *URL,
|
||||
const char *filename,
|
||||
char **contentType);
|
||||
void* <A
|
||||
HREF="gnome-xml-nanohttp.html#XMLNANOHTTPMETHOD"
|
||||
HREF="libxml-nanohttp.html#XMLNANOHTTPMETHOD"
|
||||
>xmlNanoHTTPMethod</A
|
||||
> (const char *URL,
|
||||
const char *method,
|
||||
@ -171,31 +171,31 @@ HREF="gnome-xml-nanohttp.html#XMLNANOHTTPMETHOD"
|
||||
char **contentType,
|
||||
const char *headers);
|
||||
void* <A
|
||||
HREF="gnome-xml-nanohttp.html#XMLNANOHTTPOPEN"
|
||||
HREF="libxml-nanohttp.html#XMLNANOHTTPOPEN"
|
||||
>xmlNanoHTTPOpen</A
|
||||
> (const char *URL,
|
||||
char **contentType);
|
||||
int <A
|
||||
HREF="gnome-xml-nanohttp.html#XMLNANOHTTPRETURNCODE"
|
||||
HREF="libxml-nanohttp.html#XMLNANOHTTPRETURNCODE"
|
||||
>xmlNanoHTTPReturnCode</A
|
||||
> (void *ctx);
|
||||
const char* <A
|
||||
HREF="gnome-xml-nanohttp.html#XMLNANOHTTPAUTHHEADER"
|
||||
HREF="libxml-nanohttp.html#XMLNANOHTTPAUTHHEADER"
|
||||
>xmlNanoHTTPAuthHeader</A
|
||||
> (void *ctx);
|
||||
int <A
|
||||
HREF="gnome-xml-nanohttp.html#XMLNANOHTTPREAD"
|
||||
HREF="libxml-nanohttp.html#XMLNANOHTTPREAD"
|
||||
>xmlNanoHTTPRead</A
|
||||
> (void *ctx,
|
||||
void *dest,
|
||||
int len);
|
||||
int <A
|
||||
HREF="gnome-xml-nanohttp.html#XMLNANOHTTPSAVE"
|
||||
HREF="libxml-nanohttp.html#XMLNANOHTTPSAVE"
|
||||
>xmlNanoHTTPSave</A
|
||||
> (void *ctxt,
|
||||
const char *filename);
|
||||
void <A
|
||||
HREF="gnome-xml-nanohttp.html#XMLNANOHTTPCLOSE"
|
||||
HREF="libxml-nanohttp.html#XMLNANOHTTPCLOSE"
|
||||
>xmlNanoHTTPClose</A
|
||||
> (void *ctx);</PRE
|
||||
></TD
|
||||
@ -205,7 +205,7 @@ HREF="gnome-xml-nanohttp.html#XMLNANOHTTPCLOSE"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN13234"
|
||||
NAME="AEN13442"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -215,14 +215,14 @@ NAME="AEN13234"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN13237"
|
||||
NAME="AEN13445"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13239"
|
||||
NAME="AEN13447"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -251,7 +251,7 @@ Currently it just checks for proxy informations</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13245"
|
||||
NAME="AEN13453"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -277,7 +277,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13250"
|
||||
NAME="AEN13458"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -340,7 +340,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13265"
|
||||
NAME="AEN13473"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -454,7 +454,7 @@ if provided must be freed by the caller</TD
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13292"
|
||||
NAME="AEN13500"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -593,7 +593,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13324"
|
||||
NAME="AEN13532"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -673,7 +673,7 @@ returned at that location</TD
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13343"
|
||||
NAME="AEN13551"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -748,7 +748,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13362"
|
||||
NAME="AEN13570"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -824,7 +824,7 @@ header.</TD
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13381"
|
||||
NAME="AEN13589"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -947,7 +947,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13410"
|
||||
NAME="AEN13618"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1041,7 +1041,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13433"
|
||||
NAME="AEN13641"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1115,7 +1115,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-xinclude.html"
|
||||
HREF="libxml-xinclude.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -1169,7 +1169,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-nanoftp.html"
|
||||
HREF="libxml-nanoftp.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -13,10 +13,10 @@ TITLE="Libxml Library Reference"
|
||||
HREF="libxml-lib.html"><LINK
|
||||
REL="PREVIOUS"
|
||||
TITLE="parser"
|
||||
HREF="gnome-xml-parser.html"><LINK
|
||||
HREF="libxml-parser.html"><LINK
|
||||
REL="NEXT"
|
||||
TITLE="tree"
|
||||
HREF="gnome-xml-tree.html"></HEAD
|
||||
HREF="libxml-tree.html"></HEAD
|
||||
><BODY
|
||||
BGCOLOR="#FFFFFF"
|
||||
TEXT="#000000"
|
||||
@ -47,7 +47,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-parser.html"
|
||||
HREF="libxml-parser.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -101,7 +101,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-tree.html"
|
||||
HREF="libxml-tree.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -115,7 +115,7 @@ SIZE="3"
|
||||
></DIV
|
||||
><H1
|
||||
><A
|
||||
NAME="GNOME-XML-SAX"
|
||||
NAME="LIBXML-SAX"
|
||||
>SAX</A
|
||||
></H1
|
||||
><DIV
|
||||
@ -145,360 +145,360 @@ CLASS="SYNOPSIS"
|
||||
>
|
||||
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
>* <A
|
||||
HREF="gnome-xml-sax.html#GETPUBLICID"
|
||||
HREF="libxml-sax.html#GETPUBLICID"
|
||||
>getPublicId</A
|
||||
> (void *ctx);
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
>* <A
|
||||
HREF="gnome-xml-sax.html#GETSYSTEMID"
|
||||
HREF="libxml-sax.html#GETSYSTEMID"
|
||||
>getSystemId</A
|
||||
> (void *ctx);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#SETDOCUMENTLOCATOR"
|
||||
HREF="libxml-sax.html#SETDOCUMENTLOCATOR"
|
||||
>setDocumentLocator</A
|
||||
> (void *ctx,
|
||||
<A
|
||||
HREF="gnome-xml-parser.html#XMLSAXLOCATORPTR"
|
||||
HREF="libxml-parser.html#XMLSAXLOCATORPTR"
|
||||
>xmlSAXLocatorPtr</A
|
||||
> loc);
|
||||
int <A
|
||||
HREF="gnome-xml-sax.html#GETLINENUMBER"
|
||||
HREF="libxml-sax.html#GETLINENUMBER"
|
||||
>getLineNumber</A
|
||||
> (void *ctx);
|
||||
int <A
|
||||
HREF="gnome-xml-sax.html#GETCOLUMNNUMBER"
|
||||
HREF="libxml-sax.html#GETCOLUMNNUMBER"
|
||||
>getColumnNumber</A
|
||||
> (void *ctx);
|
||||
int <A
|
||||
HREF="gnome-xml-sax.html#ISSTANDALONE"
|
||||
HREF="libxml-sax.html#ISSTANDALONE"
|
||||
>isStandalone</A
|
||||
> (void *ctx);
|
||||
int <A
|
||||
HREF="gnome-xml-sax.html#HASINTERNALSUBSET"
|
||||
HREF="libxml-sax.html#HASINTERNALSUBSET"
|
||||
>hasInternalSubset</A
|
||||
> (void *ctx);
|
||||
int <A
|
||||
HREF="gnome-xml-sax.html#HASEXTERNALSUBSET"
|
||||
HREF="libxml-sax.html#HASEXTERNALSUBSET"
|
||||
>hasExternalSubset</A
|
||||
> (void *ctx);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#INTERNALSUBSET"
|
||||
HREF="libxml-sax.html#INTERNALSUBSET"
|
||||
>internalSubset</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *ExternalID,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *SystemID);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#EXTERNALSUBSET"
|
||||
HREF="libxml-sax.html#EXTERNALSUBSET"
|
||||
>externalSubset</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *ExternalID,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *SystemID);
|
||||
<A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-sax.html#GETENTITY"
|
||||
HREF="libxml-sax.html#GETENTITY"
|
||||
>getEntity</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);
|
||||
<A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-sax.html#GETPARAMETERENTITY"
|
||||
HREF="libxml-sax.html#GETPARAMETERENTITY"
|
||||
>getParameterEntity</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);
|
||||
<A
|
||||
HREF="gnome-xml-parser.html#XMLPARSERINPUTPTR"
|
||||
HREF="libxml-parser.html#XMLPARSERINPUTPTR"
|
||||
>xmlParserInputPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-sax.html#RESOLVEENTITY"
|
||||
HREF="libxml-sax.html#RESOLVEENTITY"
|
||||
>resolveEntity</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *publicId,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *systemId);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#ENTITYDECL"
|
||||
HREF="libxml-sax.html#ENTITYDECL"
|
||||
>entityDecl</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
int type,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *publicId,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *systemId,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *content);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#ATTRIBUTEDECL"
|
||||
HREF="libxml-sax.html#ATTRIBUTEDECL"
|
||||
>attributeDecl</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *elem,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
int type,
|
||||
int def,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *defaultValue,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLENUMERATIONPTR"
|
||||
HREF="libxml-tree.html#XMLENUMERATIONPTR"
|
||||
>xmlEnumerationPtr</A
|
||||
> tree);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#ELEMENTDECL"
|
||||
HREF="libxml-sax.html#ELEMENTDECL"
|
||||
>elementDecl</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
int type,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLELEMENTCONTENTPTR"
|
||||
HREF="libxml-tree.html#XMLELEMENTCONTENTPTR"
|
||||
>xmlElementContentPtr</A
|
||||
> content);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#NOTATIONDECL"
|
||||
HREF="libxml-sax.html#NOTATIONDECL"
|
||||
>notationDecl</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *publicId,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *systemId);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#UNPARSEDENTITYDECL"
|
||||
HREF="libxml-sax.html#UNPARSEDENTITYDECL"
|
||||
>unparsedEntityDecl</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *publicId,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *systemId,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *notationName);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#STARTDOCUMENT"
|
||||
HREF="libxml-sax.html#STARTDOCUMENT"
|
||||
>startDocument</A
|
||||
> (void *ctx);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#ENDDOCUMENT"
|
||||
HREF="libxml-sax.html#ENDDOCUMENT"
|
||||
>endDocument</A
|
||||
> (void *ctx);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#ATTRIBUTE"
|
||||
HREF="libxml-sax.html#ATTRIBUTE"
|
||||
>attribute</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *fullname,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *value);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#STARTELEMENT"
|
||||
HREF="libxml-sax.html#STARTELEMENT"
|
||||
>startElement</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *fullname,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> **atts);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#ENDELEMENT"
|
||||
HREF="libxml-sax.html#ENDELEMENT"
|
||||
>endElement</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#REFERENCE"
|
||||
HREF="libxml-sax.html#REFERENCE"
|
||||
>reference</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#CHARACTERS"
|
||||
HREF="libxml-sax.html#CHARACTERS"
|
||||
>characters</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *ch,
|
||||
int len);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#IGNORABLEWHITESPACE"
|
||||
HREF="libxml-sax.html#IGNORABLEWHITESPACE"
|
||||
>ignorableWhitespace</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *ch,
|
||||
int len);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#PROCESSINGINSTRUCTION"
|
||||
HREF="libxml-sax.html#PROCESSINGINSTRUCTION"
|
||||
>processingInstruction</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *target,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *data);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#GLOBALNAMESPACE"
|
||||
HREF="libxml-sax.html#GLOBALNAMESPACE"
|
||||
>globalNamespace</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *href,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *prefix);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#SETNAMESPACE"
|
||||
HREF="libxml-sax.html#SETNAMESPACE"
|
||||
>setNamespace</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNSPTR"
|
||||
HREF="libxml-tree.html#XMLNSPTR"
|
||||
>xmlNsPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-sax.html#GETNAMESPACE"
|
||||
HREF="libxml-sax.html#GETNAMESPACE"
|
||||
>getNamespace</A
|
||||
> (void *ctx);
|
||||
int <A
|
||||
HREF="gnome-xml-sax.html#CHECKNAMESPACE"
|
||||
HREF="libxml-sax.html#CHECKNAMESPACE"
|
||||
>checkNamespace</A
|
||||
> (void *ctx,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *nameSpace);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#NAMESPACEDECL"
|
||||
HREF="libxml-sax.html#NAMESPACEDECL"
|
||||
>namespaceDecl</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *href,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *prefix);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#COMMENT"
|
||||
HREF="libxml-sax.html#COMMENT"
|
||||
>comment</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *value);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#CDATABLOCK"
|
||||
HREF="libxml-sax.html#CDATABLOCK"
|
||||
>cdataBlock</A
|
||||
> (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *value,
|
||||
int len);
|
||||
void <A
|
||||
HREF="gnome-xml-parser.html#XMLDEFAULTSAXHANDLERINIT"
|
||||
HREF="libxml-parser.html#XMLDEFAULTSAXHANDLERINIT"
|
||||
>xmlDefaultSAXHandlerInit</A
|
||||
> (void);
|
||||
void <A
|
||||
HREF="gnome-xml-parser.html#HTMLDEFAULTSAXHANDLERINIT"
|
||||
HREF="libxml-parser.html#HTMLDEFAULTSAXHANDLERINIT"
|
||||
>htmlDefaultSAXHandlerInit</A
|
||||
> (void);
|
||||
void <A
|
||||
HREF="gnome-xml-sax.html#SGMLDEFAULTSAXHANDLERINIT"
|
||||
HREF="libxml-sax.html#SGMLDEFAULTSAXHANDLERINIT"
|
||||
>sgmlDefaultSAXHandlerInit</A
|
||||
> (void);</PRE
|
||||
></TD
|
||||
@ -542,7 +542,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
>* getPublicId (void *ctx);</PRE
|
||||
></TD
|
||||
@ -620,7 +620,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
>* getSystemId (void *ctx);</PRE
|
||||
></TD
|
||||
@ -700,7 +700,7 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void setDocumentLocator (void *ctx,
|
||||
<A
|
||||
HREF="gnome-xml-parser.html#XMLSAXLOCATORPTR"
|
||||
HREF="libxml-parser.html#XMLSAXLOCATORPTR"
|
||||
>xmlSAXLocatorPtr</A
|
||||
> loc);</PRE
|
||||
></TD
|
||||
@ -1157,15 +1157,15 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void internalSubset (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *ExternalID,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *SystemID);</PRE
|
||||
></TD
|
||||
@ -1280,15 +1280,15 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void externalSubset (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *ExternalID,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *SystemID);</PRE
|
||||
></TD
|
||||
@ -1402,11 +1402,11 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> getEntity (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);</PRE
|
||||
></TD
|
||||
@ -1501,11 +1501,11 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> getParameterEntity (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);</PRE
|
||||
></TD
|
||||
@ -1600,15 +1600,15 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-parser.html#XMLPARSERINPUTPTR"
|
||||
HREF="libxml-parser.html#XMLPARSERINPUTPTR"
|
||||
>xmlParserInputPtr</A
|
||||
> resolveEntity (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *publicId,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *systemId);</PRE
|
||||
></TD
|
||||
@ -1618,11 +1618,11 @@ HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
>The entity loader, to control the loading of external entities,
|
||||
the application can either:
|
||||
- override this <A
|
||||
HREF="gnome-xml-sax.html#RESOLVEENTITY"
|
||||
HREF="libxml-sax.html#RESOLVEENTITY"
|
||||
>resolveEntity</A
|
||||
>() callback in the SAX block
|
||||
- or better use the <A
|
||||
HREF="gnome-xml-parser.html#XMLSETEXTERNALENTITYLOADER"
|
||||
HREF="libxml-parser.html#XMLSETEXTERNALENTITYLOADER"
|
||||
>xmlSetExternalEntityLoader</A
|
||||
>() function to
|
||||
set up it's own entity resolution routine</P
|
||||
@ -1731,20 +1731,20 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void entityDecl (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
int type,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *publicId,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *systemId,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *content);</PRE
|
||||
></TD
|
||||
@ -1893,21 +1893,21 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void attributeDecl (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *elem,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
int type,
|
||||
int def,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *defaultValue,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLENUMERATIONPTR"
|
||||
HREF="libxml-tree.html#XMLENUMERATIONPTR"
|
||||
>xmlEnumerationPtr</A
|
||||
> tree);</PRE
|
||||
></TD
|
||||
@ -2073,12 +2073,12 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void elementDecl (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
int type,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLELEMENTCONTENTPTR"
|
||||
HREF="libxml-tree.html#XMLELEMENTCONTENTPTR"
|
||||
>xmlElementContentPtr</A
|
||||
> content);</PRE
|
||||
></TD
|
||||
@ -2193,15 +2193,15 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void notationDecl (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *publicId,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *systemId);</PRE
|
||||
></TD
|
||||
@ -2316,19 +2316,19 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void unparsedEntityDecl (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *publicId,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *systemId,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *notationName);</PRE
|
||||
></TD
|
||||
@ -2580,11 +2580,11 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void attribute (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *fullname,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *value);</PRE
|
||||
></TD
|
||||
@ -2685,11 +2685,11 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void startElement (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *fullname,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> **atts);</PRE
|
||||
></TD
|
||||
@ -2787,7 +2787,7 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void endElement (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);</PRE
|
||||
></TD
|
||||
@ -2868,7 +2868,7 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void reference (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);</PRE
|
||||
></TD
|
||||
@ -2949,7 +2949,7 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void characters (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *ch,
|
||||
int len);</PRE
|
||||
@ -3049,7 +3049,7 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void ignorableWhitespace (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *ch,
|
||||
int len);</PRE
|
||||
@ -3149,11 +3149,11 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void processingInstruction (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *target,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *data);</PRE
|
||||
></TD
|
||||
@ -3251,11 +3251,11 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void globalNamespace (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *href,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *prefix);</PRE
|
||||
></TD
|
||||
@ -3353,7 +3353,7 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void setNamespace (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);</PRE
|
||||
></TD
|
||||
@ -3433,7 +3433,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-tree.html#XMLNSPTR"
|
||||
HREF="libxml-tree.html#XMLNSPTR"
|
||||
>xmlNsPtr</A
|
||||
> getNamespace (void *ctx);</PRE
|
||||
></TD
|
||||
@ -3512,7 +3512,7 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int checkNamespace (void *ctx,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *nameSpace);</PRE
|
||||
></TD
|
||||
@ -3609,11 +3609,11 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void namespaceDecl (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *href,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *prefix);</PRE
|
||||
></TD
|
||||
@ -3711,7 +3711,7 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void comment (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *value);</PRE
|
||||
></TD
|
||||
@ -3792,7 +3792,7 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void cdataBlock (void *ctx,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *value,
|
||||
int len);</PRE
|
||||
@ -3970,7 +3970,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-parser.html"
|
||||
HREF="libxml-parser.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -4024,7 +4024,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-tree.html"
|
||||
HREF="libxml-tree.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
File diff suppressed because it is too large
Load Diff
@ -13,10 +13,10 @@ TITLE="Libxml Library Reference"
|
||||
HREF="libxml-lib.html"><LINK
|
||||
REL="PREVIOUS"
|
||||
TITLE="valid"
|
||||
HREF="gnome-xml-valid.html"><LINK
|
||||
HREF="libxml-valid.html"><LINK
|
||||
REL="NEXT"
|
||||
TITLE="HTMLparser"
|
||||
HREF="gnome-xml-htmlparser.html"></HEAD
|
||||
HREF="libxml-htmlparser.html"></HEAD
|
||||
><BODY
|
||||
BGCOLOR="#FFFFFF"
|
||||
TEXT="#000000"
|
||||
@ -47,7 +47,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-valid.html"
|
||||
HREF="libxml-valid.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -101,7 +101,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-htmlparser.html"
|
||||
HREF="libxml-htmlparser.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -115,13 +115,13 @@ SIZE="3"
|
||||
></DIV
|
||||
><H1
|
||||
><A
|
||||
NAME="GNOME-XML-URI"
|
||||
NAME="LIBXML-URI"
|
||||
>uri</A
|
||||
></H1
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN9280"
|
||||
NAME="AEN9355"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -129,7 +129,7 @@ NAME="AEN9280"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN9283"
|
||||
NAME="AEN9358"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -145,95 +145,95 @@ CLASS="SYNOPSIS"
|
||||
>
|
||||
|
||||
struct <A
|
||||
HREF="gnome-xml-uri.html#XMLURI"
|
||||
HREF="libxml-uri.html#XMLURI"
|
||||
>xmlURI</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="gnome-xml-uri.html#XMLURIPTR"
|
||||
HREF="libxml-uri.html#XMLURIPTR"
|
||||
>xmlURIPtr</A
|
||||
>;
|
||||
<A
|
||||
HREF="gnome-xml-uri.html#XMLURIPTR"
|
||||
HREF="libxml-uri.html#XMLURIPTR"
|
||||
>xmlURIPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-uri.html#XMLCREATEURI"
|
||||
HREF="libxml-uri.html#XMLCREATEURI"
|
||||
>xmlCreateURI</A
|
||||
> (void);
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
>* <A
|
||||
HREF="gnome-xml-uri.html#XMLBUILDURI"
|
||||
HREF="libxml-uri.html#XMLBUILDURI"
|
||||
>xmlBuildURI</A
|
||||
> (const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *URI,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *base);
|
||||
<A
|
||||
HREF="gnome-xml-uri.html#XMLURIPTR"
|
||||
HREF="libxml-uri.html#XMLURIPTR"
|
||||
>xmlURIPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-uri.html#XMLPARSEURI"
|
||||
HREF="libxml-uri.html#XMLPARSEURI"
|
||||
>xmlParseURI</A
|
||||
> (const char *URI);
|
||||
int <A
|
||||
HREF="gnome-xml-uri.html#XMLPARSEURIREFERENCE"
|
||||
HREF="libxml-uri.html#XMLPARSEURIREFERENCE"
|
||||
>xmlParseURIReference</A
|
||||
> (<A
|
||||
HREF="gnome-xml-uri.html#XMLURIPTR"
|
||||
HREF="libxml-uri.html#XMLURIPTR"
|
||||
>xmlURIPtr</A
|
||||
> uri,
|
||||
const char *str);
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
>* <A
|
||||
HREF="gnome-xml-uri.html#XMLSAVEURI"
|
||||
HREF="libxml-uri.html#XMLSAVEURI"
|
||||
>xmlSaveUri</A
|
||||
> (<A
|
||||
HREF="gnome-xml-uri.html#XMLURIPTR"
|
||||
HREF="libxml-uri.html#XMLURIPTR"
|
||||
>xmlURIPtr</A
|
||||
> uri);
|
||||
void <A
|
||||
HREF="gnome-xml-uri.html#XMLPRINTURI"
|
||||
HREF="libxml-uri.html#XMLPRINTURI"
|
||||
>xmlPrintURI</A
|
||||
> (<GTKDOCLINK
|
||||
HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *stream,
|
||||
<A
|
||||
HREF="gnome-xml-uri.html#XMLURIPTR"
|
||||
HREF="libxml-uri.html#XMLURIPTR"
|
||||
>xmlURIPtr</A
|
||||
> uri);
|
||||
char* <A
|
||||
HREF="gnome-xml-uri.html#XMLURIUNESCAPESTRING"
|
||||
HREF="libxml-uri.html#XMLURIUNESCAPESTRING"
|
||||
>xmlURIUnescapeString</A
|
||||
> (const char *str,
|
||||
int len,
|
||||
char *target);
|
||||
int <A
|
||||
HREF="gnome-xml-uri.html#XMLNORMALIZEURIPATH"
|
||||
HREF="libxml-uri.html#XMLNORMALIZEURIPATH"
|
||||
>xmlNormalizeURIPath</A
|
||||
> (char *path);
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
>* <A
|
||||
HREF="gnome-xml-uri.html#XMLURIESCAPE"
|
||||
HREF="libxml-uri.html#XMLURIESCAPE"
|
||||
>xmlURIEscape</A
|
||||
> (const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *str);
|
||||
void <A
|
||||
HREF="gnome-xml-uri.html#XMLFREEURI"
|
||||
HREF="libxml-uri.html#XMLFREEURI"
|
||||
>xmlFreeURI</A
|
||||
> (<A
|
||||
HREF="gnome-xml-uri.html#XMLURIPTR"
|
||||
HREF="libxml-uri.html#XMLURIPTR"
|
||||
>xmlURIPtr</A
|
||||
> uri);</PRE
|
||||
></TD
|
||||
@ -243,7 +243,7 @@ HREF="gnome-xml-uri.html#XMLURIPTR"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN9311"
|
||||
NAME="AEN9386"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -253,14 +253,14 @@ NAME="AEN9311"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN9314"
|
||||
NAME="AEN9389"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9316"
|
||||
NAME="AEN9391"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -296,7 +296,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9321"
|
||||
NAME="AEN9396"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -322,7 +322,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9326"
|
||||
NAME="AEN9401"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -339,7 +339,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-uri.html#XMLURIPTR"
|
||||
HREF="libxml-uri.html#XMLURIPTR"
|
||||
>xmlURIPtr</A
|
||||
> xmlCreateURI (void);</PRE
|
||||
></TD
|
||||
@ -383,7 +383,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9342"
|
||||
NAME="AEN9417"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -400,14 +400,14 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
>* xmlBuildURI (const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *URI,
|
||||
const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *base);</PRE
|
||||
></TD
|
||||
@ -491,7 +491,7 @@ of error.</TD
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9369"
|
||||
NAME="AEN9444"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -508,7 +508,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-uri.html#XMLURIPTR"
|
||||
HREF="libxml-uri.html#XMLURIPTR"
|
||||
>xmlURIPtr</A
|
||||
> xmlParseURI (const char *URI);</PRE
|
||||
></TD
|
||||
@ -571,7 +571,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9390"
|
||||
NAME="AEN9465"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -588,7 +588,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int xmlParseURIReference (<A
|
||||
HREF="gnome-xml-uri.html#XMLURIPTR"
|
||||
HREF="libxml-uri.html#XMLURIPTR"
|
||||
>xmlURIPtr</A
|
||||
> uri,
|
||||
const char *str);</PRE
|
||||
@ -675,7 +675,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9416"
|
||||
NAME="AEN9491"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -692,10 +692,10 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
>* xmlSaveUri (<A
|
||||
HREF="gnome-xml-uri.html#XMLURIPTR"
|
||||
HREF="libxml-uri.html#XMLURIPTR"
|
||||
>xmlURIPtr</A
|
||||
> uri);</PRE
|
||||
></TD
|
||||
@ -756,7 +756,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9437"
|
||||
NAME="AEN9512"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -777,7 +777,7 @@ HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *stream,
|
||||
<A
|
||||
HREF="gnome-xml-uri.html#XMLURIPTR"
|
||||
HREF="libxml-uri.html#XMLURIPTR"
|
||||
>xmlURIPtr</A
|
||||
> uri);</PRE
|
||||
></TD
|
||||
@ -845,7 +845,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9459"
|
||||
NAME="AEN9534"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -960,7 +960,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9487"
|
||||
NAME="AEN9562"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1036,7 +1036,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9506"
|
||||
NAME="AEN9581"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1053,10 +1053,10 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
>* xmlURIEscape (const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *str);</PRE
|
||||
></TD
|
||||
@ -1119,7 +1119,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN9527"
|
||||
NAME="AEN9602"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1136,7 +1136,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void xmlFreeURI (<A
|
||||
HREF="gnome-xml-uri.html#XMLURIPTR"
|
||||
HREF="libxml-uri.html#XMLURIPTR"
|
||||
>xmlURIPtr</A
|
||||
> uri);</PRE
|
||||
></TD
|
||||
@ -1195,7 +1195,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-valid.html"
|
||||
HREF="libxml-valid.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -1249,7 +1249,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-htmlparser.html"
|
||||
HREF="libxml-htmlparser.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
File diff suppressed because it is too large
Load Diff
@ -13,10 +13,10 @@ TITLE="Libxml Library Reference"
|
||||
HREF="libxml-lib.html"><LINK
|
||||
REL="PREVIOUS"
|
||||
TITLE="xpointer"
|
||||
HREF="gnome-xml-xpointer.html"><LINK
|
||||
HREF="libxml-xpointer.html"><LINK
|
||||
REL="NEXT"
|
||||
TITLE="nanohttp"
|
||||
HREF="gnome-xml-nanohttp.html"></HEAD
|
||||
HREF="libxml-nanohttp.html"></HEAD
|
||||
><BODY
|
||||
BGCOLOR="#FFFFFF"
|
||||
TEXT="#000000"
|
||||
@ -47,7 +47,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-xpointer.html"
|
||||
HREF="libxml-xpointer.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -101,7 +101,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-nanohttp.html"
|
||||
HREF="libxml-nanohttp.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -115,13 +115,13 @@ SIZE="3"
|
||||
></DIV
|
||||
><H1
|
||||
><A
|
||||
NAME="GNOME-XML-XINCLUDE"
|
||||
NAME="LIBXML-XINCLUDE"
|
||||
>xinclude</A
|
||||
></H1
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN13178"
|
||||
NAME="AEN13386"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -129,7 +129,7 @@ NAME="AEN13178"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN13181"
|
||||
NAME="AEN13389"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -145,10 +145,10 @@ CLASS="SYNOPSIS"
|
||||
>
|
||||
|
||||
int <A
|
||||
HREF="gnome-xml-xinclude.html#XMLXINCLUDEPROCESS"
|
||||
HREF="libxml-xinclude.html#XMLXINCLUDEPROCESS"
|
||||
>xmlXIncludeProcess</A
|
||||
> (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc);</PRE
|
||||
></TD
|
||||
@ -158,7 +158,7 @@ HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN13186"
|
||||
NAME="AEN13394"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -168,14 +168,14 @@ NAME="AEN13186"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN13189"
|
||||
NAME="AEN13397"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13191"
|
||||
NAME="AEN13399"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -192,7 +192,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int xmlXIncludeProcess (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc);</PRE
|
||||
></TD
|
||||
@ -272,7 +272,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-xpointer.html"
|
||||
HREF="libxml-xpointer.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -326,7 +326,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-nanohttp.html"
|
||||
HREF="libxml-nanohttp.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
File diff suppressed because it is too large
Load Diff
@ -13,7 +13,7 @@ TITLE="Libxml Library Reference"
|
||||
HREF="libxml-lib.html"><LINK
|
||||
REL="PREVIOUS"
|
||||
TITLE="debugXML"
|
||||
HREF="gnome-xml-debugxml.html"></HEAD
|
||||
HREF="libxml-debugxml.html"></HEAD
|
||||
><BODY
|
||||
BGCOLOR="#FFFFFF"
|
||||
TEXT="#000000"
|
||||
@ -44,7 +44,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-debugxml.html"
|
||||
HREF="libxml-debugxml.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -103,13 +103,13 @@ ALIGN="right"
|
||||
></DIV
|
||||
><H1
|
||||
><A
|
||||
NAME="GNOME-XML-XMLMEMORY"
|
||||
NAME="LIBXML-XMLMEMORY"
|
||||
>xmlmemory</A
|
||||
></H1
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN18452"
|
||||
NAME="AEN18687"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -117,7 +117,7 @@ NAME="AEN18452"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN18455"
|
||||
NAME="AEN18690"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -133,85 +133,85 @@ CLASS="SYNOPSIS"
|
||||
>
|
||||
|
||||
#define <A
|
||||
HREF="gnome-xml-xmlmemory.html#DEBUG-MEMORY-CAPS"
|
||||
HREF="libxml-xmlmemory.html#DEBUG-MEMORY-CAPS"
|
||||
>DEBUG_MEMORY</A
|
||||
>
|
||||
#define <A
|
||||
HREF="gnome-xml-xmlmemory.html#MEM-LIST-CAPS"
|
||||
HREF="libxml-xmlmemory.html#MEM-LIST-CAPS"
|
||||
>MEM_LIST</A
|
||||
>
|
||||
void (<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLFREEFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLFREEFUNC"
|
||||
>*xmlFreeFunc</A
|
||||
>) (void*);
|
||||
void* (<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLMALLOCFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLMALLOCFUNC"
|
||||
>*xmlMallocFunc</A
|
||||
>) (...);
|
||||
void* (<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLREALLOCFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLREALLOCFUNC"
|
||||
>*xmlReallocFunc</A
|
||||
>) (void*,
|
||||
...);
|
||||
char* (<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLSTRDUPFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLSTRDUPFUNC"
|
||||
>*xmlStrdupFunc</A
|
||||
>) (const char*);
|
||||
int <A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLMEMSETUP"
|
||||
HREF="libxml-xmlmemory.html#XMLMEMSETUP"
|
||||
>xmlMemSetup</A
|
||||
> (<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLFREEFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLFREEFUNC"
|
||||
>xmlFreeFunc</A
|
||||
> freeFunc,
|
||||
<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLMALLOCFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLMALLOCFUNC"
|
||||
>xmlMallocFunc</A
|
||||
> mallocFunc,
|
||||
<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLREALLOCFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLREALLOCFUNC"
|
||||
>xmlReallocFunc</A
|
||||
> reallocFunc,
|
||||
<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLSTRDUPFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLSTRDUPFUNC"
|
||||
>xmlStrdupFunc</A
|
||||
> strdupFunc);
|
||||
int <A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLMEMGET"
|
||||
HREF="libxml-xmlmemory.html#XMLMEMGET"
|
||||
>xmlMemGet</A
|
||||
> (<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLFREEFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLFREEFUNC"
|
||||
>xmlFreeFunc</A
|
||||
> *freeFunc,
|
||||
<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLMALLOCFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLMALLOCFUNC"
|
||||
>xmlMallocFunc</A
|
||||
> *mallocFunc,
|
||||
<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLREALLOCFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLREALLOCFUNC"
|
||||
>xmlReallocFunc</A
|
||||
> *reallocFunc,
|
||||
<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLSTRDUPFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLSTRDUPFUNC"
|
||||
>xmlStrdupFunc</A
|
||||
> *strdupFunc);
|
||||
int <A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLINITMEMORY"
|
||||
HREF="libxml-xmlmemory.html#XMLINITMEMORY"
|
||||
>xmlInitMemory</A
|
||||
> (void);
|
||||
int <A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLMEMUSED"
|
||||
HREF="libxml-xmlmemory.html#XMLMEMUSED"
|
||||
>xmlMemUsed</A
|
||||
> (void);
|
||||
void <A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLMEMDISPLAY"
|
||||
HREF="libxml-xmlmemory.html#XMLMEMDISPLAY"
|
||||
>xmlMemDisplay</A
|
||||
> (<GTKDOCLINK
|
||||
HREF="FILE-CAPS"
|
||||
>FILE</GTKDOCLINK
|
||||
> *fp);
|
||||
void <A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLMEMSHOW"
|
||||
HREF="libxml-xmlmemory.html#XMLMEMSHOW"
|
||||
>xmlMemShow</A
|
||||
> (<GTKDOCLINK
|
||||
HREF="FILE-CAPS"
|
||||
@ -219,36 +219,36 @@ HREF="FILE-CAPS"
|
||||
> *fp,
|
||||
int nr);
|
||||
void <A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLMEMORYDUMP"
|
||||
HREF="libxml-xmlmemory.html#XMLMEMORYDUMP"
|
||||
>xmlMemoryDump</A
|
||||
> (void);
|
||||
#define <A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLMALLOC"
|
||||
HREF="libxml-xmlmemory.html#XMLMALLOC"
|
||||
>xmlMalloc</A
|
||||
> (x)
|
||||
#define <A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLREALLOC"
|
||||
HREF="libxml-xmlmemory.html#XMLREALLOC"
|
||||
>xmlRealloc</A
|
||||
> (p, x)
|
||||
#define <A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLMEMSTRDUP"
|
||||
HREF="libxml-xmlmemory.html#XMLMEMSTRDUP"
|
||||
>xmlMemStrdup</A
|
||||
> (x)
|
||||
void* <A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLMALLOCLOC"
|
||||
HREF="libxml-xmlmemory.html#XMLMALLOCLOC"
|
||||
>xmlMallocLoc</A
|
||||
> (int size,
|
||||
const char *file,
|
||||
int line);
|
||||
void* <A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLREALLOCLOC"
|
||||
HREF="libxml-xmlmemory.html#XMLREALLOCLOC"
|
||||
>xmlReallocLoc</A
|
||||
> (void *ptr,
|
||||
int size,
|
||||
const char *file,
|
||||
int line);
|
||||
char* <A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLMEMSTRDUPLOC"
|
||||
HREF="libxml-xmlmemory.html#XMLMEMSTRDUPLOC"
|
||||
>xmlMemStrdupLoc</A
|
||||
> (const char *str,
|
||||
const char *file,
|
||||
@ -260,7 +260,7 @@ HREF="gnome-xml-xmlmemory.html#XMLMEMSTRDUPLOC"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN18487"
|
||||
NAME="AEN18722"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -270,14 +270,14 @@ NAME="AEN18487"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN18490"
|
||||
NAME="AEN18725"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18492"
|
||||
NAME="AEN18727"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -303,7 +303,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18497"
|
||||
NAME="AEN18732"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -329,7 +329,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18502"
|
||||
NAME="AEN18737"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -387,7 +387,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18516"
|
||||
NAME="AEN18751"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -445,7 +445,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18530"
|
||||
NAME="AEN18765"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -521,7 +521,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18548"
|
||||
NAME="AEN18783"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -594,7 +594,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18566"
|
||||
NAME="AEN18801"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -611,19 +611,19 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int xmlMemSetup (<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLFREEFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLFREEFUNC"
|
||||
>xmlFreeFunc</A
|
||||
> freeFunc,
|
||||
<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLMALLOCFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLMALLOCFUNC"
|
||||
>xmlMallocFunc</A
|
||||
> mallocFunc,
|
||||
<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLREALLOCFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLREALLOCFUNC"
|
||||
>xmlReallocFunc</A
|
||||
> reallocFunc,
|
||||
<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLSTRDUPFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLSTRDUPFUNC"
|
||||
>xmlStrdupFunc</A
|
||||
> strdupFunc);</PRE
|
||||
></TD
|
||||
@ -751,7 +751,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18606"
|
||||
NAME="AEN18841"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -768,19 +768,19 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>int xmlMemGet (<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLFREEFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLFREEFUNC"
|
||||
>xmlFreeFunc</A
|
||||
> *freeFunc,
|
||||
<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLMALLOCFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLMALLOCFUNC"
|
||||
>xmlMallocFunc</A
|
||||
> *mallocFunc,
|
||||
<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLREALLOCFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLREALLOCFUNC"
|
||||
>xmlReallocFunc</A
|
||||
> *reallocFunc,
|
||||
<A
|
||||
HREF="gnome-xml-xmlmemory.html#XMLSTRDUPFUNC"
|
||||
HREF="libxml-xmlmemory.html#XMLSTRDUPFUNC"
|
||||
>xmlStrdupFunc</A
|
||||
> *strdupFunc);</PRE
|
||||
></TD
|
||||
@ -904,7 +904,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18645"
|
||||
NAME="AEN18880"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -962,7 +962,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18660"
|
||||
NAME="AEN18895"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1020,7 +1020,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18675"
|
||||
NAME="AEN18910"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1084,7 +1084,7 @@ written to the file .memorylist</TD
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18691"
|
||||
NAME="AEN18926"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1171,7 +1171,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18712"
|
||||
NAME="AEN18947"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1199,7 +1199,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18718"
|
||||
NAME="AEN18953"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1257,7 +1257,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18732"
|
||||
NAME="AEN18967"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1332,7 +1332,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18750"
|
||||
NAME="AEN18985"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1390,7 +1390,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18764"
|
||||
NAME="AEN18999"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1489,7 +1489,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18788"
|
||||
NAME="AEN19023"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1606,7 +1606,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18816"
|
||||
NAME="AEN19051"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1733,7 +1733,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-debugxml.html"
|
||||
HREF="libxml-debugxml.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -13,10 +13,10 @@ TITLE="Libxml Library Reference"
|
||||
HREF="libxml-lib.html"><LINK
|
||||
REL="PREVIOUS"
|
||||
TITLE="xpathInternals"
|
||||
HREF="gnome-xml-xpathinternals.html"><LINK
|
||||
HREF="libxml-xpathinternals.html"><LINK
|
||||
REL="NEXT"
|
||||
TITLE="xinclude"
|
||||
HREF="gnome-xml-xinclude.html"></HEAD
|
||||
HREF="libxml-xinclude.html"></HEAD
|
||||
><BODY
|
||||
BGCOLOR="#FFFFFF"
|
||||
TEXT="#000000"
|
||||
@ -47,7 +47,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-xpathinternals.html"
|
||||
HREF="libxml-xpathinternals.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -101,7 +101,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-xinclude.html"
|
||||
HREF="libxml-xinclude.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -115,13 +115,13 @@ SIZE="3"
|
||||
></DIV
|
||||
><H1
|
||||
><A
|
||||
NAME="GNOME-XML-XPOINTER"
|
||||
NAME="LIBXML-XPOINTER"
|
||||
>xpointer</A
|
||||
></H1
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN12967"
|
||||
NAME="AEN13175"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -129,7 +129,7 @@ NAME="AEN12967"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN12970"
|
||||
NAME="AEN13178"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -145,89 +145,89 @@ CLASS="SYNOPSIS"
|
||||
>
|
||||
|
||||
struct <A
|
||||
HREF="gnome-xml-xpointer.html#XMLLOCATIONSET"
|
||||
HREF="libxml-xpointer.html#XMLLOCATIONSET"
|
||||
>xmlLocationSet</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="gnome-xml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
HREF="libxml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
>xmlLocationSetPtr</A
|
||||
>;
|
||||
void <A
|
||||
HREF="gnome-xml-xpointer.html#XMLXPTRFREELOCATIONSET"
|
||||
HREF="libxml-xpointer.html#XMLXPTRFREELOCATIONSET"
|
||||
>xmlXPtrFreeLocationSet</A
|
||||
> (<A
|
||||
HREF="gnome-xml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
HREF="libxml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
>xmlLocationSetPtr</A
|
||||
> obj);
|
||||
<A
|
||||
HREF="gnome-xml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
HREF="libxml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
>xmlLocationSetPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-xpointer.html#XMLXPTRLOCATIONSETMERGE"
|
||||
HREF="libxml-xpointer.html#XMLXPTRLOCATIONSETMERGE"
|
||||
>xmlXPtrLocationSetMerge</A
|
||||
> (<A
|
||||
HREF="gnome-xml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
HREF="libxml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
>xmlLocationSetPtr</A
|
||||
> val1,
|
||||
<A
|
||||
HREF="gnome-xml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
HREF="libxml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
>xmlLocationSetPtr</A
|
||||
> val2);
|
||||
<A
|
||||
HREF="gnome-xml-xpath.html#XMLXPATHCONTEXTPTR"
|
||||
HREF="libxml-xpath.html#XMLXPATHCONTEXTPTR"
|
||||
>xmlXPathContextPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-xpointer.html#XMLXPTRNEWCONTEXT"
|
||||
HREF="libxml-xpointer.html#XMLXPTRNEWCONTEXT"
|
||||
>xmlXPtrNewContext</A
|
||||
> (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> here,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> origin);
|
||||
<A
|
||||
HREF="gnome-xml-xpath.html#XMLXPATHOBJECTPTR"
|
||||
HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
|
||||
>xmlXPathObjectPtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-xpointer.html#XMLXPTREVAL"
|
||||
HREF="libxml-xpointer.html#XMLXPTREVAL"
|
||||
>xmlXPtrEval</A
|
||||
> (const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *str,
|
||||
<A
|
||||
HREF="gnome-xml-xpath.html#XMLXPATHCONTEXTPTR"
|
||||
HREF="libxml-xpath.html#XMLXPATHCONTEXTPTR"
|
||||
>xmlXPathContextPtr</A
|
||||
> ctx);
|
||||
void <A
|
||||
HREF="gnome-xml-xpointer.html#XMLXPTRRANGETOFUNCTION"
|
||||
HREF="libxml-xpointer.html#XMLXPTRRANGETOFUNCTION"
|
||||
>xmlXPtrRangeToFunction</A
|
||||
> (<A
|
||||
HREF="gnome-xml-xpath.html#XMLXPATHPARSERCONTEXTPTR"
|
||||
HREF="libxml-xpath.html#XMLXPATHPARSERCONTEXTPTR"
|
||||
>xmlXPathParserContextPtr</A
|
||||
> ctxt,
|
||||
int nargs);
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> <A
|
||||
HREF="gnome-xml-xpointer.html#XMLXPTRBUILDNODELIST"
|
||||
HREF="libxml-xpointer.html#XMLXPTRBUILDNODELIST"
|
||||
>xmlXPtrBuildNodeList</A
|
||||
> (<A
|
||||
HREF="gnome-xml-xpath.html#XMLXPATHOBJECTPTR"
|
||||
HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
|
||||
>xmlXPathObjectPtr</A
|
||||
> obj);
|
||||
void <A
|
||||
HREF="gnome-xml-xpointer.html#XMLXPTREVALRANGEPREDICATE"
|
||||
HREF="libxml-xpointer.html#XMLXPTREVALRANGEPREDICATE"
|
||||
>xmlXPtrEvalRangePredicate</A
|
||||
> (<A
|
||||
HREF="gnome-xml-xpath.html#XMLXPATHPARSERCONTEXTPTR"
|
||||
HREF="libxml-xpath.html#XMLXPATHPARSERCONTEXTPTR"
|
||||
>xmlXPathParserContextPtr</A
|
||||
> ctxt);</PRE
|
||||
></TD
|
||||
@ -237,7 +237,7 @@ HREF="gnome-xml-xpath.html#XMLXPATHPARSERCONTEXTPTR"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN12997"
|
||||
NAME="AEN13205"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -247,14 +247,14 @@ NAME="AEN12997"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN13000"
|
||||
NAME="AEN13208"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13002"
|
||||
NAME="AEN13210"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -284,7 +284,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13007"
|
||||
NAME="AEN13215"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -310,7 +310,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13012"
|
||||
NAME="AEN13220"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -327,7 +327,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void xmlXPtrFreeLocationSet (<A
|
||||
HREF="gnome-xml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
HREF="libxml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
>xmlLocationSetPtr</A
|
||||
> obj);</PRE
|
||||
></TD
|
||||
@ -373,7 +373,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13028"
|
||||
NAME="AEN13236"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -390,14 +390,14 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
HREF="libxml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
>xmlLocationSetPtr</A
|
||||
> xmlXPtrLocationSetMerge (<A
|
||||
HREF="gnome-xml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
HREF="libxml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
>xmlLocationSetPtr</A
|
||||
> val1,
|
||||
<A
|
||||
HREF="gnome-xml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
HREF="libxml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
>xmlLocationSetPtr</A
|
||||
> val2);</PRE
|
||||
></TD
|
||||
@ -485,7 +485,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13056"
|
||||
NAME="AEN13264"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -502,18 +502,18 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-xpath.html#XMLXPATHCONTEXTPTR"
|
||||
HREF="libxml-xpath.html#XMLXPATHCONTEXTPTR"
|
||||
>xmlXPathContextPtr</A
|
||||
> xmlXPtrNewContext (<A
|
||||
HREF="gnome-xml-tree.html#XMLDOCPTR"
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
>xmlDocPtr</A
|
||||
> doc,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> here,
|
||||
<A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> origin);</PRE
|
||||
></TD
|
||||
@ -609,7 +609,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13087"
|
||||
NAME="AEN13295"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -626,14 +626,14 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-xpath.html#XMLXPATHOBJECTPTR"
|
||||
HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
|
||||
>xmlXPathObjectPtr</A
|
||||
> xmlXPtrEval (const <A
|
||||
HREF="gnome-xml-tree.html#XMLCHAR"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *str,
|
||||
<A
|
||||
HREF="gnome-xml-xpath.html#XMLXPATHCONTEXTPTR"
|
||||
HREF="libxml-xpath.html#XMLXPATHCONTEXTPTR"
|
||||
>xmlXPathContextPtr</A
|
||||
> ctx);</PRE
|
||||
></TD
|
||||
@ -712,7 +712,7 @@ the caller has to free the object.</TD
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13113"
|
||||
NAME="AEN13321"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -729,7 +729,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void xmlXPtrRangeToFunction (<A
|
||||
HREF="gnome-xml-xpath.html#XMLXPATHPARSERCONTEXTPTR"
|
||||
HREF="libxml-xpath.html#XMLXPATHPARSERCONTEXTPTR"
|
||||
>xmlXPathParserContextPtr</A
|
||||
> ctxt,
|
||||
int nargs);</PRE
|
||||
@ -796,7 +796,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13134"
|
||||
NAME="AEN13342"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -813,10 +813,10 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="gnome-xml-tree.html#XMLNODEPTR"
|
||||
HREF="libxml-tree.html#XMLNODEPTR"
|
||||
>xmlNodePtr</A
|
||||
> xmlXPtrBuildNodeList (<A
|
||||
HREF="gnome-xml-xpath.html#XMLXPATHOBJECTPTR"
|
||||
HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
|
||||
>xmlXPathObjectPtr</A
|
||||
> obj);</PRE
|
||||
></TD
|
||||
@ -878,7 +878,7 @@ the caller has to free the node tree.</TD
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN13155"
|
||||
NAME="AEN13363"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -895,7 +895,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void xmlXPtrEvalRangePredicate (<A
|
||||
HREF="gnome-xml-xpath.html#XMLXPATHPARSERCONTEXTPTR"
|
||||
HREF="libxml-xpath.html#XMLXPATHPARSERCONTEXTPTR"
|
||||
>xmlXPathParserContextPtr</A
|
||||
> ctxt);</PRE
|
||||
></TD
|
||||
@ -961,7 +961,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="left"
|
||||
><A
|
||||
HREF="gnome-xml-xpathinternals.html"
|
||||
HREF="libxml-xpathinternals.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
||||
@ -1015,7 +1015,7 @@ WIDTH="25%"
|
||||
BGCOLOR="#C00000"
|
||||
ALIGN="right"
|
||||
><A
|
||||
HREF="gnome-xml-xinclude.html"
|
||||
HREF="libxml-xinclude.html"
|
||||
><FONT
|
||||
COLOR="#FFFFFF"
|
||||
SIZE="3"
|
16
doc/xml.html
16
doc/xml.html
@ -569,12 +569,12 @@ you want to test those</p>
|
||||
<h3>1.7.0: sep 23 1999</h3>
|
||||
<ul>
|
||||
<li>Added the ability to fetch remote DTD or parsed entities, see the <a
|
||||
href="html/gnome-xml-nanohttp.html">nanohttp</a> module.</li>
|
||||
href="html/libxml-nanohttp.html">nanohttp</a> module.</li>
|
||||
<li>Added an errno to report errors by another mean than a simple printf
|
||||
like callback</li>
|
||||
<li>Finished ID/IDREF support and checking when validation</li>
|
||||
<li>Serious memory leaks fixed (there is now a <a
|
||||
href="html/gnome-xml-xmlmemory.html">memory wrapper</a> module)</li>
|
||||
href="html/libxml-xmlmemory.html">memory wrapper</a> module)</li>
|
||||
<li>Improvement of <a href="http://www.w3.org/TR/xpath">XPath</a>
|
||||
implementation</li>
|
||||
<li>Added an HTML parser front-end</li>
|
||||
@ -778,8 +778,8 @@ required, but as a separate set of documents. The interfaces of the XML
|
||||
library are by principle low level, there is nearly zero abstraction. Those
|
||||
interested in a higher level API should <a href="#DOM">look at DOM</a>.</p>
|
||||
|
||||
<p>The <a href="html/gnome-xml-parser.html">parser interfaces for XML</a> are
|
||||
separated from the <a href="html/gnome-xml-htmlparser.html">HTML parser
|
||||
<p>The <a href="html/libxml-parser.html">parser interfaces for XML</a> are
|
||||
separated from the <a href="html/libxml-htmlparser.html">HTML parser
|
||||
interfaces</a>. Let's have a look at how the XML parser can be called:</p>
|
||||
|
||||
<h3><a name="Invoking">Invoking the parser : the pull method</a></h3>
|
||||
@ -879,7 +879,7 @@ that produces the XML document used in the previous examples:</p>
|
||||
|
||||
<h3><a name="Traversing">Traversing the tree</a></h3>
|
||||
|
||||
<p>Basically by <a href="html/gnome-xml-tree.html">including "tree.h"</a> your
|
||||
<p>Basically by <a href="html/libxml-tree.html">including "tree.h"</a> your
|
||||
code has access to the internal structure of all the elements of the tree. The
|
||||
names should be somewhat simple like <strong>parent</strong>,
|
||||
<strong>children</strong>, <strong>next</strong>, <strong>prev</strong>,
|
||||
@ -901,7 +901,7 @@ to an element which is not the document Root Element, a function
|
||||
<h3><a name="Modifying">Modifying the tree</a></h3>
|
||||
|
||||
<p>Functions are provided for reading and writing the document content. Here
|
||||
is an excerpt from the <a href="html/gnome-xml-tree.html">tree API</a>:</p>
|
||||
is an excerpt from the <a href="html/libxml-tree.html">tree API</a>:</p>
|
||||
<dl>
|
||||
<dt><code>xmlAttrPtr xmlSetProp(xmlNodePtr node, const xmlChar *name, const
|
||||
xmlChar *value);</code></dt>
|
||||
@ -1021,7 +1021,7 @@ content to be able to save the document back without losing this usually
|
||||
precious information (if the user went through the pain of explicitly defining
|
||||
entities, he may have a a rather negative attitude if you blindly susbtitute
|
||||
them as saving time). The <a
|
||||
href="html/gnome-xml-parser.html#XMLSUBSTITUTEENTITIESDEFAULT">xmlSubstituteEntitiesDefault()</a>
|
||||
href="html/libxml-parser.html#XMLSUBSTITUTEENTITIESDEFAULT">xmlSubstituteEntitiesDefault()</a>
|
||||
function allows you to check and change the behaviour, which is to not
|
||||
substitute entities by default.</p>
|
||||
|
||||
@ -1410,6 +1410,6 @@ Gnome CVS base under gnome-xml/example</p>
|
||||
|
||||
<p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
|
||||
|
||||
<p>$Id: xml.html,v 1.64 2001/01/22 15:32:01 veillard Exp $</p>
|
||||
<p>$Id: xml.html,v 1.65 2001/01/23 11:39:52 veillard Exp $</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -185,7 +185,7 @@ for example the following validates a copy of the first revision of the XML
|
||||
a given DTD.</p>
|
||||
|
||||
<p>Libxml exports an API to handle DTDs and validation, check the <a
|
||||
href="http://xmlsoft.org/html/gnome-xml-valid.html">associated
|
||||
href="http://xmlsoft.org/html/libxml-valid.html">associated
|
||||
description</a>.</p>
|
||||
|
||||
<h2><a name="Other">Other resources</a></h2>
|
||||
|
@ -18,7 +18,7 @@ href="http://xmlsoft.org/xmlio.html">http://xmlsoft.org/xmlio.html</a></p>
|
||||
<p>Mailing-list archive: <a
|
||||
href="http://xmlsoft.org/messages/">http://xmlsoft.org/messages/</a></p>
|
||||
|
||||
<p>Version: $Revision: 1.2 $</p>
|
||||
<p>Version: $Revision: 1.3 $</p>
|
||||
|
||||
<p>Table of Content:</p>
|
||||
<ol>
|
||||
@ -33,7 +33,7 @@ href="http://xmlsoft.org/messages/">http://xmlsoft.org/messages/</a></p>
|
||||
<h2><a name="General">General overview</a></h2>
|
||||
|
||||
<p>The module <code><a
|
||||
href="http://xmlsoft.org/html/gnome-xml-xmlio.html">xmlIO.h</a></code>
|
||||
href="http://xmlsoft.org/html/libxml-xmlio.html">xmlIO.h</a></code>
|
||||
provides the interfaces to the libxml I/O system. This consists of 4 main
|
||||
parts:</p>
|
||||
<ul>
|
||||
@ -85,7 +85,7 @@ default libxml I/O routines.</p>
|
||||
|
||||
<p>All the buffer manipulation handling is done using the
|
||||
<code>xmlBuffer</code> type define in <code><a
|
||||
href="http://xmlsoft.org/html/gnome-xml-tree.html">tree.h</a> </code>which is
|
||||
href="http://xmlsoft.org/html/libxml-tree.html">tree.h</a> </code>which is
|
||||
a resizable memory buffer. The buffer allocation strategy can be selected to
|
||||
be either best-fit or use an exponential doubling one (CPU vs. memory use
|
||||
tradeoff). The values are <code>XML_BUFFER_ALLOC_EXACT</code> and
|
||||
@ -196,6 +196,6 @@ res = xmlSaveFileTo(output, doc, NULL);
|
||||
|
||||
<p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
|
||||
|
||||
<p>$Id: xmlio.html,v 1.2 2000/08/31 14:19:54 veillard Exp $</p>
|
||||
<p>$Id: xmlio.html,v 1.3 2000/08/31 14:57:50 veillard Exp $</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -32,7 +32,7 @@ href="http://xmlsoft.org/messages/">http://xmlsoft.org/messages/</a></p>
|
||||
<h2><a name="General">General overview</a></h2>
|
||||
|
||||
<p>The module <code><a
|
||||
href="http://xmlsoft.org/html/gnome-xml-xmlmemory.html">xmlmemory.h</a></code>
|
||||
href="http://xmlsoft.org/html/libxml-xmlmemory.html">xmlmemory.h</a></code>
|
||||
provides the interfaces to the libxml memory system:</p>
|
||||
<ul>
|
||||
<li>libxml does not use the libc memory allocator directly but xmlFree(),
|
||||
@ -48,10 +48,10 @@ provides the interfaces to the libxml memory system:</p>
|
||||
debugging, analysis or to implement a specific behaviour on memory management
|
||||
(like on embedded systems). Two function calls are available to do so:</p>
|
||||
<ul>
|
||||
<li><a href="http://xmlsoft.org/html/gnome-xml-xmlmemory.html">xmlMemGet
|
||||
<li><a href="http://xmlsoft.org/html/libxml-xmlmemory.html">xmlMemGet
|
||||
()</a> which return the current set of functions in use by the parser</li>
|
||||
<li><a
|
||||
href="http://xmlsoft.org/html/gnome-xml-xmlmemory.html">xmlMemSetup()</a>
|
||||
href="http://xmlsoft.org/html/libxml-xmlmemory.html">xmlMemSetup()</a>
|
||||
which allow to set up a new set of memory allocation functions</li>
|
||||
</ul>
|
||||
|
||||
@ -67,11 +67,11 @@ for example). This also mean that once parsing is finished there is a tiny
|
||||
amount of memory (a few hundred bytes) which can be recollected if you don't
|
||||
reuse the parser immediately:</p>
|
||||
<ul>
|
||||
<li><a href="http://xmlsoft.org/html/gnome-xml-parser.html">xmlCleanupParser
|
||||
<li><a href="http://xmlsoft.org/html/libxml-parser.html">xmlCleanupParser
|
||||
()</a> is a centralized routine to free the parsing states. Note that it
|
||||
won't deallocate any produced tree if any (use the xmlFreeDoc() and
|
||||
related routines for this).</li>
|
||||
<li><a href="http://xmlsoft.org/html/gnome-xml-parser.html">xmlInitParser
|
||||
<li><a href="http://xmlsoft.org/html/libxml-parser.html">xmlInitParser
|
||||
()</a> is the dual routine allowing to preallocate the parsing state which
|
||||
can be useful for example to avoid initialization reentrancy problems when
|
||||
using libxml in multithreaded applications</li>
|
||||
@ -90,13 +90,13 @@ other debugging routines allow to dump the memory allocated infos to a file or
|
||||
call a specific routine when a given block number is allocated:</p>
|
||||
<ul>
|
||||
<li><a
|
||||
href="http://xmlsoft.org/html/gnome-xml-xmlmemory.html">xmlMallocLoc()</a>
|
||||
href="http://xmlsoft.org/html/libxml-xmlmemory.html">xmlMallocLoc()</a>
|
||||
<a
|
||||
href="http://xmlsoft.org/html/gnome-xml-xmlmemory.html">xmlReallocLoc()</a>
|
||||
href="http://xmlsoft.org/html/libxml-xmlmemory.html">xmlReallocLoc()</a>
|
||||
and <a
|
||||
href="http://xmlsoft.org/html/gnome-xml-xmlmemory.html">xmlMemStrdupLoc()</a>
|
||||
href="http://xmlsoft.org/html/libxml-xmlmemory.html">xmlMemStrdupLoc()</a>
|
||||
are the memory debugging replacement allocation routines</li>
|
||||
<li><a href="http://xmlsoft.org/html/gnome-xml-xmlmemory.html">xmlMemoryDump
|
||||
<li><a href="http://xmlsoft.org/html/libxml-xmlmemory.html">xmlMemoryDump
|
||||
()</a> dumps all the informations about the allocated memory block lefts
|
||||
in the <code>.memdump</code> file</li>
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user