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