X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d9eee83203dfc7177cd8639c14a5c809085698d..7ddb15416407390de67cc26b04e91ea99a521f57:/include/wx/html/htmlpars.h?ds=sidebyside diff --git a/include/wx/html/htmlpars.h b/include/wx/html/htmlpars.h index cecb016c3f..defce67bb4 100644 --- a/include/wx/html/htmlpars.h +++ b/include/wx/html/htmlpars.h @@ -29,7 +29,7 @@ class wxHtmlTextPieces; class wxHtmlParserState; WX_DECLARE_HASH_SET_WITH_DECL_PTR(wxHtmlTagHandler*, - ::wxPointerHash, ::wxPointerEqual, + wxPointerHash, wxPointerEqual, wxHtmlTagHandlersSet, class WXDLLIMPEXP_HTML); WX_DECLARE_STRING_HASH_MAP_WITH_DECL(wxHtmlTagHandler*, @@ -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"