# File /home/ser/Work/rexml/rexml/node.rb, line 28
  def to_s indent=-1
			rv = ""
			write rv,indent
			rv
		end