#include <MobiPocketParser.h>
|
| PDBParser (librevenge::RVNGInputStream *input, librevenge::RVNGTextInterface *document, unsigned type, unsigned creator) |
| Instantiate a parser for a document in Palm Database Format.
|
|
librevenge::RVNGTextInterface * | getDocument () const |
| Get the document generator used for this parsing run.
|
|
const char * | getName () const |
|
librevenge::RVNGInputStream * | getAppInfoRecord () const |
| Return a stream for the format's appInfo record, if it is present.
|
|
librevenge::RVNGInputStream * | getIndexRecord () const |
| Return a stream for the format's index record.
|
|
unsigned | getDataRecordCount () const |
| Return the number of data records in the document.
|
|
librevenge::RVNGInputStream * | getDataRecord (unsigned n) const |
| Return a stream for the n-th data record.
|
|
librevenge::RVNGInputStream * | getDataRecords () const |
| Return a stream for all data records.
|
|
librevenge::RVNGInputStream * | getDataRecords (unsigned first, unsigned last) const |
| Return a stream for data records in a given range.
|
|
◆ MobiPocketParser() [1/2]
◆ MobiPocketParser() [2/2]
libebook::MobiPocketParser::MobiPocketParser |
( |
librevenge::RVNGInputStream * | input, |
|
|
librevenge::RVNGTextInterface * | document = 0 ) |
|
explicit |
◆ ~MobiPocketParser()
libebook::MobiPocketParser::~MobiPocketParser |
( |
| ) |
|
|
virtual |
◆ checkType()
bool libebook::MobiPocketParser::checkType |
( |
unsigned | type, |
|
|
unsigned | creator ) |
|
static |
◆ operator=()
◆ readAppInfoRecord()
void libebook::MobiPocketParser::readAppInfoRecord |
( |
librevenge::RVNGInputStream * | record | ) |
|
|
privatevirtual |
◆ readDataRecord()
void libebook::MobiPocketParser::readDataRecord |
( |
librevenge::RVNGInputStream * | record, |
|
|
bool | last = false ) |
|
privatevirtual |
◆ readIndexRecord()
void libebook::MobiPocketParser::readIndexRecord |
( |
librevenge::RVNGInputStream * | record | ) |
|
|
privatevirtual |
◆ readSortInfoRecord()
void libebook::MobiPocketParser::readSortInfoRecord |
( |
librevenge::RVNGInputStream * | record | ) |
|
|
privatevirtual |
The documentation for this class was generated from the following files: