#include <xml.h>
Inheritance diagram for rs::xml::XML_Tag:


Public Methods | |
| XML_Tag (const std::string &name_) | |
| virtual | ~XML_Tag () |
| void | add_attribute (const std::string &name_, const std::string &content_) |
| 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 | name |
| XML_Node * | son |
| XML_Attribute * | attribute |
Definition at line 102 of file xml.h.
|
|
Create a new xml element
|
|
|
|
|
||||||||||||
|
add an attribute to the XML_Tag
|
|
|
Implements XML_Node. |
|
|
Implements XML_Node. |
|
|
Implements XML_Node. |
|
|
Implements XML_Node. Definition at line 143 of file xml.cpp. Referenced by XML_Tag::~XML_Tag(). |
|
|
Definition at line 104 of file xml.h. Referenced by XML_Tag::close(), and XML_Tag::open(). |
|
|
Definition at line 105 of file xml.h. Referenced by XML_Tag::add_son(), and XML_Tag::remove_son(). |
|
|
Definition at line 106 of file xml.h. Referenced by XML_Tag::add_attribute(), XML_Tag::close(), and XML_Tag::open(). |
|
Contact me in case of errors or questions. This documentation is powered by |
(C) 2000-2002 |