|
Scribus
Open source desktop publishing at your fingertips
|
#include <simple_actions.h>


Public Types | |
| typedef void(Obj_Type::* | FunType) (const Xml_string &) |
Public Member Functions | |
| SetText_body (FunType set) | |
| void | begin (const Xml_string &, Xml_attr) |
| void | chars (const Xml_string &chunk) |
| void | end (const Xml_string &tag) |
Additional Inherited Members | |
Protected Member Functions inherited from desaxe::Action_body | |
| virtual void | reset () |
Protected Attributes inherited from desaxe::Action_body | |
| Digester * | dig |
Collects text (PCDATA) chunks and later stores it in the topmost object on the stack. This is only called once at the close tag of the current pattern. WARNING: not safe for nesting