pugi::xml_attribute Class Reference

#include <pugixml.hpp>

List of all members.

Public Member Functions

 xml_attribute ()
 operator unspecified_bool_type () const
bool operator! () const
bool operator== (const xml_attribute &r) const
bool operator!= (const xml_attribute &r) const
bool operator< (const xml_attribute &r) const
bool operator> (const xml_attribute &r) const
bool operator<= (const xml_attribute &r) const
bool operator>= (const xml_attribute &r) const
xml_attribute next_attribute () const
xml_attribute previous_attribute () const
int as_int () const
double as_double () const
float as_float () const
bool as_bool () const
unsigned int document_order () const
xml_attributeoperator= (const char *rhs)
xml_attributeoperator= (int rhs)
xml_attributeoperator= (double rhs)
xml_attributeoperator= (bool rhs)
bool set_name (const char *rhs)
bool set_value (const char *rhs)
bool empty () const
const char * name () const
const char * value () const

Friends

class xml_attribute_iterator
class xml_node


Detailed Description

A light-weight wrapper for manipulating attributes in DOM tree. Note: xml_attribute does not allocate any memory for the attribute it wraps; it only wraps a pointer to existing attribute.
The documentation for this class was generated from the following files:

Generated on Sun Jun 14 16:32:16 2009 for libzzub by  doxygen 1.5.7.1