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>

List of all members.

Public Member Functions

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


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 on Fri Dec 17 20:27:36 2004 for Simkin by doxygen1.3