Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

skXMLErrorHandler Class Reference

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

#include <skXMLErrorHandler.h>

Inheritance diagram for skXMLErrorHandler:

List of all members.

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

void fatalError (const SAXParseException& exception)
 This function is called when there is a fatal error - it throws the exception. More...

void resetErrors ()
 this function does nothing.


Detailed Description

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


Member Function Documentation

void skXMLErrorHandler::error ( const SAXParseException & exception )
 

This function is called when there is an error - it throws the exception.

Exceptions:
SAXParseException   - the exception received is thrown

void skXMLErrorHandler::fatalError ( const SAXParseException & exception )
 

This function is called when there is a fatal error - it throws the exception.

Exceptions:
SAXParseException   - the exception received is thrown


The documentation for this class was generated from the following files:
Generated at Mon May 14 08:43:09 2001 for Simkin by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000