]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlpars.h
Add GetParser methods for the tag handlers
[wxWidgets.git] / include / wx / html / htmlpars.h
index 045060a4ea3a04b47060785e2323a8f49640ed1c..d34d1a1a8923ae4c910417db5c235568f35ad7a0 100644 (file)
@@ -228,6 +228,9 @@ public:
     virtual void SetParser(wxHtmlParser *parser)
         { m_Parser = parser; }
 
+    virtual 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"