|
typedef deque< std::pair< string, string > > | Attributes_t |
|
typedef boost::unordered_map< string, Token > | TokenMap_t |
|
◆ Attributes_t
◆ TokenMap_t
◆ TDTextParser() [1/2]
libebook::TDTextParser::TDTextParser |
( |
const TDTextParser & |
other | ) |
|
|
private |
◆ TDTextParser() [2/2]
libebook::TDTextParser::TDTextParser |
( |
librevenge::RVNGTextInterface * |
document | ) |
|
|
explicit |
◆ closeParagraph()
void libebook::TDTextParser::closeParagraph |
( |
| ) |
|
|
private |
◆ finishParagraph()
void libebook::TDTextParser::finishParagraph |
( |
| ) |
|
|
private |
◆ flushText()
void libebook::TDTextParser::flushText |
( |
const TDAttributes & |
attributes = TDAttributes() | ) |
|
|
private |
◆ openParagraph()
void libebook::TDTextParser::openParagraph |
( |
const TDAttributes & |
attributes = TDAttributes() | ) |
|
|
private |
◆ operator=()
◆ parse()
void libebook::TDTextParser::parse |
( |
librevenge::RVNGInputStream * |
input, |
|
|
bool |
last = false |
|
) |
| |
◆ parseAttribute()
void libebook::TDTextParser::parseAttribute |
( |
const string & |
name, |
|
|
const string & |
rawValue, |
|
|
TDAttributes & |
attributes |
|
) |
| |
|
private |
◆ parseHeaderTag()
bool libebook::TDTextParser::parseHeaderTag |
( |
const Attributes_t & |
attributeList | ) |
|
|
private |
◆ parseTag()
bool libebook::TDTextParser::parseTag |
( |
librevenge::RVNGInputStream * |
input | ) |
|
|
private |
◆ m_document
librevenge::RVNGTextInterface* const libebook::TDTextParser::m_document |
|
private |
◆ m_openedParagraph
bool libebook::TDTextParser::m_openedParagraph |
|
private |
◆ m_text
string libebook::TDTextParser::m_text |
|
private |
The documentation for this class was generated from the following file: