#include <DocTypeDecl.h>
Public Member Functions | |
| const cl7::string_type & | get_name () const |
| const cl7::string_type & | get_decl () const |
| void | set_name (const cl7::string_type &name) |
| void | set_decl (const cl7::string_type &decl) |
| virtual cl7::string_type | generate () const |
Public Attributes | |
| friend | Document |
The (base) class representing an xml document type declaration node.
| cl7::string_type xl7::xml::DocTypeDecl::generate | ( | ) | const [virtual] |
Generates xml text representing this xml object.
Reimplemented from xl7::xml::Node.
| const cl7::string_type& xl7::xml::DocTypeDecl::get_decl | ( | ) | const [inline] |
Returns the declaration itself.
| const cl7::string_type& xl7::xml::DocTypeDecl::get_name | ( | ) | const [inline] |
Returns the name of this document type declaration.
| void xl7::xml::DocTypeDecl::set_decl | ( | const cl7::string_type & | decl | ) | [inline] |
Sets the declaration itself.
| void xl7::xml::DocTypeDecl::set_name | ( | const cl7::string_type & | name | ) | [inline] |
Sets the name of this document type declaration.
Reimplemented from xl7::xml::Node.
1.7.1