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

Method select_nodes

UnitTests/TestApp/pugixml.cpp:11043–11047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11041 }
11042
11043 PUGI__FN xpath_node_set xml_node::select_nodes(const char_t* query, xpath_variable_set* variables) const
11044 {
11045 xpath_query q(query, variables);
11046 return select_nodes(q);
11047 }
11048
11049 PUGI__FN xpath_node_set xml_node::select_nodes(const xpath_query& query) const
11050 {

Callers 2

loadMethod · 0.45
deserializationMethod · 0.45

Calls 1

evaluate_node_setMethod · 0.45

Tested by

no test coverage detected