#include <WP5Parser.h>
Public Member Functions | |
| WP5Parser (WPXInputStream *input, WPXHeader *header, WPXEncryption *encryption) | |
| ~WP5Parser () | |
| 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, WP5Listener *listener) |
Private Member Functions | |
| WP5PrefixData * | getPrefixData (WPXInputStream *input, WPXEncryption *encryption) |
| void | parse (WPXInputStream *input, WPXEncryption *encryption, WP5Listener *listener) |
Additional Inherited Members | |
Protected Member Functions inherited from WPXParser | |
| WPXHeader * | getHeader () |
| WPXInputStream * | getInput () |
| WPXEncryption * | getEncryption () |
| WP5Parser::WP5Parser | ( | WPXInputStream * | input, |
| WPXHeader * | header, | ||
| WPXEncryption * | encryption | ||
| ) |
| WP5Parser::~WP5Parser | ( | ) |
|
private |
Referenced by parse().
|
virtual |
Implements WPXParser.
|
private |
|
static |
Referenced by WP5SubDocument::parse(), parse(), and parseSubDocument().
|
virtual |
Implements WPXParser.