Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

XML_Text Class Reference

a xml text node. More...

#include <xml.h>

Inheritance diagram for rs::xml::XML_Text:

Inheritance graph
[legend]
Collaboration diagram for XML_Text:

Collaboration graph
[legend]
List of all members.

Public Methods

 XML_Text (const std::string &content_)
virtual ~XML_Text ()
virtual void add_son (XML_Node *son_)
virtual void remove_son (XML_Node *son_)
virtual void open (std::ostream &out)
virtual void close (std::ostream &out)

Private Attributes

std::string content

Detailed Description

a xml text node.

Definition at line 130 of file xml.h.


Constructor & Destructor Documentation

XML_Text const std::string &    content_ [inline]
 

Create text (content) in xml

Parameters:
content_  the content

Definition at line 138 of file xml.h.

~XML_Text   [virtual]
 

Definition at line 162 of file xml.cpp.


Member Function Documentation

void add_son XML_Node   son_ [virtual]
 

Implements XML_Node.

Definition at line 169 of file xml.cpp.

void remove_son XML_Node   son_ [virtual]
 

Implements XML_Node.

Definition at line 175 of file xml.cpp.

void open std::ostream &    out [virtual]
 

Implements XML_Node.

Definition at line 181 of file xml.cpp.

void close std::ostream &    out [virtual]
 

Implements XML_Node.

Definition at line 186 of file xml.cpp.

Referenced by XML_Text::~XML_Text().


Member Data Documentation

std::string content [private]
 

Definition at line 132 of file xml.h.

Referenced by XML_Text::close().


The documentation for this class was generated from the following files:
Contact me in case of errors or questions.
This documentation is powered by Doxygen.
(C) 2000-2002 Doxygen