Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

LCD_DocErrorReporter Class Reference

#include <LCD_DocErrorReporter.hh>

Inheritance diagram for LCD_DocErrorReporter:

Inheritance graph
[legend]
Collaboration diagram for LCD_DocErrorReporter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 LCD_DocErrorReporter ()
 ~LCD_DocErrorReporter ()
void warning (const XERCES_CPP_NAMESPACE::SAXParseException &toCatch)
void error (const XERCES_CPP_NAMESPACE::SAXParseException &toCatch)
void fatalError (const XERCES_CPP_NAMESPACE::SAXParseException &toCatch)
void resetErrors ()
int getWarningCount ()
int getErrorCount ()
int getFatalCount ()

Private Attributes

int nWarning
int nError
int nFatal

Constructor & Destructor Documentation

LCD_DocErrorReporter::LCD_DocErrorReporter  )  [inline]
 

Definition at line 20 of file LCD_DocErrorReporter.hh.

References resetErrors().

00021   {
00022     resetErrors();
00023   }

LCD_DocErrorReporter::~LCD_DocErrorReporter  )  [inline]
 

Definition at line 25 of file LCD_DocErrorReporter.hh.

00026   {
00027   }


Member Function Documentation

void LCD_DocErrorReporter::error const XERCES_CPP_NAMESPACE::SAXParseException &  toCatch  ) 
 

void LCD_DocErrorReporter::fatalError const XERCES_CPP_NAMESPACE::SAXParseException &  toCatch  ) 
 

int LCD_DocErrorReporter::getErrorCount  )  [inline]
 

Definition at line 38 of file LCD_DocErrorReporter.hh.

References nError.

Referenced by LCD_DocManager::makeDocument().

00038 {return nError;}

int LCD_DocErrorReporter::getFatalCount  )  [inline]
 

Definition at line 39 of file LCD_DocErrorReporter.hh.

References nFatal.

Referenced by LCD_DocManager::makeDocument().

00039 {return nFatal;}

int LCD_DocErrorReporter::getWarningCount  )  [inline]
 

Definition at line 37 of file LCD_DocErrorReporter.hh.

References nWarning.

00037 {return nWarning;}

void LCD_DocErrorReporter::resetErrors  ) 
 

Definition at line 59 of file LCD_DocErrorReporter.cc.

References nError, nFatal, and nWarning.

Referenced by LCD_DocErrorReporter().

00060 {
00061   nWarning = nError = nFatal = 0;
00062 }

void LCD_DocErrorReporter::warning const XERCES_CPP_NAMESPACE::SAXParseException &  toCatch  ) 
 


Member Data Documentation

int LCD_DocErrorReporter::nError [private]
 

Definition at line 15 of file LCD_DocErrorReporter.hh.

Referenced by getErrorCount(), and resetErrors().

int LCD_DocErrorReporter::nFatal [private]
 

Definition at line 16 of file LCD_DocErrorReporter.hh.

Referenced by getFatalCount(), and resetErrors().

int LCD_DocErrorReporter::nWarning [private]
 

Definition at line 14 of file LCD_DocErrorReporter.hh.

Referenced by getWarningCount(), and resetErrors().


The documentation for this class was generated from the following files:
Generated on Thu Oct 7 18:45:04 2004 for LCDG4 by doxygen 1.3.4