scinfu/SwiftSoup

open Evaluator?

siuying opened this issue · 1 comments

It would be handy if I can write my own Evaluator subclass to perform custom matches.

Currently method like Element.iS(_ evaluator: Evaluator) can be used on many evaluators but it'd be very handy if I can use my custom one.