2 % automatically generated by HelpGen from
3 % htmltagsmodule.tex at 14/Mar/99 20:13:37
7 \section{\class{wxHtmlTagsModule
}}\label{wxhtmltagsmodule
}
9 This class provides easy way of filling wxHtmlWinParser's table of
10 tag handlers. It is used almost exclusively together with set of
11 \helpref{TAGS
\_MODULE\_* macros
}{handlers
}
13 \wxheading{Derived from
}
19 \helpref{Tag Handlers
}{handlers
},
20 \helpref{wxHtmlTagHandler
}{wxhtmltaghandler
},
21 \helpref{wxHtmlWinTagHandler
}{wxhtmlwintaghandler
},
24 \latexignore{\rtfignore{\wxheading{Members
}}}
27 \membersection{wxHtmlTagsModule::FillHandlersTable
}\label{wxhtmltagsmodulefillhandlerstable
}
29 \func{virtual void
}{FillHandlersTable
}{\param{wxHtmlWinParser
}{*parser
}}
31 You must override this method. In most common case it's body consists
32 only of lines of following type:
35 parser -> AddTagHandler(new MyHandler);
38 I recommend using
{\bf TAGS
\_MODULE\_*
} macros.
40 \wxheading{Paremeters
}
42 \docparam{parser
}{Pointer to the parser that requested tables filling.
}