On Mon, Mar 15, 2010 at 7:18 PM, Chris Hostetter <hossman_luc...@fucit.org> wrote: > > In the case of these factories: can't we eliminate the Html*Tokenizers > themselves, but make the *factories* return the neccessary *Tokenizer > wrapped in an HtmlStripCharFilter ?
They would not be able to re-use if you did this, because when you call reset(Reader) on them, the Reader would not be wrapped. -- Robert Muir rcm...@gmail.com