# File lib/xml/dom2/documenttype.rb, line 72
      def dump(depth = 0)
        print ' ' * depth * 2
        print "<!DOCTYPE #{@name}>\n"
      end