# File lib/xml/dom2/document.rb, line 155
      def createCDATASection(data)
        ret = CDATASection.new(data)
        ret.ownerDocument = self
        ret
      end