virtual class which defines the ancestor of all text zone parser More...
#include <STOFFParser.hxx>
Public Member Functions | |
virtual void | parse (librevenge::RVNGTextInterface *documentInterface)=0 |
virtual function used to parse the input | |
Protected Member Functions | |
STOFFTextParser (STOFFInputStreamPtr input, STOFFHeader *header) | |
constructor (protected) | |
STOFFTextParser (STOFFParserStatePtr state) | |
constructor using a state | |
virtual | ~STOFFTextParser () |
destructor |
virtual class which defines the ancestor of all text zone parser
STOFFTextParser::STOFFTextParser | ( | STOFFInputStreamPtr | input, |
STOFFHeader * | header | ||
) | [inline, protected] |
constructor (protected)
STOFFTextParser::STOFFTextParser | ( | STOFFParserStatePtr | state | ) | [inline, explicit, protected] |
constructor using a state
STOFFTextParser::~STOFFTextParser | ( | ) | [protected, virtual] |
destructor
virtual void STOFFTextParser::parse | ( | librevenge::RVNGTextInterface * | documentInterface | ) | [pure virtual] |