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