phoenix_title 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 Class Hierarchy

Inheritance diagram for class XmlParseError:

property_summary Properties Summary

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.


api Class API

class wx.xml.XmlParseError(object)

Pass this structure to XmlDocument.Load() to get more information if an error occurred during XML parsing.


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.