# File lib/rexml/element.rb, line 119
    def root_node
      parent.nil? ? self : parent.root_node
    end