#include <XMLR.h>
Public Member Functions | |
| 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 XMLR::addKeyValuePair | ( | const char * | key, | |
| const char * | value | |||
| ) | [virtual] |
Implements MLR.
References addKeyValuePair().
| void XMLR::addKeyValuePair | ( | const std::string & | key, | |
| const std::string & | value | |||
| ) | [virtual] |
Implements MLR.
References MLR::_indent(), and MLR::_ss.
Referenced by addKeyValuePair(), and addKeyValuePairToList().
| void XMLR::addKeyValuePairToList | ( | const char * | key, | |
| const char * | value | |||
| ) | [virtual] |
Implements MLR.
References addKeyValuePair().
| void XMLR::addKeyValuePairToList | ( | const std::string & | key, | |
| const std::string & | value | |||
| ) | [virtual] |
Implements MLR.
References addKeyValuePair().
| void XMLR::end | ( | const std::string & | key | ) | [virtual] |
Implements MLR.
References MLR::_end(), MLR::_indent(), and MLR::_ss.
| void XMLR::endRoot | ( | void | ) | [virtual] |
Implements MLR.
References MLR::_rootTag, and MLR::_ss.
| void XMLR::start | ( | const std::string & | key | ) | [virtual] |
Implements MLR.
References MLR::_indent(), MLR::_ss, and MLR::_start().
Referenced by start(), and startList().
| void XMLR::startRoot | ( | void | ) | [virtual] |
Implements MLR.
References MLR::_rootTag, and MLR::_ss.
1.6.2-20100208