# File temp/element.rb, line 810
def
empty?
@element
.
find
{
|
child
|
child
.
kind_of?
Element
}.
nil?
end