class Myhtml::CssFilter

Defined in:

myhtml/css_filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(rule : String, encoding = nil) #

Css filter Myhtml::CssFilter.new("div.red").search_from(myhtml.html!) # => Myhtml::Iterator::Collection


[View source]

Instance Method Detail

def finalize #

[View source]
def free #

[View source]
def inspect(io) #

[View source]
def search_from(scope_node : Myhtml::Node) #

[View source]