#include <WP42Parser.h>

Public Member Functions | |
| WP42Parser (WPXInputStream *input, WPXEncryption *encryption) | |
| ~WP42Parser () | |
| void | parse (WPXDocumentInterface *documentInterface) |
| void | parseSubDocument (WPXDocumentInterface *documentInterface) |
Static Public Member Functions | |
| static void | parseDocument (WPXInputStream *input, WPXEncryption *encryption, WP42Listener *listener) |
Private Member Functions | |
| void | parse (WPXInputStream *input, WPXEncryption *encryption, WP42Listener *listener) |
| WP42Parser::WP42Parser | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption | |||
| ) |
| WP42Parser::~WP42Parser | ( | ) |
| void WP42Parser::parse | ( | WPXDocumentInterface * | documentInterface | ) | [virtual] |
Implements WPXParser.
| void WP42Parser::parseSubDocument | ( | WPXDocumentInterface * | documentInterface | ) | [virtual] |
Implements WPXParser.
| void WP42Parser::parseDocument | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption, | |||
| WP42Listener * | listener | |||
| ) | [static] |
| void WP42Parser::parse | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption, | |||
| WP42Listener * | listener | |||
| ) | [private] |