# File rexml/pullparser.rb, line 57
  def each
			while has_next?
				yield self.next
			end
		end