#include <common.hh>
Public Member Functions | |
ErrorHandler () | |
void | setCurrentPath (const XPath *path) |
void | setCurrentPosition (int first_line, int first_column, int last_line, int last_column) |
void | setCurrentPosition (const position_t &) |
void | handleError (const char *,...) |
void | handleWarning (const char *,...) |
const std::vector< error_t > & | getErrors () const |
const std::vector< error_t > & | getWarnings () const |
bool | hasErrors () const |
bool | hasWarnings () const |
void | clear () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|