MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / ClearNode

Method ClearNode

xmpsdk/src/XML_Node.cpp:450–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448//====================
449
450void XML_Node::ClearNode()
451{
452
453 this->kind = 0;
454 this->ns.erase();
455 this->name.erase();
456 this->value.erase();
457
458 this->RemoveAttrs();
459 this->RemoveContent();
460
461} // XML_Node::ClearNode
462
463// =================================================================================================

Callers 3

EraseMethod · 0.45
CloneMethod · 0.45
ParseFromBufferMethod · 0.45

Calls 3

RemoveAttrsMethod · 0.95
RemoveContentMethod · 0.95
eraseMethod · 0.45

Tested by

no test coverage detected