# File /home/ser/Work/rexml/rexml/child.rb, line 26
  def replace_with( child )
			@parent.replace_child( self, child )
			self
		end