wx.xml.XmlParseError¶
Pass this structure to wx.xml.XmlDocument.Load to get more information if an error occurred during XML parsing.
Added in version 4.3/wxWidgets-3.3.0.
Class Hierarchy¶
Properties Summary¶
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type FileOffset . Byte offset where error occurred. |
Class API¶
- class wx.xml.XmlParseError(object)¶
Pass this structure to XmlDocument.Load() to get more information if an error occurred during
XMLparsing.
Properties¶
- column¶
A public C++ attribute of type
int. Column number where error occurred.
- line¶
A public C++ attribute of type
int. Line number where error occurred.
- message¶
A public C++ attribute of type
string. Error description.
- offset¶
A public C++ attribute of type FileOffset . Byte offset where error occurred.