virtual void SetParser(wxHtmlParser *parser)
{ m_Parser = parser; }
+ // Get the parser associated with this tag handler.
+ wxHtmlParser* GetParser() const { return m_Parser; }
+
// Returns list of supported tags. The list is in uppercase and
// tags are delimited by ','.
// Example : "I,B,FONT,P"