struct Myhtml::ChildrenIterator
- Myhtml::ChildrenIterator
- Struct
- Value
- Object
Included Modules
- Iterator(Myhtml::Node)
- Myhtml::TagsIterator
Defined in:
myhtml/iterators.crConstructors
Instance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements. - #rewind
Instance methods inherited from module Myhtml::TagsIterator
nodes(tag_id : Lib::MyhtmlTags)nodes(tag_sym : Symbol)
nodes(tag_str : String) nodes
Constructor Detail
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.