# File lib/scrubyt/core/scraping/filters/tree_filter.rb, line 137
    def to_sexp
      if @example =~ /.+\[@.+\]$/
        [:str, "#{@xpath}/@#{@example.scan(/\[@(.+?)\]/)[0][0]}"]
      else
        [:str, @xpath]
      end
    end