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