MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / select_node

Method select_node

Source/ThirdParty/pugixml/pugixml.cpp:11481–11485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11479 }
11480
11481 PUGI__FN xpath_node xml_node::select_node(const char_t* query, xpath_variable_set* variables) const
11482 {
11483 xpath_query q(query, variables);
11484 return select_node(q);
11485 }
11486
11487 PUGI__FN xpath_node xml_node::select_node(const xpath_query& query) const
11488 {

Callers

nothing calls this directly

Calls 1

evaluate_nodeMethod · 0.80

Tested by

no test coverage detected