# File lib/xml/dom/core.rb, line 224 def initialize(*children) @parent = nil @children = nil self.childNodes = children if children.length > 0 end