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