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