| 
    HDK
    
   | 
 
#include <pugixml.hpp>
Public Member Functions | |
| xpath_query (const char_t *query, xpath_variable_set *variables=PUGIXML_NULL) | |
| xpath_query () | |
| ~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 | 
| xpath_node | evaluate_node (const xpath_node &n) const | 
| const xpath_parse_result & | result () const | 
| operator unspecified_bool_type () const | |
| bool | operator! () const | 
Definition at line 1223 of file pugixml.hpp.
      
  | 
  explicit | 
Definition at line 12686 of file pugixml.cpp.
| PUGI__FN pugi::xpath_query::xpath_query | ( | ) | 
Definition at line 12724 of file pugixml.cpp.
| PUGI__FN pugi::xpath_query::~xpath_query | ( | ) | 
Definition at line 12728 of file pugixml.cpp.
| PUGI__FN bool pugi::xpath_query::evaluate_boolean | ( | const xpath_node & | n | ) | const | 
Definition at line 12766 of file pugixml.cpp.
| PUGI__FN xpath_node pugi::xpath_query::evaluate_node | ( | const xpath_node & | n | ) | const | 
Definition at line 12883 of file pugixml.cpp.
| PUGI__FN xpath_node_set pugi::xpath_query::evaluate_node_set | ( | const xpath_node & | n | ) | const | 
Definition at line 12861 of file pugixml.cpp.
| PUGI__FN double pugi::xpath_query::evaluate_number | ( | const xpath_node & | n | ) | const | 
Definition at line 12787 of file pugixml.cpp.
| PUGI__FN string_t pugi::xpath_query::evaluate_string | ( | const xpath_node & | n | ) | const | 
Definition at line 12809 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 12831 of file pugixml.cpp.
| pugi::xpath_query::operator unspecified_bool_type | ( | ) | const | 
Definition at line 12919 of file pugixml.cpp.
| PUGI__FN const xpath_parse_result & pugi::xpath_query::result | ( | ) | const | 
Definition at line 12905 of file pugixml.cpp.
| PUGI__FN xpath_value_type pugi::xpath_query::return_type | ( | ) | const | 
Definition at line 12759 of file pugixml.cpp.