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