# File rexml/pullparser.rb, line 149
  def tag_start name, attributes
			attrs = {}
			attributes.each{|v| attrs[v[0]]=v[1]}
			@main.push PullEvent.new( tag_start:tag_start, name, attrs )
		end