wxhtmltagsmodulethis 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 derived from include files <wx/html/winpars.h> see also tag handlers, wxhtmltaghandler, wxhtmlwintaghandler, members
wxhtmltagsmodule::fillhandlerstable
wxhtmltagsmodule::fillhandlerstablevirtual 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. paremeters parser
|