# File rexml/child.rb, line 48
  def next_sibling=( other )
		  parent.insert_after self, other
		end