class Sanitize::Processor
- Sanitize::Processor
- Reference
- Object
Overview
A processor traverses the HTML/XML tree, applies transformations through the policy and passes the result to the adapter which then builds the result.
Defined in:
Constant Summary
-
Log =
::Log.for(self)
Constructors
Instance Method Summary
- #process_element(orig_name : String, attributes : Hash(String, String), name, &)
- #process_element(name : String, attributes : Hash(String, String), &)
- #process_text(text : String)
- #reset