#include <Attribute.h>
Public Member Functions | |
| const cl7::string_type & | get_name () const |
| const cl7::string_type & | get_value () const |
| void | set_value (const cl7::string_type &value) |
| virtual cl7::string_type | generate () const |
Public Attributes | |
| friend | Element |
The base class representing any xml attribute.
| cl7::string_type xl7::xml::Attribute::generate | ( | ) | const [virtual] |
Generates xml text representing this xml object.
Implements xl7::xml::Base.
| const cl7::string_type& xl7::xml::Attribute::get_name | ( | ) | const [inline] |
Returns the name of this attribute.
| const cl7::string_type& xl7::xml::Attribute::get_value | ( | ) | const [inline] |
Returns the value of this attribute.
| void xl7::xml::Attribute::set_value | ( | const cl7::string_type & | value | ) | [inline] |
Sets the value of this attribute.
| friend xl7::xml::Attribute::Element |
1.7.1