XMLR Class Reference

#include <XMLR.h>

Inheritance diagram for XMLR:
MLR

List of all members.

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)

Member Function Documentation

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 char *  key  )  [virtual]

Implements MLR.

References end().

void XMLR::end ( const std::string &  key  )  [virtual]

Implements MLR.

References MLR::_end(), MLR::_indent(), and MLR::_ss.

Referenced by end(), and endList().

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

Implements MLR.

References end().

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

Implements MLR.

References end().

void XMLR::endRoot ( void   )  [virtual]

Implements MLR.

References MLR::_rootTag, and MLR::_ss.

void XMLR::start ( const char *  key  )  [virtual]

Implements MLR.

References start().

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

Implements MLR.

References start().

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

Implements MLR.

References start().

void XMLR::startRoot ( void   )  [virtual]

Implements MLR.

References MLR::_rootTag, and MLR::_ss.


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

Generated on 5 Feb 2010 for FONTAINE by  doxygen 1.6.1