MCPcopy Create free account
hub / github.com/MyGUI/mygui / select_nodes

Method select_nodes

Tools/EditorFramework/pugixml.cpp:11043–11047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11041 }
11042
11043 PUGI__FN xpath_node_set xml_node::select_nodes(const char_t* query, xpath_variable_set* variables) const
11044 {
11045 xpath_query q(query, variables);
11046 return select_nodes(q);
11047 }
11048
11049 PUGI__FN xpath_node_set xml_node::select_nodes(const xpath_query& query) const
11050 {

Callers 14

deserializationMethod · 0.45
fillStateDataMethod · 0.45
fillSeparatorDataMethod · 0.45
fillRegionDataMethod · 0.45
getValueListMethod · 0.45
getValueNodeListMethod · 0.45
deserializationMethod · 0.45
loadMethod · 0.45
deserializationMethod · 0.45
parseFontMethod · 0.45
deserializationMethod · 0.45
parseImageMethod · 0.45

Calls 1

evaluate_node_setMethod · 0.45

Tested by

no test coverage detected