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