--- embedaddon/libxml2/doc/html/libxml-xmlerror.html 2012/02/21 23:37:59 1.1.1.1 +++ embedaddon/libxml2/doc/html/libxml-xmlerror.html 2014/06/15 19:53:36 1.1.1.3 @@ -10,7 +10,7 @@ A:link, A:visited, A:active { text-decoration: underli 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

Structure xmlError
struct _xmlError + 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

Structure xmlError
struct _xmlError
Enum xmlErrorDomain
 
Enum xmlErrorLevel
 
Typedef xmlError * xmlErrorPtr
@@ -81,6 +81,8 @@ void	xmlStructuredEr
     XML_FROM_MODULE = 26 : The dynamically loaded module modul
     XML_FROM_I18N = 27 : The module handling character conversion
     XML_FROM_SCHEMATRONV = 28 : The Schematron validator module
+    XML_FROM_BUFFER = 29 : The buffers module
+    XML_FROM_URI = 30 : The URI module
 }
 

Enum xmlErrorLevel

Enum xmlErrorLevel {
     XML_ERR_NONE = 0
@@ -199,6 +201,8 @@ void	xmlStructuredEr
     XML_WAR_ENTITY_REDEFINED = 107 : 107
     XML_ERR_UNKNOWN_VERSION = 108 : 108
     XML_ERR_VERSION_MISMATCH = 109 : 109
+    XML_ERR_NAME_TOO_LONG = 110 : 110
+    XML_ERR_USER_STOP = 111 : 111
     XML_NS_ERR_XML_NAMESPACE = 200
     XML_NS_ERR_UNDEFINED_NAMESPACE = 201 : 201
     XML_NS_ERR_QNAME = 202 : 202
@@ -820,8 +824,7 @@ void	xmlStructuredEr
     XML_I18N_EXCESS_HANDLER = 6002 : 6002
     XML_I18N_CONV_FAILED = 6003 : 6003
     XML_I18N_NO_OUTPUT = 6004 : 6004
-    XML_CHECK_ = 6005 : 5033
-    XML_CHECK_X = 6006 : 503
+    XML_BUF_OVERFLOW = 7000
 }
 

Function: initGenericErrorDefaultFunc

void	initGenericErrorDefaultFunc	(xmlGenericErrorFunc * handler)

Set or reset (if NULL) the default handler for generic errors to the builtin error function.