mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
preparing 2.4.16 updated and rebuilt the docs, rebuilt the API and web
* configure.in include/libxml/xmlwin32version.h: preparing 2.4.16 * doc/* python/libxml2class.txt: updated and rebuilt the docs, rebuilt the API and web site * xpath.c: fixed #71978 portability bugs Daniel
This commit is contained in:
@ -123,7 +123,7 @@ NAME="LIBXML-ENTITIES"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN7858"
|
||||
NAME="AEN7905"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -131,7 +131,7 @@ NAME="AEN7858"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN7861"
|
||||
NAME="AEN7908"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -151,14 +151,10 @@ HREF="libxml-entities.html#XMLENTITYTYPE"
|
||||
>xmlEntityType</A
|
||||
>;
|
||||
struct <A
|
||||
HREF="libxml-entities.html#XMLENTITY"
|
||||
HREF="libxml-tree.html#XMLENTITY"
|
||||
>xmlEntity</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
>xmlEntitiesTablePtr</A
|
||||
>;
|
||||
@ -167,7 +163,7 @@ HREF="libxml-entities.html#XMLINITIALIZEPREDEFINEDENTITIES"
|
||||
>xmlInitializePredefinedEntities</A
|
||||
> (void);
|
||||
<A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="libxml-entities.html#XMLADDDOCENTITY"
|
||||
@ -194,7 +190,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *content);
|
||||
<A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="libxml-entities.html#XMLADDDTDENTITY"
|
||||
@ -221,7 +217,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *content);
|
||||
<A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="libxml-entities.html#XMLGETPREDEFINEDENTITY"
|
||||
@ -231,7 +227,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);
|
||||
<A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="libxml-entities.html#XMLGETDOCENTITY"
|
||||
@ -245,7 +241,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);
|
||||
<A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="libxml-entities.html#XMLGETDTDENTITY"
|
||||
@ -259,7 +255,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);
|
||||
<A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="libxml-entities.html#XMLGETPARAMETERENTITY"
|
||||
@ -357,7 +353,7 @@ HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> buf,
|
||||
<A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> ent);
|
||||
void <A
|
||||
@ -371,7 +367,7 @@ HREF="libxml-entities.html#XMLCLEANUPPREDEFINEDENTITIES"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN7924"
|
||||
NAME="AEN7970"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -381,14 +377,14 @@ NAME="AEN7924"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN7927"
|
||||
NAME="AEN7973"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7929"
|
||||
NAME="AEN7975"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -421,7 +417,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7934"
|
||||
NAME="AEN7980"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -440,9 +436,9 @@ CLASS="PROGRAMLISTING"
|
||||
>struct xmlEntity {
|
||||
void *_private; /* application data */
|
||||
xmlElementType type; /* XML_ENTITY_DECL, must be second ! */
|
||||
const xmlChar *name; /* Attribute name */
|
||||
struct _xmlNode *children; /* NULL */
|
||||
struct _xmlNode *last; /* NULL */
|
||||
const xmlChar *name; /* Entity name */
|
||||
struct _xmlNode *children; /* First child link */
|
||||
struct _xmlNode *last; /* Last child link */
|
||||
struct _xmlDtd *parent; /* -> DTD */
|
||||
struct _xmlNode *next; /* next sibling link */
|
||||
struct _xmlNode *prev; /* previous sibling link */
|
||||
@ -467,33 +463,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7939"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
NAME="XMLENTITYPTR"
|
||||
></A
|
||||
>>xmlEntityPtr</H3
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
BGCOLOR="#D6E8FF"
|
||||
WIDTH="100%"
|
||||
CELLPADDING="6"
|
||||
><TR
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>typedef xmlEntity *xmlEntityPtr;</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7944"
|
||||
NAME="AEN7985"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -519,7 +489,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7949"
|
||||
NAME="AEN7990"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -547,7 +517,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7955"
|
||||
NAME="AEN7996"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -564,7 +534,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> xmlAddDocEntity (<A
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
@ -597,7 +567,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN7967"
|
||||
NAME="AEN8008"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -735,7 +705,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8000"
|
||||
NAME="AEN8041"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -752,7 +722,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> xmlAddDtdEntity (<A
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
@ -785,7 +755,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8012"
|
||||
NAME="AEN8053"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -923,7 +893,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8045"
|
||||
NAME="AEN8086"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -940,7 +910,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> xmlGetPredefinedEntity (const <A
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
@ -956,7 +926,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8053"
|
||||
NAME="AEN8094"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1009,7 +979,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8066"
|
||||
NAME="AEN8107"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1026,7 +996,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> xmlGetDocEntity (<A
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
@ -1048,7 +1018,7 @@ in the predefined entities too.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8075"
|
||||
NAME="AEN8116"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1118,7 +1088,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8092"
|
||||
NAME="AEN8133"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1135,7 +1105,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> xmlGetDtdEntity (<A
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
@ -1150,13 +1120,14 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
></TABLE
|
||||
><P
|
||||
>Do an entity lookup in the DTD entity hash table and
|
||||
returns the corresponding entity, if found.</P
|
||||
returns the corresponding entity, if found.
|
||||
Note: the first argument is the document node, not the DTD node.</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8101"
|
||||
NAME="AEN8142"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1226,7 +1197,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8118"
|
||||
NAME="AEN8159"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1243,7 +1214,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> xmlGetParameterEntity (<A
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
@ -1264,7 +1235,7 @@ returns the corresponding parameter entity, if found.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8127"
|
||||
NAME="AEN8168"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1334,7 +1305,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8144"
|
||||
NAME="AEN8185"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1378,7 +1349,7 @@ This routine will issue a warning when encountered.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8155"
|
||||
NAME="AEN8196"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1448,7 +1419,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8172"
|
||||
NAME="AEN8213"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1488,7 +1459,7 @@ must be deallocated.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8181"
|
||||
NAME="AEN8222"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1558,7 +1529,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8198"
|
||||
NAME="AEN8239"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1596,7 +1567,7 @@ this routine is reentrant, and result must be deallocated.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8207"
|
||||
NAME="AEN8248"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1666,7 +1637,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8224"
|
||||
NAME="AEN8265"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1696,7 +1667,7 @@ HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8231"
|
||||
NAME="AEN8272"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1732,7 +1703,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8240"
|
||||
NAME="AEN8281"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1765,7 +1736,7 @@ HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8248"
|
||||
NAME="AEN8289"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1818,7 +1789,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8261"
|
||||
NAME="AEN8302"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1848,7 +1819,7 @@ HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8268"
|
||||
NAME="AEN8309"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1886,7 +1857,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8277"
|
||||
NAME="AEN8318"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1920,7 +1891,7 @@ HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8285"
|
||||
NAME="AEN8326"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1975,7 +1946,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8298"
|
||||
NAME="AEN8339"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1996,7 +1967,7 @@ HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> buf,
|
||||
<A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> ent);</PRE
|
||||
></TD
|
||||
@ -2009,7 +1980,7 @@ HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8306"
|
||||
NAME="AEN8347"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2064,7 +2035,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8319"
|
||||
NAME="AEN8360"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
|
Reference in New Issue
Block a user