#include <TDParser.h>
|
| PDXParser (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::TDParser::TDParser |
( |
const TDParser & |
| ) |
|
|
private |
libebook::TDParser::TDParser |
( |
librevenge::RVNGInputStream * |
input, |
|
|
librevenge::RVNGTextInterface * |
document = 0 |
|
) |
| |
|
explicit |
libebook::TDParser::~TDParser |
( |
| ) |
|
|
virtual |
bool libebook::TDParser::checkType |
( |
unsigned |
type, |
|
|
unsigned |
creator |
|
) |
| |
|
static |
void libebook::TDParser::closeDocument |
( |
| ) |
|
|
private |
void libebook::TDParser::createConverter |
( |
const std::vector< char > & |
text | ) |
|
|
private |
void libebook::TDParser::openDocument |
( |
| ) |
|
|
private |
void libebook::TDParser::readAppInfoRecord |
( |
librevenge::RVNGInputStream * |
record | ) |
|
|
privatevirtual |
void libebook::TDParser::readDataRecord |
( |
librevenge::RVNGInputStream * |
record, |
|
|
bool |
last |
|
) |
| |
|
privatevirtual |
void libebook::TDParser::readIndexRecord |
( |
librevenge::RVNGInputStream * |
record | ) |
|
|
privatevirtual |
void libebook::TDParser::readSortInfoRecord |
( |
librevenge::RVNGInputStream * |
record | ) |
|
|
privatevirtual |
bool libebook::TDParser::m_compressed |
|
private |
bool libebook::TDParser::m_openedDocument |
|
private |
unsigned libebook::TDParser::m_read |
|
private |
unsigned libebook::TDParser::m_recordCount |
|
private |
unsigned libebook::TDParser::m_recordSize |
|
private |
unsigned libebook::TDParser::m_textLength |
|
private |
The documentation for this class was generated from the following files: