]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlpars.h
Richtext interface fixes and additions for Phoenix
[wxWidgets.git] / include / wx / html / htmlpars.h
index 045060a4ea3a04b47060785e2323a8f49640ed1c..defce67bb408cc2d8b21406882164af4ded217fd 100644 (file)
@@ -228,6 +228,9 @@ public:
     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"