MCPcopy Create free account
hub / github.com/comaps/comaps / GetAttribute

Method GetAttribute

libs/editor/xml_feature.cpp:738–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738string XMLFeature::GetAttribute(string const & key) const
739{
740 return GetRootNode().attribute(key.data()).value();
741}
742
743void XMLFeature::SetAttribute(string const & key, string const & value)
744{

Callers 4

ModifyElementMethod · 0.80
DeleteElementMethod · 0.80
UNIT_TESTFunction · 0.80
UNIT_TESTFunction · 0.80

Calls 2

valueMethod · 0.45
dataMethod · 0.45

Tested by 2

UNIT_TESTFunction · 0.64
UNIT_TESTFunction · 0.64