DD4hep
1.30.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 80 of file DocumentHandler.cpp.
|
inline |
Constructor.
Definition at line 83 of file DocumentHandler.cpp.
|
inlinevirtual |
Destructor.
Definition at line 86 of file DocumentHandler.cpp.
void dd4hep::xml::DocumentErrorHandler::error | ( | const SAXParseException & | e | ) |
Error handler.
Definition at line 129 of file DocumentHandler.cpp.
void dd4hep::xml::DocumentErrorHandler::fatalError | ( | const SAXParseException & | e | ) |
Fatal error handler.
Definition at line 143 of file DocumentHandler.cpp.
|
virtual |
Dom Error handler callback.
Definition at line 104 of file DocumentHandler.cpp.
|
inline |
Reset errors (Noop)
Definition at line 90 of file DocumentHandler.cpp.
|
inline |
Warnings callback. Ignore them.
Definition at line 93 of file DocumentHandler.cpp.