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