MCPcopy Create free account
hub / github.com/MyGUI/mygui / select_single_node

Method select_single_node

UnitTests/TestApp/pugixml.cpp:11031–11035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11029 }
11030
11031 PUGI__FN xpath_node xml_node::select_single_node(const char_t* query, xpath_variable_set* variables) const
11032 {
11033 xpath_query q(query, variables);
11034 return select_single_node(q);
11035 }
11036
11037 PUGI__FN xpath_node xml_node::select_single_node(const xpath_query& query) const
11038 {

Callers 2

deserializationMethod · 0.45
deserializationMethod · 0.45

Calls 4

xpath_nodeClass · 0.70
evaluate_node_setMethod · 0.45
emptyMethod · 0.45
firstMethod · 0.45

Tested by

no test coverage detected