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


Public Types | |
| typedef Obj_Type *(* | FunType) (const Xml_string &) |
Public Member Functions | |
| FactoryWithName_body (FunType create) | |
| void | begin (const Xml_string &tag, Xml_attr) |
Public Member Functions inherited from desaxe::Generator_body< Obj_Type > | |
| virtual Obj_Type * | eval (Digester *dig_, const Xml_string &tag, Xml_attr attr) |
Additional Inherited Members | |
Protected Member Functions inherited from desaxe::Generator_body< Obj_Type > | |
| virtual void | end (const Xml_string &) |
Protected Member Functions inherited from desaxe::Action_body | |
| virtual void | chars (const Xml_string &) |
| virtual void | reset () |
Protected Attributes inherited from desaxe::Action_body | |
| Digester * | dig |
Pushes a new object of type Obj_Type onto the stack which is initialized with the tag name. If no create method is given, Obj_Type needs a constructor which taks a Xml_string argument