.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2025 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc

.. currentmodule:: wx.lib.wxpTag

.. highlight:: python



.. _wx.lib.wxpTag.wxpTagHandler:

==========================================================================================================================================
|phoenix_title|  **wx.lib.wxpTag.wxpTagHandler**
==========================================================================================================================================

HtmlWinTagHandler() -> None

This is basically wxHtmlTagHandler except that it is extended with
protected member m_WParser pointing to the wxHtmlWinParser object
(value of this member is identical to wxHtmlParser's m_Parser).



|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div class="collabsible-wrapper">
      <input id="collapsible-inheritance" class="collapsible-checkbox" type="checkbox">
      <label for="collapsible-inheritance" tabindex="0" title="Show inheritance diagram" class="collapsible-label">Inheritance diagram for class <strong>wxpTagHandler</strong>:</label>
      <div class="collapsible-content">
         <p class="graphviz">
            <center><img src="_static/images/inheritance/wx.lib.wxpTag.wxpTagHandler_inheritance.svg" alt="Inheritance diagram of wxpTagHandler" usemap="#dummy" class="inheritance invert-in-dark-mode"/></center>
            <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.lib.wxpTag.wxpTagHandler.html" title="HtmlWinTagHandler() -> None" alt="" coords="5,236,250,265"/> <area shape="rect" id="node4" href="wx.Object.html" title="This is the root class of many of the wxWidgets classes." alt="" coords="78,5,177,34"/> </map> 
         </p>
      </div>
   </div>
   <script type="text/javascript" src="_static/inheritancetoggle.js"></script>



|


|super_classes| Known Superclasses
==================================

:class:`wx.html.HtmlWinTagHandler`

|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.lib.wxpTag.wxpTagHandler.__init__`                                    Initialize self.  See help(type(self)) for accurate signature.
:meth:`~wx.lib.wxpTag.wxpTagHandler.GetSupportedTags`                            GetSupportedTags() -> str
:meth:`~wx.lib.wxpTag.wxpTagHandler.HandleParamTag`                              
:meth:`~wx.lib.wxpTag.wxpTagHandler.HandleTag`                                   HandleTag(tag) -> bool
:meth:`~wx.lib.wxpTag.wxpTagHandler.HandleWxpTag`                                
================================================================================ ================================================================================


|


|api| Class API
===============


.. class:: wxpTagHandler(wx.html.HtmlWinTagHandler)

   HtmlWinTagHandler() -> None
   
   This is basically wxHtmlTagHandler except that it is extended with
   protected member m_WParser pointing to the wxHtmlWinParser object
   (value of this member is identical to wxHtmlParser's m_Parser).

   .. method:: __init__(self)

      Initialize self.  See help(type(self)) for accurate signature.


   .. method:: GetSupportedTags(self)

      GetSupportedTags() -> str
      
      Returns list of supported tags.


   .. method:: HandleParamTag(self, tag)


   .. method:: HandleTag(self, tag)

      HandleTag(tag) -> bool
      
      This is the core method of each handler.


   .. method:: HandleWxpTag(self, tag)


