2 % automatically generated by HelpGen from
3 % htmltagsmodule.tex at 14/Mar/99 20:13:37
5 \section{\class{wxHtmlTagsModule
}}\label{wxhtmltagsmodule
}
7 This class provides easy way of filling wxHtmlWinParser's table of
8 tag handlers. It is used almost exclusively together with set of
9 \helpref{TAGS
\_MODULE\_* macros
}{handlers
}
11 \wxheading{Derived from
}
13 \helpref{wxModule
}{wxmodule
}
15 \wxheading{Include files
}
21 \helpref{Tag Handlers
}{handlers
},
22 \helpref{wxHtmlTagHandler
}{wxhtmltaghandler
},
23 \helpref{wxHtmlWinTagHandler
}{wxhtmlwintaghandler
},
25 \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 is 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.
}