This class provides easy way of filling wxHtmlWinParser's table of tag handlers. It is used almost exclusively together with set of TAGS_MODULE_* macros
Derived from
Include files
<wx/html/winpars.h>
See Also
Tag Handlers, wxHtmlTagHandler, wxHtmlWinTagHandler,
Members
wxHtmlTagsModule::FillHandlersTable
virtual void FillHandlersTable(wxHtmlWinParser *parser)
You must override this method. In most common case it is body consists only of lines of following type:
parser -> AddTagHandler(new MyHandler);I recommend using TAGS_MODULE_* macros.
Paremeters
parser