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