Whole document tree
    

Whole document tree

error

error

Name

error — one line description goes here.

Synopsis



void        xmlParserError                  (xmlParserCtxtPtr ctxt,
                                             const char *msg,
                                             ...);
void        xmlParserWarning                (xmlParserCtxtPtr ctxt,
                                             const char *msg,
                                             ...);

Description

Details


xmlParserError()

void        xmlParserError                  (xmlParserCtxtPtr ctxt,
                                             const char *msg,
                                             ...);

Display and format an error messages, gives file, line, position and extra parameters.

ctxt : an XML parser context
msg : the message to display/transmit
... : extra parameters for the message display


xmlParserWarning()

void        xmlParserWarning                (xmlParserCtxtPtr ctxt,
                                             const char *msg,
                                             ...);

Display and format a warning messages, gives file, line, position and extra parameters.

ctxt : an XML parser context
msg : the message to display/transmit
... : extra parameters for the message display