abstract class HTML::Pipeline::TextFilter

Overview

Plain Text Base Filter You can write your custom filter by inherit this class.

Direct Known Subclasses

Defined in:

html-pipeline/text_filter.cr

Constructors

Instance methods inherited from class HTML::Pipeline::Filter

call call, context : Hash(String, String) context, doc : XML::Node doc, html : String html, parse_html(html : String) parse_html

Constructor methods inherited from class HTML::Pipeline::Filter

new(doc, context : Hash(String, String) = {"" => ""}) new

Class methods inherited from class HTML::Pipeline::Filter

call(doc, context = {"" => ""}) call

Constructor Detail

def self.new(doc, context = {"" => ""}) #

[View source]