class
   Lexbor::CssFilter
 
  - Lexbor::CssFilter
- Reference
- Object
Defined in:
lexbor/css_filter.crConstructors
- 
        .new(rule : String, encoding = nil)
        
          Css filter Lexbor::CssFilter.new("div.red").search_from(myhtml.html!) # => Lexbor::Iterator::Collection 
Instance Method Summary
Constructor Detail
        
        def self.new(rule : String, encoding = nil)
        #
      
      
        Css filter Lexbor::CssFilter.new("div.red").search_from(myhtml.html!) # => Lexbor::Iterator::Collection