Details
xmlParserError ()
void xmlParserError (void *ctx,
const char *msg,
...); |
Display and format an error messages, gives file, line, position and
extra parameters.
xmlParserWarning ()
void xmlParserWarning (void *ctx,
const char *msg,
...); |
Display and format a warning messages, gives file, line, position and
extra parameters.
xmlParserValidityError ()
void xmlParserValidityError (void *ctx,
const char *msg,
...); |
Display and format an validity error messages, gives file,
line, position and extra parameters.
xmlParserValidityWarning ()
void xmlParserValidityWarning (void *ctx,
const char *msg,
...); |
Display and format a validity warning messages, gives file, line,
position and extra parameters.
xmlParserPrintFileInfo ()
Displays the associated file and line informations for the current input
xmlParserPrintFileContext ()
Displays current context within the input content for error tracking