CdmNode.empty

bool empty() const pure nothrow @nogc @safe

Returns true if this node has no content.

Containers are empty if they have no children/members. NULL and COMMENT are always empty. STRING and BINARY check their data length. Other scalar types are never empty.

Returns

true if the node is empty.