made GetEntitiesParser public, it's useful for some tag handlers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -125,6 +125,9 @@ public:
|
|||||||
// if present. Returns empty string if the tag is missing.
|
// if present. Returns empty string if the tag is missing.
|
||||||
// For wxHTML's internal use.
|
// For wxHTML's internal use.
|
||||||
static wxString ExtractCharsetInformation(const wxString& markup);
|
static wxString ExtractCharsetInformation(const wxString& markup);
|
||||||
|
|
||||||
|
// Returns entity parser object, used to substitute HTML &entities;
|
||||||
|
wxHtmlEntitiesParser *GetEntitiesParser() const { return m_entitiesParser; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// DOM structure
|
// DOM structure
|
||||||
@@ -147,9 +150,6 @@ protected:
|
|||||||
// ignored if no hander is found.
|
// ignored if no hander is found.
|
||||||
// Derived class is *responsible* for filling in m_Handlers table.
|
// Derived class is *responsible* for filling in m_Handlers table.
|
||||||
virtual void AddTag(const wxHtmlTag& tag);
|
virtual void AddTag(const wxHtmlTag& tag);
|
||||||
|
|
||||||
// Returns entity parser object, used to substitute HTML &entities;
|
|
||||||
wxHtmlEntitiesParser *GetEntitiesParser() const { return m_entitiesParser; }
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// DOM tree:
|
// DOM tree:
|
||||||
|
Reference in New Issue
Block a user