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

Method select_single_node

Tools/EditorFramework/pugixml.cpp:11031–11035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11029 }
11030
11031 PUGI__FN xpath_node xml_node::select_single_node(const char_t* query, xpath_variable_set* variables) const
11032 {
11033 xpath_query q(query, variables);
11034 return select_single_node(q);
11035 }
11036
11037 PUGI__FN xpath_node xml_node::select_single_node(const xpath_query& query) const
11038 {

Callers 12

generateSkinMethod · 0.45
deserializationMethod · 0.45
fillRegionDataMethod · 0.45
getExistValueMethod · 0.45
getValueMethod · 0.45
setValueImplMethod · 0.45
setValueListImplMethod · 0.45
deserializationMethod · 0.45
deserializationMethod · 0.45
deserializationMethod · 0.45
parseFontMethod · 0.45
deserializationMethod · 0.45

Calls 4

xpath_nodeClass · 0.70
evaluate_node_setMethod · 0.45
emptyMethod · 0.45
firstMethod · 0.45

Tested by 1

generateSkinMethod · 0.36