HDK
|
#include <pugixml.hpp>
Definition at line 1184 of file pugixml.hpp.
|
explicit |
Definition at line 12340 of file pugixml.cpp.
PUGI__FN pugi::xpath_query::xpath_query | ( | ) |
Definition at line 12369 of file pugixml.cpp.
PUGI__FN pugi::xpath_query::~xpath_query | ( | ) |
Definition at line 12373 of file pugixml.cpp.
|
explicit |
pugi::xpath_query::xpath_query | ( | ) |
pugi::xpath_query::~xpath_query | ( | ) |
bool pugi::xpath_query::evaluate_boolean | ( | const xpath_node & | n | ) | const |
PUGI__FN bool pugi::xpath_query::evaluate_boolean | ( | const xpath_node & | n | ) | const |
Definition at line 12411 of file pugixml.cpp.
xpath_node pugi::xpath_query::evaluate_node | ( | const xpath_node & | n | ) | const |
PUGI__FN xpath_node pugi::xpath_query::evaluate_node | ( | const xpath_node & | n | ) | const |
Definition at line 12487 of file pugixml.cpp.
xpath_node_set pugi::xpath_query::evaluate_node_set | ( | const xpath_node & | n | ) | const |
PUGI__FN xpath_node_set pugi::xpath_query::evaluate_node_set | ( | const xpath_node & | n | ) | const |
Definition at line 12470 of file pugixml.cpp.
double pugi::xpath_query::evaluate_number | ( | const xpath_node & | n | ) | const |
PUGI__FN double pugi::xpath_query::evaluate_number | ( | const xpath_node & | n | ) | const |
Definition at line 12425 of file pugixml.cpp.
string_t pugi::xpath_query::evaluate_string | ( | const xpath_node & | n | ) | const |
size_t pugi::xpath_query::evaluate_string | ( | char_t * | buffer, |
size_t | capacity, | ||
const xpath_node & | n | ||
) | const |
PUGI__FN string_t pugi::xpath_query::evaluate_string | ( | const xpath_node & | n | ) | const |
Definition at line 12440 of file pugixml.cpp.
PUGI__FN size_t pugi::xpath_query::evaluate_string | ( | char_t * | buffer, |
size_t | capacity, | ||
const xpath_node & | n | ||
) | const |
Definition at line 12450 of file pugixml.cpp.
pugi::xpath_query::operator unspecified_bool_type | ( | ) | const |
pugi::xpath_query::operator unspecified_bool_type | ( | ) | const |
bool pugi::xpath_query::operator! | ( | ) | const |
Definition at line 12518 of file pugixml.cpp.
const xpath_parse_result& pugi::xpath_query::result | ( | ) | const |
PUGI__FN const xpath_parse_result & pugi::xpath_query::result | ( | ) | const |
Definition at line 12504 of file pugixml.cpp.
xpath_value_type pugi::xpath_query::return_type | ( | ) | const |
PUGI__FN xpath_value_type pugi::xpath_query::return_type | ( | ) | const |
Definition at line 12404 of file pugixml.cpp.