#include <cxxtools/xml/doctypedeclaration.h>

Public Member Functions | |
| DocTypeDeclaration () | |
| Constructs a new DocTypeDeclaration object with the given string as content. | |
| ~DocTypeDeclaration () | |
| Empty destructor. | |
| void | clear () |
| DocTypeDeclaration * | clone () const |
| Clones this DocTypeDeclaration object by creating a duplicate on the heap and returning it. | |
| const String & | content () const |
| Returns the content of this DocTypeDeclaration object. | |
| String & | content () |
| void | setContent (const String &content) |
| Sets the content of this DocTypeDeclaration object. | |
Use content() to get the content of the DocType element.
| content | The content of the DocTypeDeclaration object. |
| DocTypeDeclaration* clone | ( | ) | const [virtual] |
| const String& content | ( | ) | const |
| void setContent | ( | const String & | content | ) |
| content | The new content for this DocTypeDeclaration object. |