#include <WP5Parser.h>
Public Member Functions | |
WP5Parser (WPXInputStream *input, WPXHeader *header, WPXEncryption *encryption) | |
~WP5Parser () | |
void | parse (WPXDocumentInterface *documentInterface) |
void | parseSubDocument (WPXDocumentInterface *documentInterface) |
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) |
WP5Parser::WP5Parser | ( | WPXInputStream * | input, |
WPXHeader * | header, | ||
WPXEncryption * | encryption | ||
) |
WP5Parser::~WP5Parser | ( | ) |
WP5PrefixData * WP5Parser::getPrefixData | ( | WPXInputStream * | input, |
WPXEncryption * | encryption | ||
) | [private] |
Referenced by parse().
void WP5Parser::parse | ( | WPXInputStream * | input, |
WPXEncryption * | encryption, | ||
WP5Listener * | listener | ||
) | [private] |
void WP5Parser::parse | ( | WPXDocumentInterface * | documentInterface | ) | [virtual] |
Implements WPXParser.
void WP5Parser::parseDocument | ( | WPXInputStream * | input, |
WPXEncryption * | encryption, | ||
WP5Listener * | listener | ||
) | [static] |
Referenced by WP5SubDocument::parse(), parse(), and parseSubDocument().
void WP5Parser::parseSubDocument | ( | WPXDocumentInterface * | documentInterface | ) | [virtual] |
Implements WPXParser.