|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#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 1216 of file pugixml.hpp.
|
explicit |
Definition at line 12814 of file pugixml.cc.
| PUGI__FN pugi::xpath_query::xpath_query | ( | ) |
Definition at line 12852 of file pugixml.cc.
| PUGI__FN pugi::xpath_query::~xpath_query | ( | ) |
Definition at line 12856 of file pugixml.cc.
| PUGI__FN bool pugi::xpath_query::evaluate_boolean | ( | const xpath_node & | n | ) | const |
Definition at line 12894 of file pugixml.cc.
| PUGI__FN xpath_node pugi::xpath_query::evaluate_node | ( | const xpath_node & | n | ) | const |
Definition at line 13011 of file pugixml.cc.
Referenced by pugi::xml_node::select_node(), pugi::xml_node::select_node(), pugi::xml_node::select_single_node(), and pugi::xml_node::select_single_node().
| PUGI__FN xpath_node_set pugi::xpath_query::evaluate_node_set | ( | const xpath_node & | n | ) | const |
Definition at line 12989 of file pugixml.cc.
Referenced by pugi::xml_node::select_nodes(), and pugi::xml_node::select_nodes().
| PUGI__FN double pugi::xpath_query::evaluate_number | ( | const xpath_node & | n | ) | const |
Definition at line 12915 of file pugixml.cc.
| PUGI__FN size_t pugi::xpath_query::evaluate_string | ( | char_t * | buffer, |
| size_t | capacity, | ||
| const xpath_node & | n ) const |
Definition at line 12959 of file pugixml.cc.
| PUGI__FN string_t pugi::xpath_query::evaluate_string | ( | const xpath_node & | n | ) | const |
Definition at line 12937 of file pugixml.cc.
| PUGI__FN pugi::xpath_query::operator xpath_query::unspecified_bool_type | ( | ) | const |
Definition at line 13042 of file pugixml.cc.
| PUGI__FN bool pugi::xpath_query::operator! | ( | ) | const |
Definition at line 13047 of file pugixml.cc.
| PUGI__FN const xpath_parse_result & pugi::xpath_query::result | ( | ) | const |
Definition at line 13033 of file pugixml.cc.
| PUGI__FN xpath_value_type pugi::xpath_query::return_type | ( | ) | const |
Definition at line 12887 of file pugixml.cc.