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¶
Inheritance diagram for class XmlParseError:
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¶Pass this structure to XmlDocument.Load() to get more information
if an error occurred during XML parsing.
A public C++ attribute of type int. Column number where error occurred.
A public C++ attribute of type int. Line number where error occurred.
A public C++ attribute of type string. Error description.
A public C++ attribute of type FileOffset . Byte offset where error occurred.