************************* wx.html.HtmlWinTagHandler ************************* Inheritance diagram for `wx.html.HtmlWinTagHandler`: | .. inheritance-diagram:: wx.html.HtmlWinTagHandler | Description =========== This is basically `wx.html.HtmlTagHandler `_. Derived From ^^^^^^^^^^^^^ * `wx.html.HtmlTagHandler `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ * `GetParser <#GetParser>`_ * `ParseInner <#ParseInner>`_ * `SetParser <#SetParser>`_ Properties Summary ^^^^^^^^^^^^^^^^^^ * `Parser <#Parser>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__() `No docstrings available for this method.` -------- .. method:: GetParser() `No docstrings available for this method.` -------- .. method:: ParseInner(tag) This method calls parser's `DoParsing `_ method for the string between this tag and the paired ending tag. **Parameters:** * `tag` (`wx.html.HtmlTag `_) -------- .. method:: SetParser(parser) Assigns `parser` to this handler. Each **instance** of handler is guaranteed to be called only from the parser. **Parameters:** * `parser` (`wx.html.HtmlParser `_) -------- Properties ^^^^^^^^^^ .. attribute:: Parser See `GetParser <#GetParser>`_ and `SetParser <#SetParser>`_