phoenix_title wx.html.HtmlWinTagHandler¶

This is basically wx.html.HtmlTagHandler except that it is extended with protected member m_WParser pointing to the wx.html.HtmlWinParser object (value of this member is identical to wx.html.HtmlParser’s m_Parser).


class_hierarchy Class Hierarchy¶

Inheritance diagram for class HtmlWinTagHandler:

method_summary Methods Summary¶

__init__

Constructor.

GetParser

SetParser

Assigns parser to this handler.


property_summary Properties Summary¶

Parser

See GetParser and SetParser


api Class API¶

class wx.html.HtmlWinTagHandler(HtmlTagHandler)¶

Possible constructors:

HtmlWinTagHandler() -> None

This is basically HtmlTagHandler except that it is extended with protected member m_WParser pointing to the HtmlWinParser object (value of this member is identical to HtmlParser’s m_Parser).


Methods¶

__init__(self)¶

Constructor.

Return type:

None



GetParser(self)¶
Return type:

wx.html.HtmlWinParser



SetParser(self, parser)¶

Assigns parser to this handler.

Each instance of handler is guaranteed to be called only from the one parser.

Parameters:

parser (wx.html.HtmlParser)

Return type:

None


Properties¶

Parser¶

See GetParser and SetParser