new(text)
text: String
2461 2462 2463
# File 'lib/xml/dom/core.rb', line 2461 def initialize(text = nil) super(text) end