ErrorInfo [constructor] | Constructors |
~ErrorInfo [destructor] | Destroy this object. |
operator= | Copy the value of the specified rhs object into this object and return a modifiable reference to this object. |
columnNumber | Return the column number. By convention, the first column is numbered 1. The constructors and reset functions set the column number to 0, since there is no error column to report. |
isAnyError | Return true if the severity() >= BAEXML_ERROR' (i.e., BAEXML_ERROR or BAEXML_FATAL_ERROR) and false otherwise. |
isError | Return true if the severity() == BAEXML_ERROR' and false otherwise. |
isFatalError | Return true if the severity() == BAEXML_FATAL_ERROR' and false otherwise. |
isNoError | Return true if the severity() == BAEXML_NO_ERROR' and false otherwise. |
isWarning | Return true if the severity() == BAEXML_WARNING' and false otherwise. |
lineNumber | Return the line number of the warning or error. By convention, the first line is numbered 1. The constructors and reset functions set the line number to 0, since there is no error line to report. |
message | Return the string describing the error or warning. |
reset | Reset this object to initial state, as if it were default constructed. |
setError | setError overloads |
severity | Return the severity level. |
source | Return the string that identifies the document being parsed. |
operator BloombergLP::bslmf::NestedTraitDeclaration<ErrorInfo, UsesBslmaAllocator> | ErrorInfo uses a bslma allocator. |