logo
Main Page | Namespaces | Classes | Compounds | Files | Compound Members | Related

Utils::TextNode Class Reference

Used to represent text nodes. More...

#include <Utils.h>

Inheritance diagram for Utils::TextNode:

Utils::XMLNode List of all members.

Public Methods

 TextNode ()
 Constructor.

 TextNode (std::string s)
 Init node with text = s.

 ~TextNode ()
 Destructor.

string printString ()
 Debug info : name , pointer, path.

std::string getXML (int indent)
 Used when constructing a XML text representation.

string pathName ()
 Used in path() to print path.


Public Attributes

std::string text
 The actual text.


Detailed Description

Used to represent text nodes.

Definition at line 171 of file Utils.h.


The documentation for this class was generated from the following files:
Syntopia Project. Visit the web page, or the SourceForge page.
Docs made by Doxygen. Email: Mikael Christensen