Public Member Functions | Protected Attributes

TEXTR Class Reference

#include <TEXTR.h>

Inheritance diagram for TEXTR:
MLR

List of all members.

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

Constructor & Destructor Documentation

TEXTR::TEXTR (  ) 

Member Function Documentation

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.

Referenced by end(), and endList().

void TEXTR::end ( const char *  key  )  [virtual]

Implements MLR.

References end().

void TEXTR::endList ( const std::string &  key  )  [virtual]

Implements MLR.

References end().

Referenced by endList().

void TEXTR::endList ( const char *  key  )  [virtual]

Implements MLR.

References endList().

void TEXTR::endRoot ( void   )  [virtual]

Implements MLR.

References MLR::_ss.

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::start ( const char *  key  )  [virtual]

Implements MLR.

References start().

void TEXTR::startList ( const char *  key  )  [virtual]

Implements MLR.

References startList().

void TEXTR::startList ( const std::string &  key  )  [virtual]

Implements MLR.

References start().

Referenced by startList().

void TEXTR::startRoot ( void   )  [virtual]

Implements MLR.

References MLR::_ss.


Member Data Documentation

std::string TEXTR::_listBullet [protected]

The documentation for this class was generated from the following files: