1 #ifndef _utl_ReaderErrorReporter_h_
2 #define _utl_ReaderErrorReporter_h_
6 #include <xercesc/sax/ErrorHandler.hpp>
7 #include <xercesc/sax/SAXParseException.hpp>
25 void warning(
const xercesc::SAXParseException& toCatch)
override;
26 void error(
const xercesc::SAXParseException& toCatch)
override;
27 void fatalError(
const xercesc::SAXParseException& toCatch)
override;
void resetErrors() override
std::ostringstream fMessages
void warning(const xercesc::SAXParseException &toCatch) override
void error(const xercesc::SAXParseException &toCatch) override
Collect errors during XML parsing.
void fatalError(const xercesc::SAXParseException &toCatch) override
const std::ostringstream & getMessages() const
bool getSawErrors() const
Reports errors encountered during XML parsing.