# File rexml/parent.rb, line 41
  def each(&block)
			@children.each(&block)
		end