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

Method select_nodes

Source/ThirdParty/pugixml/pugixml.cpp:11492–11496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11490 }
11491
11492 PUGI__FN xpath_node_set xml_node::select_nodes(const char_t* query, xpath_variable_set* variables) const
11493 {
11494 xpath_query q(query, variables);
11495 return select_nodes(q);
11496 }
11497
11498 PUGI__FN xpath_node_set xml_node::select_nodes(const xpath_query& query) const
11499 {

Callers

nothing calls this directly

Calls 1

evaluate_node_setMethod · 0.80

Tested by

no test coverage detected