# File lib/fog/aws/parsers/compute/run_instances.rb, line 16
          def start_element(name, attrs = [])
            super
            if @contexts.include?(name)
              @context.push(name)
            end
          end