# File xmlconfigfile.rb, line 306
  def to_s
    content = ''
    @doc.write(content)
    return content
  end