# File lib/xml/dom2/node.rb, line 61 def initialize(*children) @ownerDocument = nil @parent = nil @children = nil self.childNodes = children if children.length > 0 end