wx.html.HtmlTagHandler

Inheritance diagram for wx.html.HtmlTagHandler:



Description

A tag handler for wx.html.HtmlTag.

See also

wx.html.HtmlTag

Derived From

Known Subclasses

wx.html.HtmlWinTagHandler

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