#include <pugixml.hpp>
Definition at line 1016 of file pugixml.hpp.
Public Member Functions | |
xpath_query (const char_t *query, xpath_variable_set *variables=0) | |
~xpath_query () | |
xpath_value_type | return_type () const |
bool | evaluate_boolean (const xpath_node &n) const |
double | evaluate_number (const xpath_node &n) const |
string_t | evaluate_string (const xpath_node &n) const |
size_t | evaluate_string (char_t *buffer, size_t capacity, const xpath_node &n) const |
xpath_node_set | evaluate_node_set (const xpath_node &n) const |
const xpath_parse_result & | result () const |
operator unspecified_bool_type () const | |
bool | operator! () const |
|
explicit |
~xpath_query | ( | ) |
bool evaluate_boolean | ( | const xpath_node & | n | ) | const |
xpath_node_set evaluate_node_set | ( | const xpath_node & | n | ) | const |
double evaluate_number | ( | const xpath_node & | n | ) | const |
string_t evaluate_string | ( | const xpath_node & | n | ) | const |
size_t evaluate_string | ( | char_t * | buffer, |
size_t | capacity, | ||
const xpath_node & | n | ||
) | const |
operator unspecified_bool_type | ( | ) | const |
bool operator! | ( | ) | const |
const xpath_parse_result& result | ( | ) | const |
xpath_value_type return_type | ( | ) | const |