ARB
|
#include <xml.hxx>
Public Member Functions | |
XML_Comment (const std::string &content_) | |
~XML_Comment () 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_Comment::~XML_Comment | ( | ) |
Definition at line 217 of file xml.cxx.
References close(), and the_XML_Document.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements XML_Node.
Definition at line 232 of file xml.cxx.
References encodeEntities(), fputc(), fputs(), XML_Node::Indent(), and to_indent().
Referenced by ~XML_Comment().