# File rexml/source.rb, line 270
    def empty?
      super and ( @source.nil? || @source.eof? )
    end