# File rexml/parent.rb, line 17
  def add( object )
			object.parent = self
			@children << object
			object
		end