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