# File rexml/element.rb, line 89
def
root parent.nil? ?
self
: parent.root
end