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