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

Method IsEmptyLeafNode

xmpsdk/src/XML_Node.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70//==========================
71
72bool XML_Node::IsEmptyLeafNode() const
73{
74
75 if ( (this->kind != kElemNode) || (this->content.size() != 0) ) return false;
76 return true;
77
78} // XML_Node::IsEmptyLeafNode
79
80// =================================================================================================
81// XML_Node::GetAttrValue

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected