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