Scribus
Open source desktop publishing at your fingertips
|
#include <actions.h>
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 | |
Digester * | dig |
Friends | |
class | Action |
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...