X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/704a4b7524e05d7bf4d208eb1b30be9989abef4c..dafbe8c0af90db9f79931ef1bbec9ceab4c40503:/docs/latex/wx/httaghnd.tex diff --git a/docs/latex/wx/httaghnd.tex b/docs/latex/wx/httaghnd.tex index 95f221445d..5060844886 100644 --- a/docs/latex/wx/httaghnd.tex +++ b/docs/latex/wx/httaghnd.tex @@ -3,20 +3,21 @@ % htmltaghandler.tex at 18/Mar/99 19:20:29 % - \section{\class{wxHtmlTagHandler}}\label{wxhtmltaghandler} \wxheading{Derived from} -wxObject +\helpref{wxObject}{wxobject} + +\wxheading{Include files} + + \wxheading{See Also} \helpref{Overview}{handlers}, \helpref{wxHtmlTag}{wxhtmltag} - - \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxHtmlTagHandler::m\_Parser}\label{wxhtmltaghandlermparser} @@ -32,13 +33,6 @@ it can't be accessed by user but can be accessed from derived classes. Constructor. -\membersection{wxHtmlTagHandler::SetParser}\label{wxhtmltaghandlersetparser} - -\func{virtual void}{SetParser}{\param{wxHtmlParser }{*parser}} - -Assigns {\it parser} to this handler. Each {\bf instance} of handler -is guaranteed to be called only from the parser. - \membersection{wxHtmlTagHandler::GetSupportedTags}\label{wxhtmltaghandlergetsupportedtags} \func{virtual wxString}{GetSupportedTags}{\void} @@ -46,7 +40,6 @@ is guaranteed to be called only from the parser. Returns list of supported tags. The list is in uppercase and tags are delimited by ','. Example : {\tt "I,B,FONT,P" } - \membersection{wxHtmlTagHandler::HandleTag}\label{wxhtmltaghandlerhandletag} \func{virtual bool}{HandleTag}{\param{const wxHtmlTag\& }{tag}} @@ -75,7 +68,6 @@ bool MyHandler::HandleTag(const wxHtmlTag& tag) You shouldn't call ParseInner if the tag is not paired with ending one. - \membersection{wxHtmlTagHandler::ParseInner}\label{wxhtmltaghandlerparseinner} \func{void}{ParseInner}{\param{const wxHtmlTag\& }{tag}} @@ -87,5 +79,13 @@ for the string between this tag and paired ending tag: ...Hello, world!... \end{verbatim} -In this example, call to ParseInner (with {\it tag} pointing to A tag) -will parse 'Hello, world!' +In this example, a call to ParseInner (with {\it tag} pointing to A tag) +will parse 'Hello, world!'. + +\membersection{wxHtmlTagHandler::SetParser}\label{wxhtmltaghandlersetparser} + +\func{virtual void}{SetParser}{\param{wxHtmlParser }{*parser}} + +Assigns {\it parser} to this handler. Each {\bf instance} of handler +is guaranteed to be called only from the parser. +