xmlwrapp
Lightweight C++ XML parsing library
|
Specialization of error_handler that throws on any error or warning. More...
#include <errors.h>
Public Member Functions | |
void | on_warning (const std::string &msg) |
Called by xmlwrapp to report a warning. More... | |
void | on_error (const std::string &msg) |
Called by xmlwrapp to report an error. More... | |
Specialization of error_handler that throws on any error or warning.
|
inlinevirtualinherited |
Called by xmlwrapp to report an error.
Implements xml::error_handler.
|
inlinevirtual |
Called by xmlwrapp to report a warning.
Reimplemented from xml::error_handler_throw_on_error.
References xml::ignore_errors, xml::throw_on_error, and xml::throw_on_error_or_warning.