struct Lexbor::Iterator::Parents

Included Modules

Defined in:

lexbor/iterator/parents.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(start_node : Lexbor::Node) #

[View source]

Instance Method Detail

def next #
Description copied from module Iterator(Lexbor::Node)

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.


[View source]
def rewind #

[View source]