Contents Up Previous Next

wxHtmlTagsModule

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

wxModule

Include files

<wx/html/winpars.h>

See Also

Tag Handlers, wxHtmlTagHandler, wxHtmlWinTagHandler,

Members

wxHtmlTagsModule::FillHandlersTable


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