#include <TEXTR.h>
Public Member Functions | |
TEXTR () | |
void | startRoot (void) |
void | endRoot (void) |
void | startList (const std::string &key) |
void | addKeyValuePairToList (const std::string &key, const std::string &value) |
void | endList (const std::string &key) |
void | start (const std::string &key) |
void | addKeyValuePair (const std::string &key, const std::string &value) |
void | end (const std::string &key) |
void | startList (const char *key) |
void | addKeyValuePairToList (const char *key, const char *value) |
void | endList (const char *key) |
void | start (const char *key) |
void | addKeyValuePair (const char *key, const char *value) |
void | end (const char *key) |
void | setListBullet (const std::string &bullet) |
void | setListBullet (const char *bullet) |
Protected Attributes | |
std::string | _listBullet |
TEXTR::TEXTR | ( | ) |
References MLR::_indentationString, and _listBullet.
void TEXTR::addKeyValuePair | ( | const std::string & | key, | |
const std::string & | value | |||
) | [virtual] |
Implements MLR.
References MLR::_indent(), MLR::_ss, and BasicLatin::segmentize().
Referenced by addKeyValuePair().
void TEXTR::addKeyValuePair | ( | const char * | key, | |
const char * | value | |||
) | [virtual] |
Implements MLR.
References addKeyValuePair().
void TEXTR::addKeyValuePairToList | ( | const char * | key, | |
const char * | value | |||
) | [virtual] |
Implements MLR.
References addKeyValuePairToList().
void TEXTR::addKeyValuePairToList | ( | const std::string & | key, | |
const std::string & | value | |||
) | [virtual] |
Implements MLR.
References MLR::_indent(), _listBullet, and MLR::_ss.
Referenced by addKeyValuePairToList().
void TEXTR::end | ( | const std::string & | key | ) | [virtual] |
Implements MLR.
References MLR::_end(), MLR::_indent(), and MLR::_ss.
void TEXTR::endList | ( | const std::string & | key | ) | [virtual] |
void TEXTR::setListBullet | ( | const char * | bullet | ) |
References setListBullet().
void TEXTR::setListBullet | ( | const std::string & | bullet | ) |
References _listBullet.
Referenced by setListBullet().
void TEXTR::start | ( | const std::string & | key | ) | [virtual] |
Implements MLR.
References MLR::_indent(), MLR::_ss, MLR::_start(), and BasicLatin::segmentize().
Referenced by start(), and startList().
void TEXTR::startList | ( | const char * | key | ) | [virtual] |
Implements MLR.
References startList().
void TEXTR::startList | ( | const std::string & | key | ) | [virtual] |
std::string TEXTR::_listBullet [protected] |
Referenced by addKeyValuePairToList(), setListBullet(), and TEXTR().