From be5869729a416032a4abb5a65430d25831828f75 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 18 Nov 2003 20:56:51 +0000 Subject: modified the file header to add more informations, painful... updated to * include/libxml/*.h include/libxml/*.h.in: modified the file header to add more informations, painful... * genChRanges.py genUnicode.py: updated to generate said changes in headers * doc/apibuild.py: extract headers, add them to libxml2-api.xml * *.html *.xsl *.xml: updated the stylesheets to flag geprecated APIs modules. Updated the stylesheets, some cleanups, regenerated * doc/html/*.html: regenerated added back book1 and libxml-lib.html Daniel --- doc/html/libxml-xmlerror.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/html/libxml-xmlerror.html') diff --git a/doc/html/libxml-xmlerror.html b/doc/html/libxml-xmlerror.html index 76cd808f..d8e2714e 100644 --- a/doc/html/libxml-xmlerror.html +++ b/doc/html/libxml-xmlerror.html @@ -8,8 +8,9 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } Module xmlerror from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlerror from libxml2

API Menu
API Indexes
Related links

Table of Contents

void	xmlParserWarning	(void * ctx, 
const char * msg,
... ...)
+ Module xmlerror from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlerror from libxml2

API Menu
API Indexes
Related links

the API used to report errors

Table of Contents

void	xmlParserWarning	(void * ctx, 
const char * msg,
... ...)
Enum xmlErrorDomain {
     XML_FROM_NONE = 0
     XML_FROM_PARSER = 1 : The XML parser
@@ -45,9 +46,9 @@ void	xmlStructuredErrorFunc	(void * userData, 
void xmlSetGenericErrorFunc (void * ctx,
xmlGenericErrorFunc handler)
void	xmlParserPrintFileContext	(xmlParserInputPtr input)
Structure xmlError
struct _xmlError { - int domain : What part of the library raised this error + int domain : What part of the library raised this er int code : The error code, e.g. an xmlParserError - char * message : human-readable informative error message + char * message : human-readable informative error messag xmlErrorLevel level : how consequent is the error char * file : the filename int line : the line number if available @@ -621,4 +622,4 @@ void xmlGenericErrorFunc (void * ctx,
const char * msg,
.. -

Daniel Veillard

+

Daniel Veillard

-- cgit v1.2.1