X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/61b50a43aaaf29fe9c2f848958adafc496439123..e1146627e2bf16a48554e1c224f427dbd6247c5d:/include/wx/html/htmlpars.h diff --git a/include/wx/html/htmlpars.h b/include/wx/html/htmlpars.h index aef73949fb..0faf78d4dd 100644 --- a/include/wx/html/htmlpars.h +++ b/include/wx/html/htmlpars.h @@ -48,6 +48,10 @@ public: wxFileSystem* GetFS() const { return m_FS; } + // Returns TRUE if the parser is allowed to open given URL (may be forbidden + // for security reasons) + virtual bool CanOpenURL(const wxString& url) const { return TRUE; } + // You can simply call this method when you need parsed output. // This method does these things: // 1. call InitParser(source); @@ -226,7 +230,7 @@ public: // (with respect to output encoding) wxString Parse(const wxString& input); - // Returns character for given entity + // Returns character for given entity or 0 if the enity is unknown wxChar GetEntityChar(const wxString& entity); // Returns character that represents given Unicode code