X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22d6efa851642c6a69174278fc50f712f41e2271..772c017b2c30f5cb8072d7b22f39da175e101e9a:/docs/latex/wx/httaghnd.tex diff --git a/docs/latex/wx/httaghnd.tex b/docs/latex/wx/httaghnd.tex index 12e1a0cfb3..5060844886 100644 --- a/docs/latex/wx/httaghnd.tex +++ b/docs/latex/wx/httaghnd.tex @@ -7,7 +7,11 @@ \wxheading{Derived from} -wxObject +\helpref{wxObject}{wxobject} + +\wxheading{Include files} + + \wxheading{See Also} @@ -29,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} @@ -85,3 +82,10 @@ for the string between this tag and paired ending tag: 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. +