# File lib/xml/dom2/cdatasection.rb, line 26
      def initialize(text = nil)
        super(text)
        raise "parameter error" if !text
      end