Inheritance diagram for xmlpp::Attribute:
Public Member Functions | |
Attribute (_xmlNode *node) | |
virtual | ~Attribute () |
std::string | get_name () const |
Get the name of this node. | |
std::string | get_value () const |
void | set_value (const std::string &value) |
_xmlAttr * | cobj () |
Access the underlying libxml implementation. | |
const _xmlAttr * | cobj () const |
Access the underlying libxml implementation. |
|
|
|
|
|
Access the underlying libxml implementation.
Reimplemented from xmlpp::Node. |
|
Access the underlying libxml implementation.
Reimplemented from xmlpp::Node. |
|
Get the name of this node.
Reimplemented from xmlpp::Node. |
|
|
|
|