# File rexml/doctype.rb, line 232
    def write( output, indent )
      output << ('   '*indent) if indent > 0
      output << @string
    end