# File lib/xml/dom2/dombuilder.rb, line 221
      def startCdata
        return unless @createCDATASection
        text
        @cdata_f = true
##        @cdata_buf = ''
      end