|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResettableTokenizer
Implementation that are prepared for reuse should implement this interface.
ResettableTokenFilter
Method Summary | |
---|---|
void |
reset(CharSequence input)
Inits the tokenizer with new input data. |
Methods inherited from interface net.sf.eos.analyzer.Tokenizer |
---|
next |
Method Detail |
---|
void reset(CharSequence input) throws TokenizerException
input
- represents new input data for the tokenizer.
TokenizerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |