# File lib/rgen/instantiator/nodebased_xml_instantiator.rb, line 89
  def start_element(ns, qtag, prefix, tag, attributes)
    node = XMLNodeDescriptor.new(ns, qtag, prefix, tag, @stack[-1], [], attributes)
    @stack.push node
    on_descent(node)
  end