Scribus
Open source desktop publishing at your fingertips
desaxe::Action_body Class Reference

#include <actions.h>

Inheritance diagram for desaxe::Action_body:
Collaboration diagram for desaxe::Action_body:

Protected Member Functions

virtual void begin (const Xml_string &, Xml_attr)
 
virtual void end (const Xml_string &)
 
virtual void chars (const Xml_string &)
 
virtual void reset ()
 

Protected Attributes

Digesterdig
 

Friends

class Action
 

Detailed Description

Action / Action_body follow the handle/body pattern. This allows to omit the new operator when creating Action expressions and make dynamic memory handling more secure. Base class for the body of all actions. Usually Digester calls these methods, but subclasses are also allowed to call those methods if they know what they are doing...


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