Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

xmlpp::Attribute Class Reference

Represents XML Node attributes. More...

Inheritance diagram for xmlpp::Attribute:

Inheritance graph
[legend]
List of all members.

Public Methods

 Attribute (_xmlNode *node)
virtual ~Attribute ()
std::string get_name () const
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.


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  
 

Access the underlying libxml implementation.

Reimplemented from xmlpp::Node.

_xmlAttr* xmlpp::Attribute::cobj  
 

Access the underlying libxml implementation.

Reimplemented from xmlpp::Node.

std::string xmlpp::Attribute::get_name  
 

Reimplemented from xmlpp::Node.

std::string xmlpp::Attribute::get_value  
 

void xmlpp::Attribute::set_value const std::string &    value
 


The documentation for this class was generated from the following file:
Generated on Wed Nov 12 18:22:59 2003 for libxml++ by doxygen1.2.18