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

Method node

Tools/EditorFramework/pugixml.cpp:10490–10493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10488 }
10489
10490 PUGI__FN xml_node xpath_node::node() const
10491 {
10492 return _attribute ? xml_node() : _node;
10493 }
10494
10495 PUGI__FN xml_attribute xpath_node::attribute() const
10496 {

Callers 15

deserializationMethod · 0.45
fillStateDataMethod · 0.45
fillSeparatorDataMethod · 0.45
fillRegionDataMethod · 0.45
LoadStatesMethod · 0.45
LoadStatesMethod · 0.45
getExistValueMethod · 0.45
getValueMethod · 0.45
setValueImplMethod · 0.45
getValueListMethod · 0.45
setValueListImplMethod · 0.45

Calls 1

xml_nodeClass · 0.70

Tested by

no test coverage detected