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