#include <swmarkupmgr.h>
Inheritance diagram for SWMarkupMgr::
Public Methods | |
SWMarkupMgr (SWConfig *iconfig=0, SWConfig *isysconfig=0, bool autoload=true, char encoding=ENC_UTF8, char markup=FMT_THML) | |
Constructor of SWMarkupMgr. More... | |
~SWMarkupMgr () | |
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 swmarkupmgr.h.
|
Constructor of SWMarkupMgr.
|
|
Adds the render filters which are defined in "section" to the SWModule object "module".
Reimplemented from SWMgr. |
|
Markup sets/gets the markup after initialization.
|