.\" This is a wxWidgets manpage page generated from the XML docs .TH wxHtmlTagsModule 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxHtmlTagsModule \- .SH DESCRIPTION This class provides easy way of filling wxHtmlWinParser's table of tag handlers. It is used almost exclusively together with the set of TAGS_MODULE_* macros .SH "PARENTS" wxModule .SH "INCLUDE FILES" wx/html/winpars.h .SH MEMBERS .SS virtual void FillHandlersTable (wxHtmlWinParser *parser) You must override this method. In most common case its body consists only of lines of the following type: parser -> AddTagHandler(new MyHandler); I recommend using the TAGS_MODULE_* macros. .SH "SEE ALSO" wxModule Tag Handlers , wxHtmlTagHandler , wxHtmlWinTagHandler , .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.