#include <XmlUtils.h>
Public Member Functions | |
DOMCountErrorHandler () | |
~DOMCountErrorHandler () | |
bool | getSawErrors () const |
bool | handleError (const DOMError &domError) |
void | resetErrors () |
Private Member Functions | |
DOMCountErrorHandler (const DOMCountErrorHandler &) | |
void | operator= (const DOMCountErrorHandler &) |
Private Attributes | |
bool | fSawErrors |
Definition at line 105 of file XmlUtils.h.
|
Definition at line 82 of file XmlUtils.cpp. |
|
Definition at line 88 of file XmlUtils.cpp. |
|
|
|
Definition at line 194 of file XmlUtils.h. References fSawErrors. |
|
Definition at line 95 of file XmlUtils.cpp. References fSawErrors. |
|
|
|
Definition at line 113 of file XmlUtils.cpp. References fSawErrors. |
|
Definition at line 144 of file XmlUtils.h. Referenced by getSawErrors(), handleError(), and resetErrors(). |