artefaktur
software engineer &        architecture

 
 
 
 

class CollectiveErrorHandler

Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

org::xml::sax::helpers::CollectiveErrorHandler Class Reference

#include <CollectiveErrorHandler.h>

Inheritance diagram for org::xml::sax::helpers::CollectiveErrorHandler:

acdk::lang::Object org::xml::sax::ErrorHandler acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Detailed Description

This ErrorHandler just collect the warnings and errors.


Public Member Functions

 CollectiveErrorHandler ()
virtual void warning (IN(RSAXParseException) saxparseexception) throw ( RSAXException )
 Receive notification of a warning.

virtual void error (IN(RSAXParseException) saxparseexception) throw ( RSAXException )
 Receive notification of a recoverable error.

virtual void fatalError (IN(RSAXParseException) saxparseexception) throw ( RSAXException )
 Receive notification of a non-recoverable error.

bool hasErrors ()
bool hasFatalErrors ()
bool hasWarnings ()
bool hasAnyErrors ()

Public Attributes

RSAXParseExceptionArray _warnings
RSAXParseExceptionArray _errors
RSAXParseExceptionArray _fatalErrors

Constructor & Destructor Documentation

org::xml::sax::helpers::CollectiveErrorHandler::CollectiveErrorHandler  )  [inline]
 


Member Function Documentation

virtual void org::xml::sax::helpers::CollectiveErrorHandler::error IN(RSAXParseException saxparseexception  )  throw ( RSAXException ) [inline, virtual]
 

Receive notification of a recoverable error.

This corresponds to the definition of error in section 1.2 of the W3C XML 1.0 Recommendation. For example, a validating parser would use this callback to report the violation of a validity constraint. The default behaviour is to take no action.

The SAX parser must continue to provide normal parsing events after invoking this method: it should still be possible for the application to process the document through to the end. If the application cannot do so, then the parser should report a fatal error even if the XML 1.0 recommendation does not require it to do so.

Filters may use this method to report other, non-XML errors as well.

Parameters:
exception The error information encapsulated in a SAX parse exception.
Exceptions:
org.xml.sax.SAXException Any SAX exception, possibly wrapping another exception.
See also:
org::xml::sax::SAXParseException

Implements org::xml::sax::ErrorHandler.

virtual void org::xml::sax::helpers::CollectiveErrorHandler::fatalError IN(RSAXParseException saxparseexception  )  throw ( RSAXException ) [inline, virtual]
 

Receive notification of a non-recoverable error.

This corresponds to the definition of fatal error in section 1.2 of the W3C XML 1.0 Recommendation. For example, a parser would use this callback to report the violation of a well-formedness constraint.

The application must assume that the document is unusable after the parser has invoked this method, and should continue (if at all) only for the sake of collecting addition error messages: in fact, SAX parsers are free to stop reporting any other events once this method has been invoked.

Parameters:
exception The error information encapsulated in a SAX parse exception.
Exceptions:
org.xml.sax.SAXException Any SAX exception, possibly wrapping another exception.
See also:
org::xml::sax::SAXParseException

Implements org::xml::sax::ErrorHandler.

bool org::xml::sax::helpers::CollectiveErrorHandler::hasAnyErrors  )  [inline]
 

bool org::xml::sax::helpers::CollectiveErrorHandler::hasErrors  )  [inline]
 

bool org::xml::sax::helpers::CollectiveErrorHandler::hasFatalErrors  )  [inline]
 

bool org::xml::sax::helpers::CollectiveErrorHandler::hasWarnings  )  [inline]
 

virtual void org::xml::sax::helpers::CollectiveErrorHandler::warning IN(RSAXParseException saxparseexception  )  throw ( RSAXException ) [inline, virtual]
 

Receive notification of a warning.

SAX parsers will use this method to report conditions that are not errors or fatal errors as defined by the XML 1.0 recommendation. The default behaviour is to take no action.

The SAX parser must continue to provide normal parsing events after invoking this method: it should still be possible for the application to process the document through to the end.

Filters may use this method to report other, non-XML warnings as well.

Parameters:
exception The warning information encapsulated in a SAX parse exception.
Exceptions:
org.xml.sax.SAXException Any SAX exception, possibly wrapping another exception.
See also:
org::xml::sax::SAXParseException

Implements org::xml::sax::ErrorHandler.


Member Data Documentation

RSAXParseExceptionArray org::xml::sax::helpers::CollectiveErrorHandler::_errors
 

RSAXParseExceptionArray org::xml::sax::helpers::CollectiveErrorHandler::_fatalErrors
 

RSAXParseExceptionArray org::xml::sax::helpers::CollectiveErrorHandler::_warnings
 

 
Last modified 2005-05-08 18:34 by SYSTEM By Artefaktur, Ing. Bureau Kommer