MCPcopy Create free account
hub / github.com/cinder/Cinder / remove_all_attributes

Method remove_all_attributes

include/rapidxml/rapidxml.hpp:1309–1314  ·  view source on GitHub ↗

Removes all attributes of node.

Source from the content-addressed store, hash-verified

1307
1308 //! Removes all attributes of node.
1309 void remove_all_attributes()
1310 {
1311 for (xml_attribute<Ch> *attribute = first_attribute(); attribute; attribute = attribute->m_next_attribute)
1312 attribute->m_parent = 0;
1313 m_first_attribute = 0;
1314 }
1315
1316 private:
1317

Callers 3

clone_nodeMethod · 0.80
parseMethod · 0.80
clearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected