|
FONTAINE
1.0
|
#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) |
Public Member Functions inherited from MLR | |
| MLR () | |
| virtual | ~MLR () |
| void | setRootTag (const std::string &tag) |
| void | setRootTag (const char *tag) |
| void | setIndentationString (const std::string &indent) |
| virtual std::string | getReport () const |
Additional Inherited Members | |
Protected Member Functions inherited from MLR | |
| void | _start (const std::string &key) |
| void | _end (const std::string &key) |
| void | _incrementChildren () |
| unsigned | _getNumberOfChildren () |
| void | _indent (void) |
| void | _setAsListContainer (void) |
| bool | _isAListContainer (void) |
Protected Attributes inherited from MLR | |
| std::string | _rootTag |
| std::string | _indentationString |
| std::stack< MLRItem * > | _stack |
| std::ostringstream | _ss |
|
virtual |
Implements MLR.
References MLR::_indent(), and MLR::_ss.
Referenced by addKeyValuePair(), and addKeyValuePairToList().
|
virtual |
Implements MLR.
References addKeyValuePair().
|
virtual |
Implements MLR.
References addKeyValuePair().
|
virtual |
Implements MLR.
References addKeyValuePair().
|
virtual |
Implements MLR.
References MLR::_end(), MLR::_indent(), and MLR::_ss.
|
virtual |
Implements MLR.
References MLR::_rootTag, and MLR::_ss.
|
virtual |
Implements MLR.
References MLR::_indent(), MLR::_ss, and MLR::_start().
Referenced by start(), and startList().
|
virtual |
Implements MLR.
References MLR::_rootTag, and MLR::_ss.
1.8.3.1