#include <WP42Parser.h>
Public Member Functions | |
| WP42Parser (WPXInputStream *input, WPXEncryption *encryption) | |
| ~WP42Parser () | |
| void | parse (WPXDocumentInterface *documentInterface) |
| void | parseSubDocument (WPXDocumentInterface *documentInterface) |
Public Member Functions inherited from WPXParser | |
| WPXParser (WPXInputStream *input, WPXHeader *header, WPXEncryption *encryption) | |
| virtual | ~WPXParser () |
Static Public Member Functions | |
| static void | parseDocument (WPXInputStream *input, WPXEncryption *encryption, WP42Listener *listener) |
Private Member Functions | |
| void | parse (WPXInputStream *input, WPXEncryption *encryption, WP42Listener *listener) |
Additional Inherited Members | |
Protected Member Functions inherited from WPXParser | |
| WPXHeader * | getHeader () |
| WPXInputStream * | getInput () |
| WPXEncryption * | getEncryption () |
| WP42Parser::WP42Parser | ( | WPXInputStream * | input, |
| WPXEncryption * | encryption | ||
| ) |
| WP42Parser::~WP42Parser | ( | ) |
|
virtual |
Implements WPXParser.
|
private |
|
static |
Referenced by WP42SubDocument::parse(), parse(), and parseSubDocument().
|
virtual |
Implements WPXParser.