#include <XercesQgarErrorHandlerAdaptor.H>
Definition at line 68 of file XercesQgarErrorHandlerAdaptor.H.
Public Member Functions | |
| virtual void | warning (const xercesc::SAXParseException &exception) |
| virtual void | error (const xercesc::SAXParseException &exception) |
| virtual void | fatalError (const xercesc::SAXParseException &exception) |
| virtual void | resetErrors () |
Constructors | |
| XercesQgarErrorHandlerAdaptor (qgxml::ErrorHandler *handler) | |
| Default constructor. | |
Destructor | |
| virtual | ~XercesQgarErrorHandlerAdaptor () |
| Destructor. | |
Protected Attributes | |
| qgxml::ErrorHandler * | _impl |
| XercesStringConverter | _sc |
|
|
Default constructor.
Definition at line 64 of file XercesQgarErrorHandlerAdaptor.C. References _impl. |
|
|
Destructor.
Definition at line 76 of file XercesQgarErrorHandlerAdaptor.C. |
|
|
Definition at line 105 of file XercesQgarErrorHandlerAdaptor.C. References _impl, _sc, and qgxml::ErrorHandler::error(). |
|
|
Definition at line 124 of file XercesQgarErrorHandlerAdaptor.C. References _impl, _sc, and qgxml::ErrorHandler::fatalError(). |
|
|
Definition at line 143 of file XercesQgarErrorHandlerAdaptor.C. |
|
|
Definition at line 86 of file XercesQgarErrorHandlerAdaptor.C. References _impl, _sc, and qgxml::ErrorHandler::warning(). |
|
|
Definition at line 111 of file XercesQgarErrorHandlerAdaptor.H. Referenced by error(), fatalError(), warning(), and XercesQgarErrorHandlerAdaptor(). |
|
|
Definition at line 113 of file XercesQgarErrorHandlerAdaptor.H. Referenced by error(), fatalError(), and warning(). |