#include <markupfiltmgr.h>
Inheritance diagram for MarkupFilterMgr::
Public Methods | |
MarkupFilterMgr (char markup=FMT_THML, char encoding=ENC_UTF8) | |
Constructor of SWMarkupMgr. More... | |
~MarkupFilterMgr () | |
The destructor of SWMarkupMgr. | |
char | Markup (char m=FMT_UNKNOWN) |
Markup sets/gets the markup after initialization. More... | |
virtual void | AddRenderFilters (SWModule *module, ConfigEntMap §ion) |
Adds the render filters which are defined in "section" to the SWModule object "module". More... | |
Protected Methods | |
void | CreateFilters (char markup) |
Protected Attributes | |
SWFilter * | fromthml |
SWFilter * | fromgbf |
SWFilter * | fromplain |
SWFilter * | fromosis |
char | markup |
Definition at line 31 of file markupfiltmgr.h.
|
Constructor of SWMarkupMgr.
|
|
Adds the render filters which are defined in "section" to the SWModule object "module".
|
|
Markup sets/gets the markup after initialization.
|