Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

xmlpp::Attribute Class Reference

Represents XML Node attributes. More...

Inheritance diagram for xmlpp::Attribute:

[legend]
List of all members.

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.

Detailed Description

Represents XML Node attributes.


Constructor & Destructor Documentation

xmlpp::Attribute::Attribute _xmlNode *  node  )  [explicit]
 

virtual xmlpp::Attribute::~Attribute  )  [virtual]
 


Member Function Documentation

const _xmlAttr* xmlpp::Attribute::cobj  )  const
 

Access the underlying libxml implementation.

Reimplemented from xmlpp::Node.

_xmlAttr* xmlpp::Attribute::cobj  ) 
 

Access the underlying libxml implementation.

Reimplemented from xmlpp::Node.

Glib::ustring xmlpp::Attribute::get_name  )  const
 

Get the name of this node.

Returns:
The node's name.

Reimplemented from xmlpp::Node.

Glib::ustring xmlpp::Attribute::get_value  )  const
 

void xmlpp::Attribute::set_value const Glib::ustring &  value  ) 
 


The documentation for this class was generated from the following file:
Generated on Sun Mar 13 15:07:40 2005 for libxml++ by  doxygen 1.4.0