#include <Comment.h>
Public Member Functions | |
| const cl7::string_type & | get_value () const |
| void | set_value (const cl7::string_type &value) |
| virtual cl7::string_type | generate () const |
Public Attributes | |
| friend | Document |
| friend | Element |
The (base) class representing an xml comment "node".
| cl7::string_type xl7::xml::Comment::generate | ( | ) | const [virtual] |
Generates xml text representing this xml object.
Reimplemented from xl7::xml::Node.
| const cl7::string_type& xl7::xml::Comment::get_value | ( | ) | const [inline] |
Returns the comment itself.
| void xl7::xml::Comment::set_value | ( | const cl7::string_type & | value | ) | [inline] |
Sets the comment itself.
| friend xl7::xml::Comment::Document |
Reimplemented from xl7::xml::Node.
| friend xl7::xml::Comment::Element |
Reimplemented from xl7::xml::Node.
1.7.1