- @b wxHtmlWinParser* m_WParser
- Value of this attribute is identical to value of m_Parser. The only different
- is that m_WParser points to wxHtmlWinParser object while m_Parser
- points to wxHtmlParser object. (The same object, but overcast.)
+ Constructor.
+ */
+ wxHtmlWinTagHandler();
+
+ /**
+ Assigns @a parser to this handler. Each @b instance of handler
+ is guaranteed to be called only from the one parser.
+ */
+ virtual void SetParser(wxHtmlWinParser* parser);
+
+protected:
+ /**
+ Value of this attribute is identical to value of m_Parser.
+ The only difference is that m_WParser points to wxHtmlWinParser object
+ while m_Parser points to wxHtmlParser object. (The same object, but overcast.)