Troubleshooting data intended to help troublshoot XML parsing errors. More...
#include <parseresult.h>
Public Member Functions | |
ParseResult () | |
Default constructor, initializes object to failed state. | |
const char * | Description () const |
Get error Description. More... | |
operator bool () const | |
Cast to bool operator. More... | |
Public Attributes | |
Encoding | DocumentEncoding |
Source document encoding ( see Encoding ) | |
ptrdiff_t | Offset |
Last parsed offset (in char_t units from start of input data) | |
ParseStatus | Status |
Parsing status ( see ParseStatus ) | |
Troubleshooting data intended to help troublshoot XML parsing errors.
Definition at line 71 of file parseresult.h.
const char* Mezzanine::XML::ParseResult::Description | ( | ) | const |
Get error Description.
Mezzanine::XML::ParseResult::operator bool | ( | ) | const |
Cast to bool operator.