# File /home/ser/Work/rexml/rexml/document.rb, line 77
  def root
			@children.find { |item| item.kind_of? Element }
		end