struct
Myhtml::SAX::TokensCollection::LeftIterator
- Myhtml::SAX::TokensCollection::LeftIterator
- Struct
- Value
- Object
Included Modules
Defined in:
myhtml/sax/tokens_collection.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::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
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.