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