class skXMLErrorHandler : public ErrorHandler

This class picks up errors encountered while parsing an XML document and throws SAXParseExceptions

Inheritance:

skXMLErrorHandler


Public Methods

void warning(const SAXParseException& exception)
This function is called when there is a warning - it does nothing
void error(const SAXParseException& exception)
This function is called when there is an error - it throws the exception
void fatalError(const SAXParseException& exception)
This function is called when there is a fatal error - it throws the exception
void resetErrors()
this function does nothing

Documentation

This class picks up errors encountered while parsing an XML document and throws SAXParseExceptions
void warning(const SAXParseException& exception)
This function is called when there is a warning - it does nothing

void error(const SAXParseException& exception)
This function is called when there is an error - it throws the exception
Throws:
SAXParseException - the exception received is thrown

void fatalError(const SAXParseException& exception)
This function is called when there is a fatal error - it throws the exception
Throws:
SAXParseException - the exception received is thrown

void resetErrors()
this function does nothing


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de