blob: afb92b705e00e596adb87a26e877fe98eff063e7 [file] [log] [blame]
Daniel Veillard35925471999-02-25 08:46:07 +00001<HTML
2><HEAD
3><TITLE
4>error</TITLE
5><META
6NAME="GENERATOR"
7CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK
8REL="HOME"
9TITLE="Gnome XML Library Reference Manual"
10HREF="book1.html"><LINK
11REL="UP"
12TITLE="Gnome XML Library"
13HREF="libxml.html"><LINK
14REL="PREVIOUS"
15TITLE="valid"
16HREF="gnome-xml-valid.html"><LINK
17REL="NEXT"
18TITLE="parserInternals"
19HREF="gnome-xml-parserinternals.html"></HEAD
20><BODY
21BGCOLOR="#FFFFFF"
22TEXT="#000000"
23><DIV
24CLASS="NAVHEADER"
25><TABLE
26WIDTH="100%"
27BORDER="0"
28CELLPADDING="0"
29CELLSPACING="0"
30><TR
31><TH
32COLSPAN="3"
33ALIGN="center"
34>Gnome XML Library Reference Manual</TH
35></TR
36><TR
37><TD
38WIDTH="10%"
39ALIGN="left"
40VALIGN="bottom"
41><A
42HREF="gnome-xml-valid.html"
43>Prev</A
44></TD
45><TD
46WIDTH="80%"
47ALIGN="center"
48VALIGN="bottom"
49></TD
50><TD
51WIDTH="10%"
52ALIGN="right"
53VALIGN="bottom"
54><A
55HREF="gnome-xml-parserinternals.html"
56>Next</A
57></TD
58></TR
59></TABLE
60><HR
61ALIGN="LEFT"
62WIDTH="100%"></DIV
63><H1
64>error</H1
65><DIV
66CLASS="REFNAMEDIV"
67><A
Daniel Veillardd692aa41999-02-28 21:54:31 +000068NAME="AEN3868"
Daniel Veillard35925471999-02-25 08:46:07 +000069></A
70><H2
71>Name</H2
72>error &#8212; one line description goes here.</DIV
73><DIV
74CLASS="REFSYNOPSISDIV"
75><A
Daniel Veillardd692aa41999-02-28 21:54:31 +000076NAME="AEN3871"
Daniel Veillard35925471999-02-25 08:46:07 +000077></A
78><H2
79>Synopsis</H2
80><TABLE
81BORDER="0"
82BGCOLOR="#E8E8F8"
83WIDTH="100%"
84CELLPADDING="6"
85><TR
86><TD
87><PRE
88CLASS="SYNOPSIS"
89>&#13;
90
91void <A
92HREF="gnome-xml-error.html#XMLPARSERERROR"
93>xmlParserError</A
94> (<A
95HREF="gnome-xml-parser.html#XMLPARSERCTXTPTR"
96>xmlParserCtxtPtr</A
97> ctxt,
98 const char *msg,
99 ...);
100void <A
101HREF="gnome-xml-error.html#XMLPARSERWARNING"
102>xmlParserWarning</A
103> (<A
104HREF="gnome-xml-parser.html#XMLPARSERCTXTPTR"
105>xmlParserCtxtPtr</A
106> ctxt,
107 const char *msg,
108 ...);</PRE
109></TD
110></TR
111></TABLE
112></DIV
113><DIV
114CLASS="REFSECT1"
115><A
Daniel Veillardd692aa41999-02-28 21:54:31 +0000116NAME="AEN3878"
Daniel Veillard35925471999-02-25 08:46:07 +0000117></A
118><H2
119>Description</H2
120><P
121></P
122></DIV
123><DIV
124CLASS="REFSECT1"
125><A
Daniel Veillardd692aa41999-02-28 21:54:31 +0000126NAME="AEN3881"
Daniel Veillard35925471999-02-25 08:46:07 +0000127></A
128><H2
129>Details</H2
130><HR><DIV
131CLASS="REFSECT2"
132><A
Daniel Veillardd692aa41999-02-28 21:54:31 +0000133NAME="AEN3883"
Daniel Veillard35925471999-02-25 08:46:07 +0000134></A
135><H3
136><A
137NAME="XMLPARSERERROR"
138></A
139>xmlParserError()</H3
140><TABLE
141BORDER="0"
142BGCOLOR="#E8E8F8"
143WIDTH="100%"
144CELLPADDING="6"
145><TR
146><TD
147><PRE
148CLASS="PROGRAMLISTING"
149>void xmlParserError (<A
150HREF="gnome-xml-parser.html#XMLPARSERCTXTPTR"
151>xmlParserCtxtPtr</A
152> ctxt,
153 const char *msg,
154 ...);</PRE
155></TD
156></TR
157></TABLE
158><P
159>Display and format an error messages, gives file, line, position and
160extra parameters.</P
161><P
162></P
163><DIV
164CLASS="INFORMALTABLE"
165><P
166></P
167><TABLE
168BORDER="0"
169WIDTH="100%"
170BGCOLOR="#FFE0E0"
171CELLSPACING="0"
172CELLPADDING="4"
173CLASS="CALSTABLE"
174><TR
175><TD
176WIDTH="20%"
177ALIGN="RIGHT"
178VALIGN="TOP"
179><TT
180CLASS="PARAMETER"
181><I
182>ctxt</I
183></TT
184>&nbsp;:</TD
185><TD
186WIDTH="80%"
187ALIGN="LEFT"
188VALIGN="TOP"
189> an XML parser context</TD
190></TR
191><TR
192><TD
193WIDTH="20%"
194ALIGN="RIGHT"
195VALIGN="TOP"
196><TT
197CLASS="PARAMETER"
198><I
199>msg</I
200></TT
201>&nbsp;:</TD
202><TD
203WIDTH="80%"
204ALIGN="LEFT"
205VALIGN="TOP"
206> the message to display/transmit</TD
207></TR
208><TR
209><TD
210WIDTH="20%"
211ALIGN="RIGHT"
212VALIGN="TOP"
213><TT
214CLASS="PARAMETER"
215><I
216>...</I
217></TT
218>&nbsp;:</TD
219><TD
220WIDTH="80%"
221ALIGN="LEFT"
222VALIGN="TOP"
223> extra parameters for the message display</TD
224></TR
225></TABLE
226><P
227></P
228></DIV
229></DIV
230><HR><DIV
231CLASS="REFSECT2"
232><A
Daniel Veillardd692aa41999-02-28 21:54:31 +0000233NAME="AEN3907"
Daniel Veillard35925471999-02-25 08:46:07 +0000234></A
235><H3
236><A
237NAME="XMLPARSERWARNING"
238></A
239>xmlParserWarning()</H3
240><TABLE
241BORDER="0"
242BGCOLOR="#E8E8F8"
243WIDTH="100%"
244CELLPADDING="6"
245><TR
246><TD
247><PRE
248CLASS="PROGRAMLISTING"
249>void xmlParserWarning (<A
250HREF="gnome-xml-parser.html#XMLPARSERCTXTPTR"
251>xmlParserCtxtPtr</A
252> ctxt,
253 const char *msg,
254 ...);</PRE
255></TD
256></TR
257></TABLE
258><P
259>Display and format a warning messages, gives file, line, position and
260extra parameters.</P
261><P
262></P
263><DIV
264CLASS="INFORMALTABLE"
265><P
266></P
267><TABLE
268BORDER="0"
269WIDTH="100%"
270BGCOLOR="#FFE0E0"
271CELLSPACING="0"
272CELLPADDING="4"
273CLASS="CALSTABLE"
274><TR
275><TD
276WIDTH="20%"
277ALIGN="RIGHT"
278VALIGN="TOP"
279><TT
280CLASS="PARAMETER"
281><I
282>ctxt</I
283></TT
284>&nbsp;:</TD
285><TD
286WIDTH="80%"
287ALIGN="LEFT"
288VALIGN="TOP"
289> an XML parser context</TD
290></TR
291><TR
292><TD
293WIDTH="20%"
294ALIGN="RIGHT"
295VALIGN="TOP"
296><TT
297CLASS="PARAMETER"
298><I
299>msg</I
300></TT
301>&nbsp;:</TD
302><TD
303WIDTH="80%"
304ALIGN="LEFT"
305VALIGN="TOP"
306> the message to display/transmit</TD
307></TR
308><TR
309><TD
310WIDTH="20%"
311ALIGN="RIGHT"
312VALIGN="TOP"
313><TT
314CLASS="PARAMETER"
315><I
316>...</I
317></TT
318>&nbsp;:</TD
319><TD
320WIDTH="80%"
321ALIGN="LEFT"
322VALIGN="TOP"
323> extra parameters for the message display</TD
324></TR
325></TABLE
326><P
327></P
328></DIV
329></DIV
330></DIV
331><DIV
332CLASS="NAVFOOTER"
333><HR
334ALIGN="LEFT"
335WIDTH="100%"><TABLE
336WIDTH="100%"
337BORDER="0"
338CELLPADDING="0"
339CELLSPACING="0"
340><TR
341><TD
342WIDTH="33%"
343ALIGN="left"
344VALIGN="top"
345><A
346HREF="gnome-xml-valid.html"
347>Prev</A
348></TD
349><TD
350WIDTH="34%"
351ALIGN="center"
352VALIGN="top"
353><A
354HREF="book1.html"
355>Home</A
356></TD
357><TD
358WIDTH="33%"
359ALIGN="right"
360VALIGN="top"
361><A
362HREF="gnome-xml-parserinternals.html"
363>Next</A
364></TD
365></TR
366><TR
367><TD
368WIDTH="33%"
369ALIGN="left"
370VALIGN="top"
371>valid</TD
372><TD
373WIDTH="34%"
374ALIGN="center"
375VALIGN="top"
376><A
377HREF="libxml.html"
378>Up</A
379></TD
380><TD
381WIDTH="33%"
382ALIGN="right"
383VALIGN="top"
384>parserInternals</TD
385></TR
386></TABLE
387></DIV
388></BODY
389></HTML
390>