.. 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

   <div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;">
   <img id="toggleBlock-trigger" src="_static/images/closed.png"/>
   Inheritance diagram for class <strong>XmlParseError</strong>:
   </div>
   <div id="toggleBlock-summary" style="display:block;"></div>
   <div id="toggleBlock-content" style="display:none;">
   <p class="graphviz">
   <center><img src="_static/images/inheritance/wx.xml.XmlParseError_inheritance.svg" alt="Inheritance diagram of XmlParseError" usemap="#dummy" class="inheritance"/></center>
   <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script>
   <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.xml.XmlParseError.html" title="Pass this structure to wx.xml.XmlDocument.Load   to get more information if an error occurred during ``XML`` parsing." alt="" coords="5,5,192,34"/> </map> 
   </p>
   </div>

|


|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. 
                 

