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