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