# File rexml/parent.rb, line 41
    def unshift( object )
      object.parent = self
      @children.unshift object
    end