xmlwrapp
Lightweight C++ XML parsing library
Public Member Functions | List of all members
xml::error_handler_ignore_errors Class Reference

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...
 

Detailed Description

An error handler that ignores both errors and warnings.

See also
ignore_errors

Member Function Documentation

◆ on_error()

void xml::error_handler_ignore_errors::on_error ( const std::string &  msg)
inlinevirtual

Called by xmlwrapp to report an error.

Implements xml::error_handler.

◆ on_warning()

void xml::error_handler_ignore_errors::on_warning ( const std::string &  msg)
inlinevirtual

Called by xmlwrapp to report a warning.

Implements xml::error_handler.


The documentation for this class was generated from the following file: