# File rexml/child.rb, line 70
    def parent=( other )
      @parent.delete self if defined? @parent and @parent
      @parent = other
    end