#include <WP3Part.h>
Public Member Functions | |
virtual | ~WP3Part () |
virtual void | parse (WP3Listener *listener)=0 |
Static Public Member Functions | |
static WP3Part * | constructPart (librevenge::RVNGInputStream *input, WPXEncryption *encryption, const unsigned char readVal) |
virtual WP3Part::~WP3Part | ( | ) | [inline, virtual] |
WP3Part * WP3Part::constructPart | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
const unsigned char | readVal | ||
) | [static] |
Referenced by WP3Parser::parseDocument().
virtual void WP3Part::parse | ( | WP3Listener * | listener | ) | [pure virtual] |
Implemented in WP3CondensedLRIndentFunction, WP3CondensedIndentFunction, WP3CondensedBackTabFunction, WP3CondensedTabFunction, WP3SoftHyphenFunction, WP3HyphenFunction, WP3EOPFunction, WP3EOLFunction, WP3HardSpaceFunction, WP3WindowGroup, WP3DefinitionGroup, WP3PageFormatGroup, WP3MiscellaneousGroup, WP3DisplayGroup, WP3FootnoteEndnoteGroup, WP3TablesGroup, WP3DoubleByteScriptCharacterGroup, WP3ExtendedCharacterGroup, WP3FontGroup, WP3HeaderFooterGroup, WP3UnsupportedVariableLengthGroup, WP3UndoGroup, WP3AttributeGroup, WP3EndOfLinePageGroup, WP3IndentGroup, WP3TabGroup, and WP3UnsupportedFixedLengthGroup.
Referenced by WP3Parser::parseDocument().