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

Method select_node

lib/pugixml/src/pugixml.cpp:12842–12846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12840 }
12841
12842 PUGI__FN xpath_node xml_node::select_node(const char_t* query, xpath_variable_set* variables) const
12843 {
12844 xpath_query q(query, variables);
12845 return q.evaluate_node(*this);
12846 }
12847
12848 PUGI__FN xpath_node xml_node::select_node(const xpath_query& query) const
12849 {

Callers

nothing calls this directly

Calls 1

evaluate_nodeMethod · 0.80

Tested by

no test coverage detected