#include <WP3Parser.h>

Public Member Functions | |
| WP3Parser (WPXInputStream *input, WPXHeader *header, WPXEncryption *encryption) | |
| ~WP3Parser () | |
| void | parse (WPXDocumentInterface *documentInterface) |
| void | parseSubDocument (WPXDocumentInterface *documentInterface) |
Static Public Member Functions | |
| static void | parseDocument (WPXInputStream *input, WPXEncryption *encryption, WP3Listener *listener) |
Private Member Functions | |
| WP3ResourceFork * | getResourceFork (WPXInputStream *input, WPXEncryption *encryption) |
| void | parse (WPXInputStream *input, WPXEncryption *encryption, WP3Listener *listener) |
| WP3Parser::WP3Parser | ( | WPXInputStream * | input, | |
| WPXHeader * | header, | |||
| WPXEncryption * | encryption | |||
| ) |
| WP3Parser::~WP3Parser | ( | ) |
| void WP3Parser::parse | ( | WPXDocumentInterface * | documentInterface | ) | [virtual] |
Implements WPXParser.
| void WP3Parser::parseSubDocument | ( | WPXDocumentInterface * | documentInterface | ) | [virtual] |
Implements WPXParser.
| void WP3Parser::parseDocument | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption, | |||
| WP3Listener * | listener | |||
| ) | [static] |
| WP3ResourceFork * WP3Parser::getResourceFork | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption | |||
| ) | [private] |
| void WP3Parser::parse | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption, | |||
| WP3Listener * | listener | |||
| ) | [private] |