#include <ogdf/lib/pugixml/pugixml.h>
Public Member Functions | |
xpath_query () | |
xpath_query (const char_t *query, xpath_variable_set *variables=0) | |
~xpath_query () | |
bool | evaluate_boolean (const xpath_node &n) const |
xpath_node | evaluate_node (const xpath_node &n) const |
xpath_node_set | evaluate_node_set (const xpath_node &n) const |
double | evaluate_number (const xpath_node &n) const |
size_t | evaluate_string (char_t *buffer, size_t capacity, const xpath_node &n) const |
string_t | evaluate_string (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 |
Private Types | |
using | unspecified_bool_type = void(*)(xpath_query ***) |
Private Member Functions | |
xpath_query (const xpath_query &) | |
xpath_query & | operator= (const xpath_query &) |
Private Attributes | |
void * | _impl |
xpath_parse_result | _result |
|
private |
|
private |
|
explicit |
pugi::xpath_query::xpath_query | ( | ) |
pugi::xpath_query::~xpath_query | ( | ) |
bool pugi::xpath_query::evaluate_boolean | ( | const xpath_node & | n | ) | const |
xpath_node pugi::xpath_query::evaluate_node | ( | const xpath_node & | n | ) | const |
xpath_node_set pugi::xpath_query::evaluate_node_set | ( | const xpath_node & | n | ) | const |
double pugi::xpath_query::evaluate_number | ( | const xpath_node & | n | ) | const |
size_t pugi::xpath_query::evaluate_string | ( | char_t * | buffer, |
size_t | capacity, | ||
const xpath_node & | n | ||
) | const |
string_t pugi::xpath_query::evaluate_string | ( | const xpath_node & | n | ) | const |
pugi::xpath_query::operator unspecified_bool_type | ( | ) | const |
bool pugi::xpath_query::operator! | ( | ) | const |
|
private |
const xpath_parse_result& pugi::xpath_query::result | ( | ) | const |
xpath_value_type pugi::xpath_query::return_type | ( | ) | const |
|
private |