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 |
![]() | |
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) |
![]() | |
GenObject () | |
virtual | ~GenObject () |
virtual bool | alive () const |
virtual void | destruct () |
virtual const String & | toString () const |
virtual const String & | traceId () const |
virtual void * | getObject (const String &name) const |
NamedCounter * | getObjCounter () const |
NamedCounter * | setObjCounter (NamedCounter *counter) |
Additional Inherited Members | |
![]() | |
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 |