]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/htmlpars.h
Add GetParser methods for the tag handlers
[wxWidgets.git] / interface / wx / html / htmlpars.h
index 1fad764ba91cc3cca5196f1dd2fcd2a1a8dc014b..0bdd74f2855a8d0f9a4a13890775466dc5071b3d 100644 (file)
@@ -66,10 +66,16 @@ public:
 
     /**
         Assigns @a parser to this handler. Each @b instance of handler
 
     /**
         Assigns @a parser to this handler. Each @b instance of handler
-        is guaranteed to be called only from the parser.
+        is guaranteed to be called only from the one parser.
     */
     virtual void SetParser(wxHtmlParser* parser);
 
     */
     virtual void SetParser(wxHtmlParser* parser);
 
+    /**
+       Returns the parser associated with this tag handler.
+    */
+    virtual wxHtmlParser* GetParser() const;
+
+
 protected:
 
     /**
 protected:
 
     /**