Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

XmlText Class Reference

#include <tree.h>

Inheritance diagram for XmlText:

Inheritance graph
[legend]
Collaboration diagram for XmlText:

Collaboration graph
[legend]
List of all members.

Public Methods

 XmlText (string const &is)
string getString (int indent=0) const

Constructor & Destructor Documentation

XmlText::XmlText string const &    is
 

00151    :
00152    text(a_text)
00153 {
00154 }
string XmlText::getString(int indent=0) const


Member Function Documentation

string XmlText::getString int    indent = 0 const [virtual]
 

Reimplemented from XmlNode.

00156 {
00157    return text;
00158 }


The documentation for this class was generated from the following file:
Generated on Mon Apr 7 19:44:08 2003 for DuTree by doxygen1.2.18