#include <wx/xml/xml.h>
Pass this structure to wxXmlDocument::Load() to get more information if an error occurred during XML parsing.
Public Attributes | |
| wxString | message |
| Error description. More... | |
| int | line = 0 |
| Line number where error occurred. More... | |
| int | column = 0 |
| Column number where error occurred. More... | |
| wxFileOffset | offset = 0 |
| Byte offset where error occurred. More... | |
| int wxXmlParseError::column = 0 |
Column number where error occurred.
| int wxXmlParseError::line = 0 |
Line number where error occurred.
| wxString wxXmlParseError::message |
Error description.
| wxFileOffset wxXmlParseError::offset = 0 |
Byte offset where error occurred.