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);
// (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