#include <XMLSupport.h>
Public Member Functions | |
XMLSupportErrorHandler (CStdString &warningsForUser, CStdString &errorForUser) | |
void | warning (const SAXParseException &toCatch) |
void | error (const SAXParseException &toCatch) |
void | fatalError (const SAXParseException &toCatch) |
void | resetErrors () |
Protected Attributes | |
CStdString & | m_warningsForUser |
CStdString & | m_errorForUser |
Puts acquired error / warning message to one of strings, references to which are given in constructor.
|
Stores |
|
Called if some warning should be send to user. Extracts the warning message from |
|
Called if document isn't valid (according to its DTD). Calls fatalError().
|
|
Called if document isn't well-formed (and through error() also if the document isn't valid). Extracts the error message from |
|
This function is not supported - it calls _ASSERTE(0) only.
|
|
Reference to string used to pass warning messages to user.
|
|
Reference to string used to pass error messages to user.
|