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

#include <XParsers.hpp>

+ Inheritance diagram for MyDOMErrorHandler:

Public Member Functions

 MyDOMErrorHandler ()
 
 ~MyDOMErrorHandler ()
 
bool getSawErrors () const
 
bool handleError (const xercesc::DOMError &domError)
 
void resetErrors ()
 

Private Member Functions

 MyDOMErrorHandler (const MyDOMErrorHandler &)
 
void operator= (const MyDOMErrorHandler &)
 

Private Attributes

bool fSawErrors
 

Detailed Description

Definition at line 59 of file XParsers.hpp.

Constructor & Destructor Documentation

MyDOMErrorHandler::MyDOMErrorHandler ( )

Definition at line 268 of file XParsers.cpp.

MyDOMErrorHandler::~MyDOMErrorHandler ( )

Definition at line 274 of file XParsers.cpp.

MyDOMErrorHandler::MyDOMErrorHandler ( const MyDOMErrorHandler )
private

Member Function Documentation

bool MyDOMErrorHandler::getSawErrors ( ) const
inline

Definition at line 75 of file XParsers.hpp.

References fSawErrors.

Referenced by buildDOMDocument().

bool MyDOMErrorHandler::handleError ( const xercesc::DOMError &  domError)

Definition at line 280 of file XParsers.cpp.

References fSawErrors.

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

Definition at line 300 of file XParsers.cpp.

References fSawErrors.

Member Data Documentation

bool MyDOMErrorHandler::fSawErrors
private

Definition at line 72 of file XParsers.hpp.

Referenced by getSawErrors(), handleError(), and resetErrors().


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