|
xmlwrapp
Lightweight C++ XML parsing library
|
An error handler that ignores both errors and warnings. More...
#include <errors.h>
Inheritance diagram for xml::error_handler_ignore_errors:
Collaboration diagram for xml::error_handler_ignore_errors:Public Member Functions | |
| void | on_error (const std::string &) |
| Called by xmlwrapp to report an error. More... | |
| void | on_warning (const std::string &) |
| Called by xmlwrapp to report a warning. More... | |
An error handler that ignores both errors and warnings.
|
inlinevirtual |
Called by xmlwrapp to report an error.
Implements xml::error_handler.
|
inlinevirtual |
Called by xmlwrapp to report a warning.
Implements xml::error_handler.
1.8.13