MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / select_single_node

Method select_single_node

lib/pugixml/src/pugixml.cpp:12864–12868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12862 }
12863
12864 PUGI__FN xpath_node xml_node::select_single_node(const char_t* query, xpath_variable_set* variables) const
12865 {
12866 xpath_query q(query, variables);
12867 return q.evaluate_node(*this);
12868 }
12869
12870 PUGI__FN xpath_node xml_node::select_single_node(const xpath_query& query) const
12871 {

Callers

nothing calls this directly

Calls 1

evaluate_nodeMethod · 0.80

Tested by

no test coverage detected