ARB
|
a xml text node More...
#include <xml.hxx>
Public Member Functions | |
XML_Text (const std::string &content_) | |
~XML_Text () OVERRIDE | |
void | add_son (XML_Node *son_, bool son_is_tag) OVERRIDE __ATTR__NORETURN |
void | remove_son (XML_Node *son_) OVERRIDE __ATTR__NORETURN |
void | open (FILE *) OVERRIDE |
void | close (FILE *out) OVERRIDE |
Public Member Functions inherited from XML_Node | |
XML_Node (bool is_tag) | |
virtual | ~XML_Node () |
int | Indent () const |
bool | Opened () const |
Additional Inherited Members | |
Protected Attributes inherited from XML_Node | |
XML_Node * | father |
bool | opened |
int | indent |
|
inline |
XML_Text::~XML_Text | ( | ) |
Definition at line 194 of file xml.cxx.
References close(), and the_XML_Document.
|
virtual |
|
virtual |
|
virtual |
Implements XML_Node.
Definition at line 209 of file xml.cxx.
References encodeEntities(), XML_Node::father, fputs(), XML_Node::open(), and XML_Node::Opened().
Referenced by ~XML_Text().