class
Myhtml::SAX::TokensCollection
- Myhtml::SAX::TokensCollection
- Myhtml::SAX::Tokenizer
- Reference
- Object
Overview
Helper tokenizer class which store tokens into array, provide methods to iterator throuht them.
Defined in:
myhtml/sax/tokens_collection.crConstructors
Instance Method Summary
- #clear
- #first
- #inspect(io)
- #last
- #last_id : Int32
- #on_done
- #on_start
- #on_token(token)
- #raw_tree : Pointer(Lib::MyhtmlTreeT)
- #root
- #size
- #tokens : Array(Pointer(Myhtml::Lib::MyhtmlTokenNodeT))