Removes this child from the parent.
# File rexml/child.rb, line 36 def remove unless @parent.nil? @parent.delete self end self end
<code/>
<pre/>
<code/>and<pre/>for code samples.