|
BOSS 7.1.1
BESIII Offline Software System
|
Inheritance diagram for XmlErrorHandler:Public Member Functions | |
| XmlErrorHandler (std::ostream &errOut=std::cerr) | |
| ~XmlErrorHandler () | |
| void | warning (const SAXParseException &exception) |
| void | error (const SAXParseException &exception) |
| void | fatalError (const SAXParseException &exception) |
| void | resetErrors () |
| int | getWarningCount () const |
| int | getErrorCount () const |
| int | getFatalCount () const |
Definition at line 18 of file entity_test.cxx.
|
inline |
Definition at line 20 of file entity_test.cxx.
|
inline |
Definition at line 22 of file entity_test.cxx.
| void XmlErrorHandler::error | ( | const SAXParseException & | exception | ) |
Definition at line 166 of file entity_test.cxx.
| void XmlErrorHandler::fatalError | ( | const SAXParseException & | exception | ) |
Definition at line 180 of file entity_test.cxx.
|
inline |
Definition at line 29 of file entity_test.cxx.
|
inline |
Definition at line 30 of file entity_test.cxx.
|
inline |
Definition at line 28 of file entity_test.cxx.
| void XmlErrorHandler::resetErrors | ( | ) |
Definition at line 202 of file entity_test.cxx.
Referenced by XmlErrorHandler().
| void XmlErrorHandler::warning | ( | const SAXParseException & | exception | ) |
Definition at line 162 of file entity_test.cxx.