#include <tree.h>
Inheritance diagram for XmlText:


Public Methods | |
| XmlText (string const &is) | |
| string | getString (int indent=0) const |
|
|
00151 :
00152 text(a_text)
00153 {
00154 }
string XmlText::getString(int indent=0) const
|
|
|
Reimplemented from XmlNode.
00156 {
00157 return text;
00158 }
|
1.2.18