DOMTreeErrorReporter Class Reference
[Core Classes]

#include <DOMTreeErrorReporter.h>

List of all members.


Detailed Description

This class registers as an ErrorHandler with the DOM parser and reports errors to the application. It is part of the sample code of Xerces and I just used it out of convenience.
Note:
We should check, if there are any licensing problems with this approach.
Author:
Apache Org.


Public Member Functions

 DOMTreeErrorReporter ()
 ~DOMTreeErrorReporter ()
void warning (const SAXParseException &toCatch)
void error (const SAXParseException &toCatch)
void fatalError (const SAXParseException &toCatch)
void resetErrors ()
int errorsEncountered ()

Protected Attributes

int errorNum


Constructor & Destructor Documentation

DOMTreeErrorReporter::DOMTreeErrorReporter  )  [inline]
 

DOMTreeErrorReporter::~DOMTreeErrorReporter  )  [inline]
 


Member Function Documentation

void DOMTreeErrorReporter::error const SAXParseException &  toCatch  ) 
 

int DOMTreeErrorReporter::errorsEncountered  ) 
 

returns number of errors, warnings and fatal errors encounterd other wise null.

void DOMTreeErrorReporter::fatalError const SAXParseException &  toCatch  ) 
 

void DOMTreeErrorReporter::resetErrors  ) 
 

void DOMTreeErrorReporter::warning const SAXParseException &  toCatch  ) 
 


Member Data Documentation

int DOMTreeErrorReporter::errorNum [protected]
 


The documentation for this class was generated from the following file:
Generated on Wed Feb 28 15:27:10 2007 for NaviTrack by  doxygen 1.4.6