.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. _wx.xml.XmlParseError:
==========================================================================================================================================
|phoenix_title| **wx.xml.XmlParseError**
==========================================================================================================================================
Pass this structure to :meth:`wx.xml.XmlDocument.Load` to get more information if an error occurred during ``XML`` parsing.
.. versionadded:: 4.3/wxWidgets-3.3.0
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
XmlParseError:
|
|property_summary| Properties Summary
=====================================
================================================================================ ================================================================================
:attr:`~wx.xml.XmlParseError.column` A public C++ attribute of type ``int``. Column number where error occurred.
:attr:`~wx.xml.XmlParseError.line` A public C++ attribute of type ``int``. Line number where error occurred.
:attr:`~wx.xml.XmlParseError.message` A public C++ attribute of type ``string``. Error description.
:attr:`~wx.xml.XmlParseError.offset` A public C++ attribute of type `~wx.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.
.. attribute:: column
A public C++ attribute of type ``int``. Column number where error occurred.
.. attribute:: line
A public C++ attribute of type ``int``. Line number where error occurred.
.. attribute:: message
A public C++ attribute of type ``string``. Error description.
.. attribute:: offset
A public C++ attribute of type `~wx.FileOffset` . Byte offset where error occurred.