# File rexml/child.rb, line 27
  def replace_with( child )
			@parent.replace_child( self, child )
			self
		end