![]() |
Scribus
Open source desktop publishing at your fingertips
|
#include <actions.h>
Public Member Functions | |
virtual Type * | eval (Digester *dig_, const Xml_string &tag, Xml_attr attr) |
Protected Member Functions | |
virtual void | end (const Xml_string &) |
![]() | |
virtual void | begin (const Xml_string &, Xml_attr) |
virtual void | chars (const Xml_string &) |
virtual void | reset () |
Additional Inherited Members | |
![]() | |
Digester * | dig |
Abstract class for actions which leave a new object on the stack The begin() method is defined in subclasses and puts the object on stack, the generic end() method removes this object from stack.