true if the node is empty.CdmNode.empty
bool empty() const pure nothrow @nogc @safeReturns 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.