#include <LCD_DocErrorReporter.hh>
Inheritance diagram for LCD_DocErrorReporter:


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 |
|
|
Definition at line 20 of file LCD_DocErrorReporter.hh. References resetErrors().
00021 {
00022 resetErrors();
00023 }
|
|
|
Definition at line 25 of file LCD_DocErrorReporter.hh.
00026 {
00027 }
|
|
|
|
|
|
|
|
|
Definition at line 38 of file LCD_DocErrorReporter.hh. References nError. Referenced by LCD_DocManager::makeDocument().
00038 {return nError;}
|
|
|
Definition at line 39 of file LCD_DocErrorReporter.hh. References nFatal. Referenced by LCD_DocManager::makeDocument().
00039 {return nFatal;}
|
|
|
Definition at line 37 of file LCD_DocErrorReporter.hh. References nWarning.
00037 {return nWarning;}
|
|
|
Definition at line 59 of file LCD_DocErrorReporter.cc. References nError, nFatal, and nWarning. Referenced by LCD_DocErrorReporter().
|
|
|
|
|
|
Definition at line 15 of file LCD_DocErrorReporter.hh. Referenced by getErrorCount(), and resetErrors(). |
|
|
Definition at line 16 of file LCD_DocErrorReporter.hh. Referenced by getFatalCount(), and resetErrors(). |
|
|
Definition at line 14 of file LCD_DocErrorReporter.hh. Referenced by getWarningCount(), and resetErrors(). |
1.3.4