Its taks is to parse HTML and produce list of valid tokens:
open tag tokens, end tag tokens, contents (text) and comments.
As soon as new item is added to token list, cleaner is invoked
to clean current list at the end.
Created by: Vladimir Nikic.
Date: November, 2006
Constructor Summary
public
HtmlTokenizer(HtmlCleaner cleaner) Constructor - cretes instance of the parser with specified content.