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

XmlNode Class Reference

#include <tree.h>

Inheritance diagram for XmlNode:

Inheritance graph
[legend]
Collaboration diagram for XmlNode:

Collaboration graph
[legend]
List of all members.

Public Methods

 XmlNode ()
virtual string getString (int indent=0) const

Constructor & Destructor Documentation

XmlNode::XmlNode   [inline]
 

00130       :
00131    TreeNode<XmlNode>(*this)
00132    {}
   virtual string getString(int indent=0) const


Member Function Documentation

virtual string XmlNode::getString int    indent = 0 const [inline, virtual]
 

Reimplemented in XmlText, and XmlTag.

00134    {
00135       return "";
00136    }


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