Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MyOwnErrorHandler Class Reference

#include <XParsers.hpp>

+ Inheritance diagram for MyOwnErrorHandler:

Public Member Functions

 MyOwnErrorHandler ()
 
 ~MyOwnErrorHandler ()
 
bool getSawErrors () const
 
void warning (const xercesc::SAXParseException &e)
 
void error (const xercesc::SAXParseException &e)
 
void fatalError (const xercesc::SAXParseException &e)
 
void resetErrors ()
 

Private Member Functions

 MyOwnErrorHandler (const MyOwnErrorHandler &)
 
void operator= (const MyOwnErrorHandler &)
 

Private Attributes

bool fSawErrors
 

Detailed Description

Definition at line 31 of file XParsers.hpp.

Constructor & Destructor Documentation

MyOwnErrorHandler::MyOwnErrorHandler ( )

Definition at line 218 of file XParsers.cpp.

MyOwnErrorHandler::~MyOwnErrorHandler ( )

Definition at line 223 of file XParsers.cpp.

MyOwnErrorHandler::MyOwnErrorHandler ( const MyOwnErrorHandler )
private

Member Function Documentation

void MyOwnErrorHandler::error ( const xercesc::SAXParseException &  e)

Definition at line 229 of file XParsers.cpp.

References fSawErrors, and S.

void MyOwnErrorHandler::fatalError ( const xercesc::SAXParseException &  e)

Definition at line 241 of file XParsers.cpp.

References fSawErrors, and S.

bool MyOwnErrorHandler::getSawErrors ( ) const
inline

Definition at line 52 of file XParsers.hpp.

References fSawErrors.

Referenced by parseInputDocument().

void MyOwnErrorHandler::operator= ( const MyOwnErrorHandler )
private
void MyOwnErrorHandler::resetErrors ( )

Definition at line 264 of file XParsers.cpp.

void MyOwnErrorHandler::warning ( const xercesc::SAXParseException &  e)

Definition at line 253 of file XParsers.cpp.

References S.

Member Data Documentation

bool MyOwnErrorHandler::fSawErrors
private

Definition at line 49 of file XParsers.hpp.

Referenced by error(), fatalError(), and getSawErrors().


The documentation for this class was generated from the following files: