![]() |
DD4hep
1.33.0
Detector Description Toolkit for High Energy Physics
|
XML-DOM ERror handler class for the XercesC document parser. More...
Public Member Functions | |
| DocumentErrorHandler () | |
| Constructor. More... | |
| virtual | ~DocumentErrorHandler () |
| Destructor. More... | |
| void | resetErrors () |
| Reset errors (Noop) More... | |
| void | warning (const SAXParseException &) |
| Warnings callback. Ignore them. More... | |
| void | error (const SAXParseException &e) |
| Error handler. More... | |
| void | fatalError (const SAXParseException &e) |
| Fatal error handler. More... | |
| virtual bool | handleError (const DOMError &domError) |
| Dom Error handler callback. More... | |
XML-DOM ERror handler class for the XercesC document parser.
Definition at line 79 of file DocumentHandler.cpp.
|
inline |
Constructor.
Definition at line 82 of file DocumentHandler.cpp.
|
inlinevirtual |
Destructor.
Definition at line 85 of file DocumentHandler.cpp.
| void dd4hep::xml::DocumentErrorHandler::error | ( | const SAXParseException & | e | ) |
Error handler.
Definition at line 128 of file DocumentHandler.cpp.
| void dd4hep::xml::DocumentErrorHandler::fatalError | ( | const SAXParseException & | e | ) |
Fatal error handler.
Definition at line 142 of file DocumentHandler.cpp.
|
virtual |
Dom Error handler callback.
Definition at line 103 of file DocumentHandler.cpp.
|
inline |
Reset errors (Noop)
Definition at line 89 of file DocumentHandler.cpp.
|
inline |
Warnings callback. Ignore them.
Definition at line 92 of file DocumentHandler.cpp.
1.8.18