# File rexml/pullparser.rb, line 59
  def unshift token
			@stack.unshift(token) if token.kind_of? PullEvent
		end