MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / select_nodes

Method select_nodes

src/include/pugixml.cpp:10184–10188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10182 }
10183
10184 PUGI__FN xpath_node_set xml_node::select_nodes(const char_t* query, xpath_variable_set* variables) const
10185 {
10186 xpath_query q(query, variables);
10187 return select_nodes(q);
10188 }
10189
10190 PUGI__FN xpath_node_set xml_node::select_nodes(const xpath_query& query) const
10191 {

Callers

nothing calls this directly

Calls 1

evaluate_node_setMethod · 0.80

Tested by

no test coverage detected