# File rexml/pullparser.rb, line 157
  def text text
			@main.push PullEvent.new( text:text, text )
		end