#include </home/zeitlin/src/wx/github/interface/wx/html/winpars.h>
  Inheritance diagram for wxHtmlTagsModule: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
Public Member Functions | |
| virtual void | FillHandlersTable (wxHtmlWinParser *parser) | 
| You must override this method.     | |
| virtual void wxHtmlTagsModule::FillHandlersTable | ( | wxHtmlWinParser * | parser | ) |   [virtual] | 
        
You must override this method.
In most common case its body consists only of lines of the following type:
        parser -> AddTagHandler(new MyHandler);
It's recommended to use the TAGS_MODULE_* macros.
| parser | Pointer to the parser that requested tables filling. |