class REXML::IOSource

def empty?

def empty?
  super and ( @source.nil? || @source.eof? )
end