= private = protected
pull()
Returns the next event. This is a PullEvent object.
# File lib/rexml/parsers/baseparser.rb, line 182 def pull pull_event.tap do |event| @listeners.each do |listener| listener.receive event end end end