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