DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Member Functions | List of all members
dd4hep::xml::DocumentErrorHandler Class Reference

XML-DOM ERror handler class for the XercesC document parser. More...

Inheritance diagram for dd4hep::xml::DocumentErrorHandler:
ErrorHandler DOMErrorHandler

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

Detailed Description

XML-DOM ERror handler class for the XercesC document parser.

Definition at line 80 of file DocumentHandler.cpp.

Constructor & Destructor Documentation

◆ DocumentErrorHandler()

dd4hep::xml::DocumentErrorHandler::DocumentErrorHandler ( )
inline

Constructor.

Definition at line 83 of file DocumentHandler.cpp.

◆ ~DocumentErrorHandler()

virtual dd4hep::xml::DocumentErrorHandler::~DocumentErrorHandler ( )
inlinevirtual

Destructor.

Definition at line 86 of file DocumentHandler.cpp.

Member Function Documentation

◆ error()

void dd4hep::xml::DocumentErrorHandler::error ( const SAXParseException &  e)

Error handler.

Definition at line 129 of file DocumentHandler.cpp.

◆ fatalError()

void dd4hep::xml::DocumentErrorHandler::fatalError ( const SAXParseException &  e)

Fatal error handler.

Definition at line 143 of file DocumentHandler.cpp.

◆ handleError()

bool dd4hep::xml::DocumentErrorHandler::handleError ( const DOMError &  domError)
virtual

Dom Error handler callback.

Definition at line 104 of file DocumentHandler.cpp.

◆ resetErrors()

void dd4hep::xml::DocumentErrorHandler::resetErrors ( )
inline

Reset errors (Noop)

Definition at line 90 of file DocumentHandler.cpp.

◆ warning()

void dd4hep::xml::DocumentErrorHandler::warning ( const SAXParseException &  )
inline

Warnings callback. Ignore them.

Definition at line 93 of file DocumentHandler.cpp.


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