# File lib/rgen/instantiator/default_xml_instantiator.rb, line 34 def on_descent(node) obj = new_object(node) @env << obj unless obj.nil? node.object = obj node.attributes.each_pair { |k,v| set_attribute(node, k, v) } end