struct Myhtml::SAX::TokensCollection::RightIterator

Included Modules

Defined in:

myhtml/sax/tokens_collection.cr

Constructors

Instance Method Summary

Instance methods inherited from module Myhtml::SAX::TokensCollection::Filter

nodes(tag_id : Lib::MyhtmlTags, opened = true)
nodes(tag_sym : Symbol, opened = true)
nodes(tag_str : String, opened = true)
nodes
, text_nodes text_nodes

Constructor Detail

def self.new(start_node : Myhtml::SAX::TokensCollection::TokenPos) #

[View source]

Instance Method Detail

def next #
Description copied from module Iterator(Myhtml::SAX::TokensCollection::TokenPos)

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


[View source]
def rewind #

[View source]