#include <PluckerParser.h>
|
| PDBParser (librevenge::RVNGInputStream *input, librevenge::RVNGTextInterface *document, unsigned type, unsigned creator) |
| Instantiate a parser for a document in Palm Database Format. More...
|
|
librevenge::RVNGTextInterface * | getDocument () const |
| Get the document generator used for this parsing run. More...
|
|
const char * | getName () const |
|
librevenge::RVNGInputStream * | getAppInfoRecord () const |
| Return a stream for the format's appInfo record, if it is present. More...
|
|
librevenge::RVNGInputStream * | getIndexRecord () const |
| Return a stream for the format's index record. More...
|
|
unsigned | getDataRecordCount () const |
| Return the number of data records in the document. More...
|
|
librevenge::RVNGInputStream * | getDataRecord (unsigned n) const |
| Return a stream for the n-th data record. More...
|
|
librevenge::RVNGInputStream * | getDataRecords () const |
| Return a stream for all data records. More...
|
|
librevenge::RVNGInputStream * | getDataRecords (unsigned first, unsigned last) const |
| Return a stream for data records in a given range. More...
|
|
libebook::PluckerParser::PluckerParser |
( |
const PluckerParser & |
other | ) |
|
|
private |
libebook::PluckerParser::PluckerParser |
( |
librevenge::RVNGInputStream * |
input, |
|
|
librevenge::RVNGTextInterface * |
document = nullptr |
|
) |
| |
|
explicit |
bool libebook::PluckerParser::checkType |
( |
unsigned |
type, |
|
|
unsigned |
creator |
|
) |
| |
|
static |
std::shared_ptr< librevenge::RVNGInputStream > libebook::PluckerParser::getUncompressedStream |
( |
librevenge::RVNGInputStream * |
input | ) |
const |
|
private |
void libebook::PluckerParser::readAppInfoRecord |
( |
librevenge::RVNGInputStream * |
record | ) |
|
|
overrideprivatevirtual |
void libebook::PluckerParser::readDataRecord |
( |
librevenge::RVNGInputStream * |
record, |
|
|
bool |
last = false |
|
) |
| |
|
overrideprivatevirtual |
void libebook::PluckerParser::readDataRecords |
( |
| ) |
|
|
overrideprivatevirtual |
void libebook::PluckerParser::readImage |
( |
librevenge::RVNGInputStream * |
input, |
|
|
const PluckerRecordHeader & |
header |
|
) |
| |
|
private |
void libebook::PluckerParser::readIndexRecord |
( |
librevenge::RVNGInputStream * |
record | ) |
|
|
overrideprivatevirtual |
void libebook::PluckerParser::readMetadata |
( |
librevenge::RVNGInputStream * |
input, |
|
|
const PluckerRecordHeader & |
header |
|
) |
| |
|
private |
void libebook::PluckerParser::readSortInfoRecord |
( |
librevenge::RVNGInputStream * |
record | ) |
|
|
overrideprivatevirtual |
void libebook::PluckerParser::readText |
( |
librevenge::RVNGInputStream * |
input, |
|
|
const PluckerRecordHeader & |
header, |
|
|
const std::vector< unsigned > & |
paragraphLengths |
|
) |
| |
|
private |
The documentation for this class was generated from the following files: