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