struct Myhtml::LeftIterator

Included Modules

Defined in:

myhtml/iterators.cr

Constructors

Instance Method Summary

Instance methods inherited from module Myhtml::TagsIterator

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

Constructor Detail

def self.new(start_node : Node) #

[View source]

Instance Method Detail

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

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


[View source]
def rewind #

[View source]