class Lexbor::Iterator::Collection

Included Modules

Defined in:

lexbor/iterator/collection.cr

Constructors

Instance Method Summary

Instance methods inherited from module Lexbor::Iterator::Filter

nodes(tag_id : Lib::TagIdT)
nodes(tag_sym : Symbol)
nodes(tag_str : String)
nodes

Constructor Detail

def self.new(parser : Lexbor::Parser, initial_size = 32) #

[View source]

Instance Method Detail

def <<(element : Lib::DomElementT) #

[View source]
def free #

[View source]
def inspect(io) #

[View source]
def size #
Description copied from module Indexable(Lexbor::Node)

Returns the number of elements in this container.


[View source]