method

empty?

empty?()
public

No documentation available.

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