blob: 78a178bdd09d9ef84054c0e3dbf4efd415f7bc09 [file] [log] [blame]
Daniel Veillardaeea04f2000-01-25 19:27:27 +00001<HTML
2><HEAD
3><TITLE
4>Libxml Library Reference</TITLE
5><META
6NAME="GENERATOR"
Daniel Veillard3f6f7f62000-06-30 17:58:25 +00007CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK
Daniel Veillardaeea04f2000-01-25 19:27:27 +00008REL="HOME"
9TITLE="Gnome XML Library Reference Manual"
10HREF="book1.html"><LINK
11REL="PREVIOUS"
12TITLE="Libxml Programming Notes"
13HREF="libxml-notes.html"><LINK
14REL="NEXT"
15TITLE="parser"
16HREF="gnome-xml-parser.html"></HEAD
17><BODY
18BGCOLOR="#FFFFFF"
19TEXT="#000000"
20><DIV
21CLASS="NAVHEADER"
22><TABLE
23WIDTH="100%"
24BORDER="0"
25BGCOLOR="#000000"
26CELLPADDING="1"
27CELLSPACING="0"
28><TR
29><TH
30COLSPAN="4"
31ALIGN="center"
32><FONT
33COLOR="#FFFFFF"
34SIZE="5"
35>Gnome XML Library Reference Manual</FONT
36></TH
37></TR
38><TR
39><TD
40WIDTH="25%"
41BGCOLOR="#C00000"
42ALIGN="left"
43><A
44HREF="libxml-notes.html"
45><FONT
46COLOR="#FFFFFF"
47SIZE="3"
48><B
49>&#60;&#60;&#60; Previous Page</B
50></FONT
51></A
52></TD
53><TD
54WIDTH="25%"
55BGCOLOR="#0000C0"
56ALIGN="center"
57><FONT
58COLOR="#FFFFFF"
59SIZE="3"
60><B
61><A
62HREF="book1.html"
63><FONT
64COLOR="#FFFFFF"
65SIZE="3"
66><B
67>Home</B
68></FONT
69></A
70></B
71></FONT
72></TD
73><TD
74WIDTH="25%"
75BGCOLOR="#00C000"
76ALIGN="center"
77><FONT
78COLOR="#FFFFFF"
79SIZE="3"
80><B
81>&nbsp;</B
82></FONT
83></TD
84><TD
85WIDTH="25%"
86BGCOLOR="#C00000"
87ALIGN="right"
88><A
89HREF="gnome-xml-parser.html"
90><FONT
91COLOR="#FFFFFF"
92SIZE="3"
93><B
94>Next Page &#62;&#62;&#62;</B
95></FONT
96></A
97></TD
98></TR
99></TABLE
100></DIV
101><DIV
102CLASS="CHAPTER"
103><H1
104><A
105NAME="LIBXML-LIB"
106>Libxml Library Reference</A
107></H1
108><DIV
109CLASS="TOC"
110><DL
111><DT
112><B
113>Table of Contents</B
114></DT
115><DT
116><A
117HREF="gnome-xml-parser.html"
118>parser</A
119> &#8212; </DT
120><DT
121><A
122HREF="gnome-xml-sax.html"
123>SAX</A
124> &#8212; </DT
125><DT
126><A
127HREF="gnome-xml-tree.html"
128>tree</A
129> &#8212; </DT
130><DT
131><A
132HREF="gnome-xml-entities.html"
133>entities</A
134> &#8212; </DT
135><DT
136><A
137HREF="gnome-xml-valid.html"
138>valid</A
139> &#8212; </DT
140><DT
141><A
Daniel Veillard8f621982000-03-20 13:07:15 +0000142HREF="gnome-xml-uri.html"
143>uri</A
144> &#8212; </DT
145><DT
146><A
Daniel Veillardaeea04f2000-01-25 19:27:27 +0000147HREF="gnome-xml-xml-error.html"
148>xml-error</A
149> &#8212; </DT
150><DT
151><A
152HREF="gnome-xml-htmlparser.html"
153>HTMLparser</A
154> &#8212; </DT
155><DT
156><A
157HREF="gnome-xml-htmltree.html"
158>HTMLtree</A
159> &#8212; </DT
160><DT
161><A
162HREF="gnome-xml-xpath.html"
163>xpath</A
164> &#8212; </DT
165><DT
166><A
Daniel Veillardb732a0e2000-10-15 11:27:01 +0000167HREF="gnome-xml-xpointer.html"
168>xpointer</A
169> &#8212; </DT
170><DT
171><A
Daniel Veillardaeea04f2000-01-25 19:27:27 +0000172HREF="gnome-xml-nanohttp.html"
173>nanohttp</A
174> &#8212; </DT
175><DT
176><A
177HREF="gnome-xml-nanoftp.html"
178>nanoftp</A
179> &#8212; </DT
180><DT
181><A
182HREF="gnome-xml-xmlio.html"
183>xmlIO</A
184> &#8212; </DT
185><DT
186><A
187HREF="gnome-xml-parserinternals.html"
188>parserInternals</A
189> &#8212; </DT
190><DT
191><A
192HREF="gnome-xml-encoding.html"
193>encoding</A
194> &#8212; </DT
195><DT
196><A
197HREF="gnome-xml-debugxml.html"
198>debugXML</A
199> &#8212; </DT
200><DT
201><A
202HREF="gnome-xml-xmlmemory.html"
203>xmlmemory</A
204> &#8212; </DT
205></DL
206></DIV
207><P
208>This section contains the API reference for libxml. All
209 the public interfaces are documented here. This reference guide is
210 build by extracting comments from the code sources. </P
211></DIV
212><DIV
213CLASS="NAVFOOTER"
214><BR
215CLEAR="all"><BR><TABLE
216WIDTH="100%"
217BORDER="0"
218BGCOLOR="#000000"
219CELLPADDING="1"
220CELLSPACING="0"
221><TR
222><TD
223WIDTH="25%"
224BGCOLOR="#C00000"
225ALIGN="left"
226><A
227HREF="libxml-notes.html"
228><FONT
229COLOR="#FFFFFF"
230SIZE="3"
231><B
232>&#60;&#60;&#60; Previous Page</B
233></FONT
234></A
235></TD
236><TD
237WIDTH="25%"
238BGCOLOR="#0000C0"
239ALIGN="center"
240><FONT
241COLOR="#FFFFFF"
242SIZE="3"
243><B
244><A
245HREF="book1.html"
246><FONT
247COLOR="#FFFFFF"
248SIZE="3"
249><B
250>Home</B
251></FONT
252></A
253></B
254></FONT
255></TD
256><TD
257WIDTH="25%"
258BGCOLOR="#00C000"
259ALIGN="center"
260><FONT
261COLOR="#FFFFFF"
262SIZE="3"
263><B
264>&nbsp;</B
265></FONT
266></TD
267><TD
268WIDTH="25%"
269BGCOLOR="#C00000"
270ALIGN="right"
271><A
272HREF="gnome-xml-parser.html"
273><FONT
274COLOR="#FFFFFF"
275SIZE="3"
276><B
277>Next Page &#62;&#62;&#62;</B
278></FONT
279></A
280></TD
281></TR
282><TR
283><TD
284COLSPAN="2"
285ALIGN="left"
286><FONT
287COLOR="#FFFFFF"
288SIZE="3"
289><B
290>Libxml Programming Notes</B
291></FONT
292></TD
293><TD
294COLSPAN="2"
295ALIGN="right"
296><FONT
297COLOR="#FFFFFF"
298SIZE="3"
299><B
300>parser</B
301></FONT
302></TD
303></TR
304></TABLE
305></DIV
306></BODY
307></HTML
308>