Scribus
Open source desktop publishing at your fingertips
desaxe::SetText_body< Obj_Type > Class Template Reference

#include <simple_actions.h>

Inheritance diagram for desaxe::SetText_body< Obj_Type >:
Collaboration diagram for desaxe::SetText_body< Obj_Type >:

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
Digesterdig
 

Detailed Description

template<class Obj_Type>
class desaxe::SetText_body< Obj_Type >

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


The documentation for this class was generated from the following file: