GME
13
|
Public Member Functions | |
AnnotationErrorReporter (XMLErrorReporter *chainedErrorReporter) | |
void | setSystemIdAndPosition (const XMLCh *systemId, XMLFileLoc line, XMLFileLoc column) |
virtual void | error (const unsigned int errCode, const XMLCh *const errDomain, const ErrTypes type, const XMLCh *const errorText, const XMLCh *const , const XMLCh *const publicId, const XMLFileLoc lineNum, const XMLFileLoc colNum) |
virtual void | resetErrors () |
Protected Attributes | |
XMLErrorReporter * | fErrorReporter |
const XMLCh * | fSystemId |
XMLFileLoc | fLine |
XMLFileLoc | fColumn |
Definition at line 9203 of file TraverseSchema.cpp.
AnnotationErrorReporter::AnnotationErrorReporter | ( | XMLErrorReporter * | chainedErrorReporter | ) | [inline] |
Definition at line 9206 of file TraverseSchema.cpp.
virtual void AnnotationErrorReporter::error | ( | const unsigned int | errCode, |
const XMLCh *const | errDomain, | ||
const ErrTypes | type, | ||
const XMLCh *const | errorText, | ||
const XMLCh * | const, | ||
const XMLCh *const | publicId, | ||
const XMLFileLoc | lineNum, | ||
const XMLFileLoc | colNum | ||
) | [inline, virtual] |
Definition at line 9220 of file TraverseSchema.cpp.
virtual void AnnotationErrorReporter::resetErrors | ( | ) | [inline, virtual] |
Definition at line 9235 of file TraverseSchema.cpp.
void AnnotationErrorReporter::setSystemIdAndPosition | ( | const XMLCh * | systemId, |
XMLFileLoc | line, | ||
XMLFileLoc | column | ||
) | [inline] |
Definition at line 9212 of file TraverseSchema.cpp.
XMLFileLoc AnnotationErrorReporter::fColumn [protected] |
Definition at line 9240 of file TraverseSchema.cpp.
XMLErrorReporter* AnnotationErrorReporter::fErrorReporter [protected] |
Definition at line 9238 of file TraverseSchema.cpp.
XMLFileLoc AnnotationErrorReporter::fLine [protected] |
Definition at line 9240 of file TraverseSchema.cpp.
const XMLCh* AnnotationErrorReporter::fSystemId [protected] |
Definition at line 9239 of file TraverseSchema.cpp.