struct Myhtml::Iterator::Scope

Included Modules

Defined in:

myhtml/iterator/scope.cr

Constructors

Instance Method Summary

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

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

Constructor Detail

def self.new(start_node : Myhtml::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]