#include <WP1Parser.h>

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