= private = protected
empty?()
Returns true if there are no Element children, false otherwise
# File lib/rexml/element.rb, line 833 def empty? @element.find{ |child| child.kind_of? Element}.nil? end