= private = protected
root()
@return the root Element of the document, or nil if this document has no children.
# File lib/rexml/document.rb, line 109 def root elements[1] #self #@children.find { |item| item.kind_of? Element } end