#include <pugixml.hpp>
Definition at line 950 of file pugixml.hpp.
Public Member Functions | |
| const char_t * | name () const |
| xpath_value_type | type () const |
| bool | get_boolean () const |
| double | get_number () const |
| const char_t * | get_string () const |
| const xpath_node_set & | get_node_set () const |
| bool | set (bool value) |
| bool | set (double value) |
| bool | set (const char_t *value) |
| bool | set (const xpath_node_set &value) |
Protected Member Functions | |
| xpath_variable () | |
| xpath_variable (const xpath_variable &) | |
| xpath_variable & | operator= (const xpath_variable &) |
Protected Attributes | |
| xpath_value_type | _type |
| xpath_variable * | _next |
Friends | |
| class | xpath_variable_set |
|
protected |
|
protected |
| bool get_boolean | ( | ) | const |
| const xpath_node_set& get_node_set | ( | ) | const |
| double get_number | ( | ) | const |
| const char_t* get_string | ( | ) | const |
| const char_t* name | ( | ) | const |
|
protected |
| bool set | ( | double | value | ) |
| bool set | ( | const xpath_node_set & | value | ) |
| xpath_value_type type | ( | ) | const |
|
friend |
Definition at line 952 of file pugixml.hpp.
|
protected |
Definition at line 956 of file pugixml.hpp.
|
protected |
Definition at line 955 of file pugixml.hpp.