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

Method select_single_node

Source/ThirdParty/pugixml/pugixml.cpp:11503–11507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11501 }
11502
11503 PUGI__FN xpath_node xml_node::select_single_node(const char_t* query, xpath_variable_set* variables) const
11504 {
11505 xpath_query q(query, variables);
11506 return select_single_node(q);
11507 }
11508
11509 PUGI__FN xpath_node xml_node::select_single_node(const xpath_query& query) const
11510 {

Callers

nothing calls this directly

Calls 1

evaluate_nodeMethod · 0.80

Tested by

no test coverage detected