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

Method append_attribute

Tools/EditorFramework/pugixml.cpp:4658–4667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4656 }
4657
4658 PUGI__FN xml_attribute xml_node::append_attribute(const char_t* name_)
4659 {
4660 if (type() != node_element && type() != node_declaration)
4661 return xml_attribute();
4662
4663 xml_attribute a(impl::append_attribute_ll(_root, impl::get_allocator(_root)));
4664 a.set_name(name_);
4665
4666 return a;
4667 }
4668
4669 PUGI__FN xml_attribute xml_node::prepend_attribute(const char_t* name_)
4670 {

Callers 15

generateSkinMethod · 0.45
saveMethod · 0.45
serializationMethod · 0.45
writeSkinMethod · 0.45
writeRegionMethod · 0.45
writeStateMethod · 0.45
writeStateTextMethod · 0.45
SettingsManagerMethod · 0.45
mergeAttributesMethod · 0.45
recursive_copy_skipFunction · 0.45
saveMethod · 0.45
serializationMethod · 0.45

Calls 1

set_nameMethod · 0.45

Tested by 1

generateSkinMethod · 0.36