wx.html.HtmlWinTagHandler

Inheritance diagram for wx.html.HtmlWinTagHandler:



Description

This is basically wx.html.HtmlTagHandler.

Properties Summary

Class API

Methods

__init__()
No docstrings available for this method.

GetParser()
No docstrings available for this method.

ParseInner(tag)

This method calls parser’s DoParsing method for the string between this tag and the paired ending tag.

Parameters:


SetParser(parser)

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

Parameters:


Properties

Parser
See GetParser and SetParser