= private = protected
empty?()
Returns true if there are no more events
# File lib/rexml/parsers/baseparser.rb, line 146 def empty? return (@source.empty? and @stack.empty?) end