#include <WP5Parser.h>
Public Member Functions | |
| WP5Parser (librevenge::RVNGInputStream *input, WPXHeader *header, WPXEncryption *encryption) | |
| ~WP5Parser () | |
| void | parse (librevenge::RVNGTextInterface *documentInterface) |
| void | parseSubDocument (librevenge::RVNGTextInterface *documentInterface) |
Static Public Member Functions | |
| static void | parseDocument (librevenge::RVNGInputStream *input, WPXEncryption *encryption, WP5Listener *listener) |
Private Member Functions | |
| WP5PrefixData * | getPrefixData (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
| void | parse (librevenge::RVNGInputStream *input, WPXEncryption *encryption, WP5Listener *listener) |
| WP5Parser::WP5Parser | ( | librevenge::RVNGInputStream * | input, |
| WPXHeader * | header, | ||
| WPXEncryption * | encryption | ||
| ) |
| WP5PrefixData * WP5Parser::getPrefixData | ( | librevenge::RVNGInputStream * | input, |
| WPXEncryption * | encryption | ||
| ) | [private] |
Referenced by parse().
| void WP5Parser::parse | ( | librevenge::RVNGTextInterface * | documentInterface | ) | [virtual] |
Implements WPXParser.
| void WP5Parser::parse | ( | librevenge::RVNGInputStream * | input, |
| WPXEncryption * | encryption, | ||
| WP5Listener * | listener | ||
| ) | [private] |
| void WP5Parser::parseDocument | ( | librevenge::RVNGInputStream * | input, |
| WPXEncryption * | encryption, | ||
| WP5Listener * | listener | ||
| ) | [static] |
Referenced by WP5SubDocument::parse(), parse(), and parseSubDocument().
| void WP5Parser::parseSubDocument | ( | librevenge::RVNGTextInterface * | documentInterface | ) | [virtual] |
Implements WPXParser.