Yate
|
Xml Comment. More...
#include <yatexml.h>
Public Member Functions | |
XmlComment (const String &comm) | |
XmlComment (const XmlComment &orig) | |
virtual | ~XmlComment () |
const String & | getComment () const |
void | toString (String &dump, const String &indent=String::empty()) const |
virtual XmlComment * | xmlComment () |
Xml Comment.
A Xml Comment from Xml document
XmlComment | ( | const String & | comm | ) |
Constructor
comm | The comment content |
XmlComment | ( | const XmlComment & | orig | ) |
Copy constructor
orig | Original XmlComment |
virtual ~XmlComment | ( | ) | [virtual] |
Destructor
const String& getComment | ( | ) | const [inline] |
Get the text contained by this comment
void toString | ( | String & | dump, |
const String & | indent = String::empty() |
||
) | const |
Build a String from this XmlComment
dump | The string where to append representation |
indent | Spaces for output |
virtual XmlComment* xmlComment | ( | ) | [inline, virtual] |