#include <OEBParser.h>
Public Member Functions | |
OEBParser (librevenge::RVNGInputStream *input, librevenge::RVNGTextInterface *document) | |
void | parse () |
Private Member Functions | |
OEBParser (const OEBParser &other) | |
OEBParser & | operator= (const OEBParser &other) |
Private Attributes | |
librevenge::RVNGInputStream *const | m_input |
librevenge::RVNGTextInterface *const | m_document |
libebook::OEBParser::OEBParser | ( | const OEBParser & | other | ) | [private] |
libebook::OEBParser::OEBParser | ( | librevenge::RVNGInputStream * | input, |
librevenge::RVNGTextInterface * | document | ||
) |
void libebook::OEBParser::parse | ( | ) |
librevenge::RVNGTextInterface* const libebook::OEBParser::m_document [private] |
Referenced by parse().
librevenge::RVNGInputStream* const libebook::OEBParser::m_input [private] |
Referenced by OEBParser(), and parse().