#include <TealDocParser.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.
|
|
◆ TealDocParser() [1/2]
◆ TealDocParser() [2/2]
libebook::TealDocParser::TealDocParser |
( |
librevenge::RVNGInputStream * |
input, |
|
|
librevenge::RVNGTextInterface * |
document = nullptr |
|
) |
| |
|
explicit |
◆ ~TealDocParser()
libebook::TealDocParser::~TealDocParser |
( |
| ) |
|
|
override |
◆ checkType()
bool libebook::TealDocParser::checkType |
( |
unsigned |
type, |
|
|
unsigned |
creator |
|
) |
| |
|
static |
◆ closeDocument()
void libebook::TealDocParser::closeDocument |
( |
| ) |
|
|
private |
◆ createConverter()
void libebook::TealDocParser::createConverter |
( |
const std::vector< char > & |
text | ) |
|
|
private |
◆ openDocument()
void libebook::TealDocParser::openDocument |
( |
| ) |
|
|
private |
◆ operator=()
◆ readAppInfoRecord()
void libebook::TealDocParser::readAppInfoRecord |
( |
librevenge::RVNGInputStream * |
record | ) |
|
|
overrideprivatevirtual |
◆ readDataRecord()
void libebook::TealDocParser::readDataRecord |
( |
librevenge::RVNGInputStream * |
record, |
|
|
bool |
last |
|
) |
| |
|
overrideprivatevirtual |
◆ readIndexRecord()
void libebook::TealDocParser::readIndexRecord |
( |
librevenge::RVNGInputStream * |
record | ) |
|
|
overrideprivatevirtual |
◆ readSortInfoRecord()
void libebook::TealDocParser::readSortInfoRecord |
( |
librevenge::RVNGInputStream * |
record | ) |
|
|
overrideprivatevirtual |
◆ m_compressed
bool libebook::TealDocParser::m_compressed |
|
private |
◆ m_converter
◆ m_openedDocument
bool libebook::TealDocParser::m_openedDocument |
|
private |
◆ m_read
unsigned libebook::TealDocParser::m_read |
|
private |
◆ m_recordCount
unsigned libebook::TealDocParser::m_recordCount |
|
private |
◆ m_recordSize
unsigned libebook::TealDocParser::m_recordSize |
|
private |
◆ m_textLength
unsigned libebook::TealDocParser::m_textLength |
|
private |
◆ m_textParser
The documentation for this class was generated from the following files: