1 #ifndef ots_DOMTreeErrorReporter_h
2 #define ots_DOMTreeErrorReporter_h
5 #include <xercesc/sax/ErrorHandler.hpp>
6 #include <xercesc/sax/SAXParseException.hpp>
16 void warning(
const xercesc::SAXParseException& exception);
17 void error(
const xercesc::SAXParseException& exception);
18 void fatalError(
const xercesc::SAXParseException& exception);
19 void resetErrors(
void);
22 std::string reportParseException(
const xercesc::SAXParseException& exception);
defines used also by OtsConfigurationWizardSupervisor