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

Function qualified_name

UnitTests/TestApp/pugixml.cpp:7195–7198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7193}
7194
7195PUGI__FN const char_t* qualified_name(const xpath_node& node)
7196{
7197 return node.attribute() ? node.attribute().name() : node.node().name();
7198}
7199
7200PUGI__FN const char_t* local_name(const xpath_node& node)
7201{

Callers 2

local_nameFunction · 0.70
eval_stringMethod · 0.70

Calls 3

attributeMethod · 0.45
nameMethod · 0.45
nodeMethod · 0.45

Tested by

no test coverage detected