module Sanitize::Adapter

Direct including types

Defined in:

Instance Method Summary

Instance Method Detail

abstract def end_tag(name : String, attributes : Hash(String, String)) : Nil #

abstract def start_tag(name : String, attributes : Hash(String, String)) : Nil #

abstract def write_text(text : String) : Nil #