| 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 () | 
|  Public Member Functions inherited from XmlChild | |
| XmlChild () | |
| virtual void | setParent (XmlParent *parent) | 
| virtual XmlElement * | xmlElement () | 
| virtual XmlCData * | xmlCData () | 
| virtual XmlText * | xmlText () | 
| virtual XmlDeclaration * | xmlDeclaration () | 
| virtual XmlDoctype * | xmlDoctype () | 
| virtual void | replaceParams (const NamedList ¶ms) | 
|  Public Member Functions inherited from GenObject | |
| GenObject () | |
| virtual | ~GenObject () | 
| virtual bool | alive () const | 
| virtual void | destruct () | 
| virtual const String & | toString () const | 
| virtual void * | getObject (const String &name) const | 
| NamedCounter * | getObjCounter () const | 
| NamedCounter * | setObjCounter (NamedCounter *counter) | 
| Additional Inherited Members | |
|  Static Public Member Functions inherited from GenObject | |
| static void * | getObject (const String &name, const GenObject *obj) | 
| static bool | getObjCounting () | 
| static void | setObjCounting (bool enable) | 
| static NamedCounter * | getObjCounter (const String &name, bool create=true) | 
| static ObjList & | getObjCounters () | 
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 | 
Destructor
| 
 | 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 | 
| 
 | inlinevirtual | 
 1.8.8
 1.8.8