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 the set of
9 \helpref{TAGS
\_MODULE\_* macros
}{handlers
}
11 \wxheading{Derived from
}
13 \helpref{wxModule
}{wxmodule
}\\
14 \helpref{wxObject
}{wxobject
}
16 \wxheading{Include files
}
22 \helpref{wxHtml
}{librarieslist
}
26 \helpref{Tag Handlers
}{handlers
},
27 \helpref{wxHtmlTagHandler
}{wxhtmltaghandler
},
28 \helpref{wxHtmlWinTagHandler
}{wxhtmlwintaghandler
},
30 \latexignore{\rtfignore{\wxheading{Members
}}}
32 \membersection{wxHtmlTagsModule::FillHandlersTable
}\label{wxhtmltagsmodulefillhandlerstable
}
34 \func{virtual void
}{FillHandlersTable
}{\param{wxHtmlWinParser
}{*parser
}}
36 You must override this method. In most common case its body consists
37 only of lines of the following type:
40 parser -> AddTagHandler(new MyHandler);
43 I recommend using the
{\bf TAGS
\_MODULE\_*
} macros.
45 \wxheading{Paremeters
}
47 \docparam{parser
}{Pointer to the parser that requested tables filling.
}