Sanitize::Processor
A processor traverses the HTML/XML tree, applies transformations through the policy and passes the result to the adapter which then builds the result.
Constants
Log = ::Log.for(self)
Constructors
new(policy : Policy, adapter : Adapter)
SourceInstance methods
reset
Source