Public Member Functions | |
Attribute (_xmlNode *node) | |
virtual | ~Attribute () |
Glib::ustring | get_name () const |
Get the name of this node. | |
Glib::ustring | get_value () const |
void | set_value (const Glib::ustring &value) |
_xmlAttr * | cobj () |
Access the underlying libxml implementation. | |
const _xmlAttr * | cobj () const |
Access the underlying libxml implementation. |
xmlpp::Attribute::Attribute | ( | _xmlNode * | node | ) | [explicit] |
virtual xmlpp::Attribute::~Attribute | ( | ) | [virtual] |
Glib::ustring xmlpp::Attribute::get_name | ( | ) | const |
Glib::ustring xmlpp::Attribute::get_value | ( | ) | const |
void xmlpp::Attribute::set_value | ( | const Glib::ustring & | value | ) |
_xmlAttr* xmlpp::Attribute::cobj | ( | ) |
const _xmlAttr* xmlpp::Attribute::cobj | ( | ) | const |