= private = protected
replace_with( child )
Replaces this object with another object. Basically, calls Parent.replace_child
Returns
self
# File lib/rexml/child.rb, line 29 def replace_with( child ) @parent.replace_child( self, child ) self end