# File lib/rexml/doctype.rb, line 217
    def write( output, indent )
      output << to_s
    end