# File lib/xml/dom/builder.rb, line 207
    def startCdata
      return unless @createCDATASection
      text
      @cdata_f = true
    end