= private = protected
new(parent=nil)
Constructor @param parent if supplied, will be set as the parent of this object
# File lib/rexml/parent.rb, line 13 def initialize parent=nil super(parent) @children = [] end