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¶
Inheritance diagram for class wxpTagHandler:
Known Superclasses¶
Methods Summary¶Initialize self. See help(type(self)) for accurate signature. |
|
GetSupportedTags() -> str |
|
HandleTag(tag) -> bool |
|
Class API¶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).
Initialize self. See help(type(self)) for accurate signature.
GetSupportedTags() -> str
Returns list of supported tags.
HandleTag(tag) -> bool
This is the core method of each handler.