| Yate
    | 
 
  
 | Public Member Functions | |
| XmlDoctype (const String &doctype) | |
| XmlDoctype (const XmlDoctype &orig) | |
| virtual | ~XmlDoctype () | 
| const String & | getDoctype () const | 
| virtual XmlDoctype * | xmlDoctype () | 
| void | toString (String &dump, const String &indent=String::empty()) const | 
|  Public Member Functions inherited from XmlChild | |
| XmlChild () | |
| virtual void | setParent (XmlParent *parent) | 
| virtual XmlElement * | xmlElement () | 
| virtual XmlComment * | xmlComment () | 
| virtual XmlCData * | xmlCData () | 
| virtual XmlText * | xmlText () | 
| virtual XmlDeclaration * | xmlDeclaration () | 
| 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 () | 
| XmlDoctype | ( | const String & | doctype | ) | 
Constructor
| doctype | The doctype | 
| XmlDoctype | ( | const XmlDoctype & | orig | ) | 
Copy constructor
| orig | Original XmlDoctype | 
| 
 | virtual | 
Destructor
| 
 | inline | 
Get the doctype held by this Xml doctype
| void toString | ( | String & | dump, | 
| const String & | indent = String::empty() | ||
| ) | const | 
Build a String from this XmlDoctype
| dump | The string where to append representation | 
| indent | Spaces for output | 
| 
 | inlinevirtual | 
 1.8.8
 1.8.8