# File rexml/text.rb, line 52
  def clone
			return Text.new(self)
		end