blob: 23e1b56a80bb1f0cb97a797f7978ff649fd54556 [file] [log] [blame]
Daniel Veillard1566d3a1999-07-15 14:24:29 +00001<HTML
2><HEAD
3><TITLE
4>xml-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"
Daniel Veillard35008381999-10-25 13:15:52 +000012TITLE="Libxml Library Reference"
13HREF="libxml-lib.html"><LINK
Daniel Veillard1566d3a1999-07-15 14:24:29 +000014REL="PREVIOUS"
15TITLE="valid"
16HREF="gnome-xml-valid.html"><LINK
17REL="NEXT"
Daniel Veillard6bd26dc1999-09-03 14:28:40 +000018TITLE="HTMLparser"
19HREF="gnome-xml-htmlparser.html"></HEAD
Daniel Veillard1566d3a1999-07-15 14:24:29 +000020><BODY
21BGCOLOR="#FFFFFF"
22TEXT="#000000"
23><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="gnome-xml-valid.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><A
Daniel Veillard35008381999-10-25 13:15:52 +000085HREF="libxml-lib.html"
Daniel Veillard1566d3a1999-07-15 14:24:29 +000086><FONT
87COLOR="#FFFFFF"
88SIZE="3"
89><B
90>Up</B
91></FONT
92></A
93></B
94></FONT
95></TD
96><TD
97WIDTH="25%"
98BGCOLOR="#C00000"
99ALIGN="right"
100><A
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000101HREF="gnome-xml-htmlparser.html"
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000102><FONT
103COLOR="#FFFFFF"
104SIZE="3"
105><B
106>Next Page &#62;&#62;&#62;</B
107></FONT
108></A
109></TD
110></TR
111></TABLE
112></DIV
113><H1
114>xml-error</H1
115><DIV
116CLASS="REFNAMEDIV"
117><A
Daniel Veillardf600e251999-12-18 15:32:46 +0000118NAME="AEN7387"
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000119></A
120><H2
121>Name</H2
122>xml-error &#8212; </DIV
123><DIV
124CLASS="REFSYNOPSISDIV"
125><A
Daniel Veillardf600e251999-12-18 15:32:46 +0000126NAME="AEN7390"
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000127></A
128><H2
129>Synopsis</H2
130><TABLE
131BORDER="0"
132BGCOLOR="#D6E8FF"
133WIDTH="100%"
134CELLPADDING="6"
135><TR
136><TD
137><PRE
138CLASS="SYNOPSIS"
139>&#13;
140
Daniel Veillardf600e251999-12-18 15:32:46 +0000141#define <A
142HREF="gnome-xml-sax.html#EXTERN"
143>extern</A
144>
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000145enum <A
146HREF="gnome-xml-xml-error.html#XMLPARSERERRORS"
147>xmlParserErrors</A
148>;
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000149void <A
150HREF="gnome-xml-xml-error.html#XMLPARSERERROR"
151>xmlParserError</A
152> (void *ctx,
153 const char *msg,
154 ...);
155void <A
156HREF="gnome-xml-xml-error.html#XMLPARSERWARNING"
157>xmlParserWarning</A
158> (void *ctx,
159 const char *msg,
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000160 ...);
161void <A
Daniel Veillard00fdf371999-10-08 09:40:39 +0000162HREF="gnome-xml-xml-error.html#XMLPARSERVALIDITYERROR"
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000163>xmlParserValidityError</A
164> (void *ctx,
165 const char *msg,
166 ...);
167void <A
Daniel Veillard00fdf371999-10-08 09:40:39 +0000168HREF="gnome-xml-xml-error.html#XMLPARSERVALIDITYWARNING"
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000169>xmlParserValidityWarning</A
170> (void *ctx,
171 const char *msg,
172 ...);
173void <A
174HREF="gnome-xml-xml-error.html#XMLPARSERPRINTFILEINFO"
175>xmlParserPrintFileInfo</A
176> (<A
177HREF="gnome-xml-parser.html#XMLPARSERINPUTPTR"
178>xmlParserInputPtr</A
179> input);
180void <A
181HREF="gnome-xml-xml-error.html#XMLPARSERPRINTFILECONTEXT"
182>xmlParserPrintFileContext</A
183> (<A
184HREF="gnome-xml-parser.html#XMLPARSERINPUTPTR"
185>xmlParserInputPtr</A
186> input);</PRE
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000187></TD
188></TR
189></TABLE
190></DIV
191><DIV
192CLASS="REFSECT1"
193><A
Daniel Veillardf600e251999-12-18 15:32:46 +0000194NAME="AEN7403"
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000195></A
196><H2
197>Description</H2
198><P
199></P
200></DIV
201><DIV
202CLASS="REFSECT1"
203><A
Daniel Veillardf600e251999-12-18 15:32:46 +0000204NAME="AEN7406"
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000205></A
206><H2
207>Details</H2
208><DIV
209CLASS="REFSECT2"
210><A
Daniel Veillardf600e251999-12-18 15:32:46 +0000211NAME="AEN7408"
212></A
213><H3
214><A
215NAME="EXTERN"
216></A
217>extern</H3
218><TABLE
219BORDER="0"
220BGCOLOR="#D6E8FF"
221WIDTH="100%"
222CELLPADDING="6"
223><TR
224><TD
225><PRE
226CLASS="PROGRAMLISTING"
227>#define extern</PRE
228></TD
229></TR
230></TABLE
231><P
232></P
233></DIV
234><HR><DIV
235CLASS="REFSECT2"
236><A
237NAME="AEN7413"
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000238></A
239><H3
240><A
241NAME="XMLPARSERERRORS"
242></A
243>enum xmlParserErrors</H3
244><TABLE
245BORDER="0"
246BGCOLOR="#D6E8FF"
247WIDTH="100%"
248CELLPADDING="6"
249><TR
250><TD
251><PRE
252CLASS="PROGRAMLISTING"
253>typedef enum {
254 XML_ERR_OK = 0,
255 XML_ERR_INTERNAL_ERROR,
256 XML_ERR_NO_MEMORY,
257
Daniel Veillardad219441999-09-27 08:17:49 +0000258 XML_ERR_DOCUMENT_START, /* 3 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000259 XML_ERR_DOCUMENT_EMPTY,
260 XML_ERR_DOCUMENT_END,
261
Daniel Veillardad219441999-09-27 08:17:49 +0000262 XML_ERR_INVALID_HEX_CHARREF, /* 6 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000263 XML_ERR_INVALID_DEC_CHARREF,
264 XML_ERR_INVALID_CHARREF,
265 XML_ERR_INVALID_CHAR,
266
Daniel Veillardad219441999-09-27 08:17:49 +0000267 XML_ERR_CHARREF_AT_EOF, /* 10 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000268 XML_ERR_CHARREF_IN_PROLOG,
269 XML_ERR_CHARREF_IN_EPILOG,
270 XML_ERR_CHARREF_IN_DTD,
271 XML_ERR_ENTITYREF_AT_EOF,
272 XML_ERR_ENTITYREF_IN_PROLOG,
273 XML_ERR_ENTITYREF_IN_EPILOG,
274 XML_ERR_ENTITYREF_IN_DTD,
275 XML_ERR_PEREF_AT_EOF,
276 XML_ERR_PEREF_IN_PROLOG,
277 XML_ERR_PEREF_IN_EPILOG,
278 XML_ERR_PEREF_IN_INT_SUBSET,
279
Daniel Veillardad219441999-09-27 08:17:49 +0000280 XML_ERR_ENTITYREF_NO_NAME, /* 22 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000281 XML_ERR_ENTITYREF_SEMICOL_MISSING,
282
Daniel Veillardad219441999-09-27 08:17:49 +0000283 XML_ERR_PEREF_NO_NAME, /* 24 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000284 XML_ERR_PEREF_SEMICOL_MISSING,
285
Daniel Veillardad219441999-09-27 08:17:49 +0000286 XML_ERR_UNDECLARED_ENTITY, /* 26 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000287 XML_WAR_UNDECLARED_ENTITY,
288 XML_ERR_UNPARSED_ENTITY,
289 XML_ERR_ENTITY_IS_EXTERNAL,
290 XML_ERR_ENTITY_IS_PARAMETER,
291
Daniel Veillardad219441999-09-27 08:17:49 +0000292 XML_ERR_UNKNOWN_ENCODING, /* 31 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000293 XML_ERR_UNSUPPORTED_ENCODING,
294
Daniel Veillardad219441999-09-27 08:17:49 +0000295 XML_ERR_STRING_NOT_STARTED, /* 33 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000296 XML_ERR_STRING_NOT_CLOSED,
297 XML_ERR_NS_DECL_ERROR,
298
Daniel Veillardad219441999-09-27 08:17:49 +0000299 XML_ERR_ENTITY_NOT_STARTED, /* 36 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000300 XML_ERR_ENTITY_NOT_FINISHED,
301
Daniel Veillardad219441999-09-27 08:17:49 +0000302 XML_ERR_LT_IN_ATTRIBUTE, /* 38 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000303 XML_ERR_ATTRIBUTE_NOT_STARTED,
304 XML_ERR_ATTRIBUTE_NOT_FINISHED,
305 XML_ERR_ATTRIBUTE_WITHOUT_VALUE,
306 XML_ERR_ATTRIBUTE_REDEFINED,
307
Daniel Veillardad219441999-09-27 08:17:49 +0000308 XML_ERR_LITERAL_NOT_STARTED, /* 43 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000309 XML_ERR_LITERAL_NOT_FINISHED,
310
Daniel Veillardad219441999-09-27 08:17:49 +0000311 XML_ERR_COMMENT_NOT_FINISHED, /* 45 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000312
Daniel Veillardad219441999-09-27 08:17:49 +0000313 XML_ERR_PI_NOT_STARTED, /* 47 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000314 XML_ERR_PI_NOT_FINISHED,
315
Daniel Veillardad219441999-09-27 08:17:49 +0000316 XML_ERR_NOTATION_NOT_STARTED, /* 49 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000317 XML_ERR_NOTATION_NOT_FINISHED,
318
Daniel Veillardad219441999-09-27 08:17:49 +0000319 XML_ERR_ATTLIST_NOT_STARTED, /* 51 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000320 XML_ERR_ATTLIST_NOT_FINISHED,
321
Daniel Veillardad219441999-09-27 08:17:49 +0000322 XML_ERR_MIXED_NOT_STARTED, /* 53 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000323 XML_ERR_MIXED_NOT_FINISHED,
324
Daniel Veillardad219441999-09-27 08:17:49 +0000325 XML_ERR_ELEMCONTENT_NOT_STARTED, /* 55 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000326 XML_ERR_ELEMCONTENT_NOT_FINISHED,
327
Daniel Veillardad219441999-09-27 08:17:49 +0000328 XML_ERR_XMLDECL_NOT_STARTED, /* 57 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000329 XML_ERR_XMLDECL_NOT_FINISHED,
330
Daniel Veillardad219441999-09-27 08:17:49 +0000331 XML_ERR_CONDSEC_NOT_STARTED, /* 59 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000332 XML_ERR_CONDSEC_NOT_FINISHED,
333
Daniel Veillardad219441999-09-27 08:17:49 +0000334 XML_ERR_EXT_SUBSET_NOT_FINISHED, /* 61 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000335
Daniel Veillardad219441999-09-27 08:17:49 +0000336 XML_ERR_DOCTYPE_NOT_FINISHED, /* 62 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000337
Daniel Veillardad219441999-09-27 08:17:49 +0000338 XML_ERR_MISPLACED_CDATA_END, /* 63 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000339 XML_ERR_CDATA_NOT_FINISHED,
340
Daniel Veillardad219441999-09-27 08:17:49 +0000341 XML_ERR_RESERVED_XML_NAME, /* 65 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000342
Daniel Veillardad219441999-09-27 08:17:49 +0000343 XML_ERR_SPACE_REQUIRED, /* 66 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000344 XML_ERR_SEPARATOR_REQUIRED,
345 XML_ERR_NMTOKEN_REQUIRED,
346 XML_ERR_NAME_REQUIRED,
347 XML_ERR_PCDATA_REQUIRED,
348 XML_ERR_URI_REQUIRED,
349 XML_ERR_PUBID_REQUIRED,
350 XML_ERR_LT_REQUIRED,
351 XML_ERR_GT_REQUIRED,
352 XML_ERR_LTSLASH_REQUIRED,
353 XML_ERR_EQUAL_REQUIRED,
354
Daniel Veillardad219441999-09-27 08:17:49 +0000355 XML_ERR_TAG_NAME_MISMATCH, /* 77 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000356 XML_ERR_TAG_NOT_FINISED,
357
Daniel Veillardad219441999-09-27 08:17:49 +0000358 XML_ERR_STANDALONE_VALUE, /* 79 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000359
Daniel Veillardad219441999-09-27 08:17:49 +0000360 XML_ERR_ENCODING_NAME, /* 80 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000361
Daniel Veillardad219441999-09-27 08:17:49 +0000362 XML_ERR_HYPHEN_IN_COMMENT /* 81 */
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000363
364}xmlParserErrors;</PRE
365></TD
366></TR
367></TABLE
368><P
369></P
370></DIV
371><HR><DIV
372CLASS="REFSECT2"
373><A
Daniel Veillardf600e251999-12-18 15:32:46 +0000374NAME="AEN7418"
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000375></A
376><H3
377><A
378NAME="XMLPARSERERROR"
379></A
380>xmlParserError ()</H3
381><TABLE
382BORDER="0"
383BGCOLOR="#D6E8FF"
384WIDTH="100%"
385CELLPADDING="6"
386><TR
387><TD
388><PRE
389CLASS="PROGRAMLISTING"
390>void xmlParserError (void *ctx,
391 const char *msg,
392 ...);</PRE
393></TD
394></TR
395></TABLE
396><P
397>Display and format an error messages, gives file, line, position and
398extra parameters.</P
399><P
400></P
401><DIV
402CLASS="INFORMALTABLE"
403><P
404></P
405><TABLE
406BORDER="0"
407WIDTH="100%"
408BGCOLOR="#FFD0D0"
409CELLSPACING="0"
410CELLPADDING="4"
411CLASS="CALSTABLE"
412><TR
413><TD
414WIDTH="20%"
415ALIGN="RIGHT"
416VALIGN="TOP"
417><TT
418CLASS="PARAMETER"
419><I
420>ctx</I
421></TT
422>&nbsp;:</TD
423><TD
424WIDTH="80%"
425ALIGN="LEFT"
426VALIGN="TOP"
Daniel Veillard35008381999-10-25 13:15:52 +0000427> an XML parser context</TD
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000428></TR
429><TR
430><TD
431WIDTH="20%"
432ALIGN="RIGHT"
433VALIGN="TOP"
434><TT
435CLASS="PARAMETER"
436><I
437>msg</I
438></TT
439>&nbsp;:</TD
440><TD
441WIDTH="80%"
442ALIGN="LEFT"
443VALIGN="TOP"
Daniel Veillard35008381999-10-25 13:15:52 +0000444> the message to display/transmit</TD
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000445></TR
446><TR
447><TD
448WIDTH="20%"
449ALIGN="RIGHT"
450VALIGN="TOP"
451><TT
452CLASS="PARAMETER"
453><I
454>...</I
455></TT
456>&nbsp;:</TD
457><TD
458WIDTH="80%"
459ALIGN="LEFT"
460VALIGN="TOP"
Daniel Veillard35008381999-10-25 13:15:52 +0000461> extra parameters for the message display</TD
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000462></TR
463></TABLE
464><P
465></P
466></DIV
467></DIV
468><HR><DIV
469CLASS="REFSECT2"
470><A
Daniel Veillardf600e251999-12-18 15:32:46 +0000471NAME="AEN7441"
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000472></A
473><H3
474><A
475NAME="XMLPARSERWARNING"
476></A
477>xmlParserWarning ()</H3
478><TABLE
479BORDER="0"
480BGCOLOR="#D6E8FF"
481WIDTH="100%"
482CELLPADDING="6"
483><TR
484><TD
485><PRE
486CLASS="PROGRAMLISTING"
487>void xmlParserWarning (void *ctx,
488 const char *msg,
489 ...);</PRE
490></TD
491></TR
492></TABLE
493><P
494>Display and format a warning messages, gives file, line, position and
495extra parameters.</P
496><P
497></P
498><DIV
499CLASS="INFORMALTABLE"
500><P
501></P
502><TABLE
503BORDER="0"
504WIDTH="100%"
505BGCOLOR="#FFD0D0"
506CELLSPACING="0"
507CELLPADDING="4"
508CLASS="CALSTABLE"
509><TR
510><TD
511WIDTH="20%"
512ALIGN="RIGHT"
513VALIGN="TOP"
514><TT
515CLASS="PARAMETER"
516><I
517>ctx</I
518></TT
519>&nbsp;:</TD
520><TD
521WIDTH="80%"
522ALIGN="LEFT"
523VALIGN="TOP"
Daniel Veillard35008381999-10-25 13:15:52 +0000524> an XML parser context</TD
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000525></TR
526><TR
527><TD
528WIDTH="20%"
529ALIGN="RIGHT"
530VALIGN="TOP"
531><TT
532CLASS="PARAMETER"
533><I
534>msg</I
535></TT
536>&nbsp;:</TD
537><TD
538WIDTH="80%"
539ALIGN="LEFT"
540VALIGN="TOP"
Daniel Veillard35008381999-10-25 13:15:52 +0000541> the message to display/transmit</TD
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000542></TR
543><TR
544><TD
545WIDTH="20%"
546ALIGN="RIGHT"
547VALIGN="TOP"
548><TT
549CLASS="PARAMETER"
550><I
551>...</I
552></TT
553>&nbsp;:</TD
554><TD
555WIDTH="80%"
556ALIGN="LEFT"
557VALIGN="TOP"
Daniel Veillard35008381999-10-25 13:15:52 +0000558> extra parameters for the message display</TD
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000559></TR
560></TABLE
561><P
562></P
563></DIV
564></DIV
565><HR><DIV
566CLASS="REFSECT2"
567><A
Daniel Veillardf600e251999-12-18 15:32:46 +0000568NAME="AEN7464"
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000569></A
570><H3
571><A
572NAME="XMLPARSERVALIDITYERROR"
573></A
574>xmlParserValidityError ()</H3
575><TABLE
576BORDER="0"
577BGCOLOR="#D6E8FF"
578WIDTH="100%"
579CELLPADDING="6"
580><TR
581><TD
582><PRE
583CLASS="PROGRAMLISTING"
584>void xmlParserValidityError (void *ctx,
585 const char *msg,
586 ...);</PRE
587></TD
588></TR
589></TABLE
590><P
591>Display and format an validity error messages, gives file,
592line, position and extra parameters.</P
593><P
594></P
595><DIV
596CLASS="INFORMALTABLE"
597><P
598></P
599><TABLE
600BORDER="0"
601WIDTH="100%"
602BGCOLOR="#FFD0D0"
603CELLSPACING="0"
604CELLPADDING="4"
605CLASS="CALSTABLE"
606><TR
607><TD
608WIDTH="20%"
609ALIGN="RIGHT"
610VALIGN="TOP"
611><TT
612CLASS="PARAMETER"
613><I
614>ctx</I
615></TT
616>&nbsp;:</TD
617><TD
618WIDTH="80%"
619ALIGN="LEFT"
620VALIGN="TOP"
Daniel Veillard35008381999-10-25 13:15:52 +0000621> an XML parser context</TD
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000622></TR
623><TR
624><TD
625WIDTH="20%"
626ALIGN="RIGHT"
627VALIGN="TOP"
628><TT
629CLASS="PARAMETER"
630><I
631>msg</I
632></TT
633>&nbsp;:</TD
634><TD
635WIDTH="80%"
636ALIGN="LEFT"
637VALIGN="TOP"
Daniel Veillard35008381999-10-25 13:15:52 +0000638> the message to display/transmit</TD
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000639></TR
640><TR
641><TD
642WIDTH="20%"
643ALIGN="RIGHT"
644VALIGN="TOP"
645><TT
646CLASS="PARAMETER"
647><I
648>...</I
649></TT
650>&nbsp;:</TD
651><TD
652WIDTH="80%"
653ALIGN="LEFT"
654VALIGN="TOP"
Daniel Veillard35008381999-10-25 13:15:52 +0000655> extra parameters for the message display</TD
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000656></TR
657></TABLE
658><P
659></P
660></DIV
661></DIV
662><HR><DIV
663CLASS="REFSECT2"
664><A
Daniel Veillardf600e251999-12-18 15:32:46 +0000665NAME="AEN7487"
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000666></A
667><H3
668><A
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000669NAME="XMLPARSERVALIDITYWARNING"
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000670></A
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000671>xmlParserValidityWarning ()</H3
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000672><TABLE
673BORDER="0"
674BGCOLOR="#D6E8FF"
675WIDTH="100%"
676CELLPADDING="6"
677><TR
678><TD
679><PRE
680CLASS="PROGRAMLISTING"
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000681>void xmlParserValidityWarning (void *ctx,
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000682 const char *msg,
683 ...);</PRE
684></TD
685></TR
686></TABLE
687><P
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000688>Display and format a validity warning messages, gives file, line,
689position and extra parameters.</P
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000690><P
691></P
692><DIV
693CLASS="INFORMALTABLE"
694><P
695></P
696><TABLE
697BORDER="0"
698WIDTH="100%"
699BGCOLOR="#FFD0D0"
700CELLSPACING="0"
701CELLPADDING="4"
702CLASS="CALSTABLE"
703><TR
704><TD
705WIDTH="20%"
706ALIGN="RIGHT"
707VALIGN="TOP"
708><TT
709CLASS="PARAMETER"
710><I
711>ctx</I
712></TT
713>&nbsp;:</TD
714><TD
715WIDTH="80%"
716ALIGN="LEFT"
717VALIGN="TOP"
Daniel Veillard35008381999-10-25 13:15:52 +0000718> an XML parser context</TD
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000719></TR
720><TR
721><TD
722WIDTH="20%"
723ALIGN="RIGHT"
724VALIGN="TOP"
725><TT
726CLASS="PARAMETER"
727><I
728>msg</I
729></TT
730>&nbsp;:</TD
731><TD
732WIDTH="80%"
733ALIGN="LEFT"
734VALIGN="TOP"
Daniel Veillard35008381999-10-25 13:15:52 +0000735> the message to display/transmit</TD
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000736></TR
737><TR
738><TD
739WIDTH="20%"
740ALIGN="RIGHT"
741VALIGN="TOP"
742><TT
743CLASS="PARAMETER"
744><I
745>...</I
746></TT
747>&nbsp;:</TD
748><TD
749WIDTH="80%"
750ALIGN="LEFT"
751VALIGN="TOP"
Daniel Veillard35008381999-10-25 13:15:52 +0000752> extra parameters for the message display</TD
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000753></TR
754></TABLE
755><P
756></P
757></DIV
758></DIV
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000759><HR><DIV
760CLASS="REFSECT2"
761><A
Daniel Veillardf600e251999-12-18 15:32:46 +0000762NAME="AEN7510"
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000763></A
764><H3
765><A
766NAME="XMLPARSERPRINTFILEINFO"
767></A
768>xmlParserPrintFileInfo ()</H3
769><TABLE
770BORDER="0"
771BGCOLOR="#D6E8FF"
772WIDTH="100%"
773CELLPADDING="6"
774><TR
775><TD
776><PRE
777CLASS="PROGRAMLISTING"
778>void xmlParserPrintFileInfo (<A
779HREF="gnome-xml-parser.html#XMLPARSERINPUTPTR"
780>xmlParserInputPtr</A
781> input);</PRE
782></TD
783></TR
784></TABLE
785><P
786>Displays the associated file and line informations for the current input</P
787><P
788></P
789><DIV
790CLASS="INFORMALTABLE"
791><P
792></P
793><TABLE
794BORDER="0"
795WIDTH="100%"
796BGCOLOR="#FFD0D0"
797CELLSPACING="0"
798CELLPADDING="4"
799CLASS="CALSTABLE"
800><TR
801><TD
802WIDTH="20%"
803ALIGN="RIGHT"
804VALIGN="TOP"
805><TT
806CLASS="PARAMETER"
807><I
808>input</I
809></TT
810>&nbsp;:</TD
811><TD
812WIDTH="80%"
813ALIGN="LEFT"
814VALIGN="TOP"
Daniel Veillard35008381999-10-25 13:15:52 +0000815> an xmlParserInputPtr input</TD
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000816></TR
817></TABLE
818><P
819></P
820></DIV
821></DIV
822><HR><DIV
823CLASS="REFSECT2"
824><A
Daniel Veillardf600e251999-12-18 15:32:46 +0000825NAME="AEN7526"
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000826></A
827><H3
828><A
829NAME="XMLPARSERPRINTFILECONTEXT"
830></A
831>xmlParserPrintFileContext ()</H3
832><TABLE
833BORDER="0"
834BGCOLOR="#D6E8FF"
835WIDTH="100%"
836CELLPADDING="6"
837><TR
838><TD
839><PRE
840CLASS="PROGRAMLISTING"
841>void xmlParserPrintFileContext (<A
842HREF="gnome-xml-parser.html#XMLPARSERINPUTPTR"
843>xmlParserInputPtr</A
844> input);</PRE
845></TD
846></TR
847></TABLE
848><P
849>Displays current context within the input content for error tracking</P
850><P
851></P
852><DIV
853CLASS="INFORMALTABLE"
854><P
855></P
856><TABLE
857BORDER="0"
858WIDTH="100%"
859BGCOLOR="#FFD0D0"
860CELLSPACING="0"
861CELLPADDING="4"
862CLASS="CALSTABLE"
863><TR
864><TD
865WIDTH="20%"
866ALIGN="RIGHT"
867VALIGN="TOP"
868><TT
869CLASS="PARAMETER"
870><I
871>input</I
872></TT
873>&nbsp;:</TD
874><TD
875WIDTH="80%"
876ALIGN="LEFT"
877VALIGN="TOP"
Daniel Veillard35008381999-10-25 13:15:52 +0000878> an xmlParserInputPtr input</TD
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000879></TR
880></TABLE
881><P
882></P
883></DIV
884></DIV
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000885></DIV
886><DIV
887CLASS="NAVFOOTER"
Daniel Veillard00fdf371999-10-08 09:40:39 +0000888><BR
889CLEAR="all"><BR><TABLE
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000890WIDTH="100%"
891BORDER="0"
892BGCOLOR="#000000"
893CELLPADDING="1"
894CELLSPACING="0"
895><TR
896><TD
897WIDTH="25%"
898BGCOLOR="#C00000"
899ALIGN="left"
900><A
901HREF="gnome-xml-valid.html"
902><FONT
903COLOR="#FFFFFF"
904SIZE="3"
905><B
906>&#60;&#60;&#60; Previous Page</B
907></FONT
908></A
909></TD
910><TD
911WIDTH="25%"
912BGCOLOR="#0000C0"
913ALIGN="center"
914><FONT
915COLOR="#FFFFFF"
916SIZE="3"
917><B
918><A
919HREF="book1.html"
920><FONT
921COLOR="#FFFFFF"
922SIZE="3"
923><B
924>Home</B
925></FONT
926></A
927></B
928></FONT
929></TD
930><TD
931WIDTH="25%"
932BGCOLOR="#00C000"
933ALIGN="center"
934><FONT
935COLOR="#FFFFFF"
936SIZE="3"
937><B
938><A
Daniel Veillard35008381999-10-25 13:15:52 +0000939HREF="libxml-lib.html"
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000940><FONT
941COLOR="#FFFFFF"
942SIZE="3"
943><B
944>Up</B
945></FONT
946></A
947></B
948></FONT
949></TD
950><TD
951WIDTH="25%"
952BGCOLOR="#C00000"
953ALIGN="right"
954><A
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000955HREF="gnome-xml-htmlparser.html"
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000956><FONT
957COLOR="#FFFFFF"
958SIZE="3"
959><B
960>Next Page &#62;&#62;&#62;</B
961></FONT
962></A
963></TD
964></TR
965><TR
966><TD
967COLSPAN="2"
968ALIGN="left"
969><FONT
970COLOR="#FFFFFF"
971SIZE="3"
972><B
973>valid</B
974></FONT
975></TD
976><TD
977COLSPAN="2"
978ALIGN="right"
979><FONT
980COLOR="#FFFFFF"
981SIZE="3"
982><B
Daniel Veillard6bd26dc1999-09-03 14:28:40 +0000983>HTMLparser</B
Daniel Veillard1566d3a1999-07-15 14:24:29 +0000984></FONT
985></TD
986></TR
987></TABLE
988></DIV
989></BODY
990></HTML
991>