ReactOS 0.4.16-dev-2132-g3885311
error.h File Reference
#include <libxml/xmlerror.h>
#include <libxml/xmlversion.h>
Include dependency graph for error.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

XML_HIDDEN void __xmlRaiseError (xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *nod, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg,...) LIBXML_ATTR_FORMAT(16
 
XML_HIDDEN void XML_HIDDEN void __xmlSimpleError (int domain, int code, struct _xmlNode *node, const char *msg, const char *extra) LIBXML_ATTR_FORMAT(4
 
XML_HIDDEN void XML_HIDDEN void XML_HIDDEN void xmlGenericErrorDefaultFunc (void *ctx, const char *msg,...) LIBXML_ATTR_FORMAT(2
 

Function Documentation

◆ __xmlRaiseError()

XML_HIDDEN void __xmlRaiseError ( xmlStructuredErrorFunc  schannel,
xmlGenericErrorFunc  channel,
void data,
void ctx,
void nod,
int  domain,
int  code,
xmlErrorLevel  level,
const char file,
int  line,
const char str1,
const char str2,
const char str3,
int  int1,
int  col,
const char msg,
  ... 
)

◆ __xmlSimpleError()

XML_HIDDEN void XML_HIDDEN void __xmlSimpleError ( int  domain,
int  code,
struct _xmlNode *  node,
const char msg,
const char extra 
)

◆ xmlGenericErrorDefaultFunc()

XML_HIDDEN void XML_HIDDEN void XML_HIDDEN void xmlGenericErrorDefaultFunc ( void ctx,
const char msg,
  ... 
)