|
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 |
| XmlDoctype | ( | const String & | doctype | ) |
Constructor
| doctype | The doctype |
| XmlDoctype | ( | const XmlDoctype & | orig | ) |
Copy constructor
| orig | Original XmlDoctype |
| virtual ~XmlDoctype | ( | ) | [virtual] |
Destructor
| const String& getDoctype | ( | ) | const [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 |
| virtual XmlDoctype* xmlDoctype | ( | ) | [inline, virtual] |
1.7.6.1