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