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