Public Member Functions |
| operator unspecified_bool_type () const |
bool | operator! () const |
bool | empty () const |
const char_t * | get () const |
const char_t * | as_string (const char_t *def=PUGIXML_TEXT("")) const |
int | as_int (int def=0) const |
unsigned int | as_uint (unsigned int def=0) const |
double | as_double (double def=0) const |
float | as_float (float def=0) const |
bool | as_bool (bool def=false) const |
bool | set (const char_t *rhs) |
bool | set (int rhs) |
bool | set (unsigned int rhs) |
bool | set (double rhs) |
bool | set (bool rhs) |
xml_text & | operator= (const char_t *rhs) |
xml_text & | operator= (int rhs) |
xml_text & | operator= (unsigned int rhs) |
xml_text & | operator= (double rhs) |
xml_text & | operator= (bool rhs) |
xml_node | data () const |
The documentation for this class was generated from the following files: