XMLNode Class Reference

Objects of this class represent nodes of the XML structure. More...

#include <XMLLogPrinter.h>

List of all members.

Public Member Functions

 XMLNode (const std::tstring &name)
 Constructor. Creates a XMLNode with provided name.
XMLNodeAddSubNode (const std::tstring &name)
 Adds a new XMLNode with provided name as a sub node of this node, and returns a reference to it.
void AddAttribute (const std::tstring &name, const std::tstring &value)
 Adds a new attribute to this node.
void PrintOn (std::tostringstream &stream, unsigned int indentLevel=0)
 Prints this node in XML format.

Private Attributes

std::tstring m_name
 Name of the node.
std::vector< XMLNodem_subNodes
 Vector of child XML nodes.
std::vector< std::pair
< std::tstring, std::tstring > > 
m_attributes
 Vector of attributes. Each pair contains the name and the value of the attribute.


Detailed Description

Objects of this class represent nodes of the XML structure.

Definition at line 37 of file XMLLogPrinter.h.


Member Function Documentation

void PrintOn ( std::tostringstream &  stream,
unsigned int  indentLevel = 0 
) [inline]

Prints this node in XML format.

Parameters:
stream Stream on which the node should be printed.
indentLevel Indicates how much should the output be indented. Each increment of this parameter adds four spaces before each line of the output.

Definition at line 170 of file XMLLogPrinter.h.

References XMLNode::m_attributes, XMLNode::m_name, and XMLNode::m_subNodes.

Referenced by XMLLogPrinter::DoFormatMessage().


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

Generated on Thu Sep 17 15:05:17 2009 for Logging by  doxygen 1.5.8