|
libzzub 0.2
|
#include <pugixml.hpp>
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_attribute & | operator= (const char *rhs) |
| xml_attribute & | operator= (int rhs) |
| xml_attribute & | operator= (double rhs) |
| xml_attribute & | operator= (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 |
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.
1.7.4