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.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.