xmlwrapp
Lightweight C++ XML parsing library
|
An error handler that ignores both errors and warnings. More...
#include <errors.h>
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.