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

Method node

UnitTests/TestApp/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 12

loadMethod · 0.45
deserializationMethod · 0.45
deserializationMethod · 0.45
document_orderFunction · 0.45
operator()Method · 0.45
operator()Method · 0.45
qualified_nameFunction · 0.45
namespace_uriFunction · 0.45
step_doMethod · 0.45
eval_booleanMethod · 0.45
eval_node_setMethod · 0.45

Calls 1

xml_nodeClass · 0.70

Tested by

no test coverage detected