Simple implementation of the {@link SequenceHandler} interface. This classworks only with the {@link de.susebox.jtopas.TokenizerProperties} interface methods and is aware of changes in these properties. It does not cache any information and is therefore a more or less slow way to handle special sequences.
This class is a bridge between arbitrary {@link de.susebox.jtopas.Tokenizer} implementations using the SPI interface {@link SequenceHandler} and any {@link de.susebox.jtopas.TokenizerProperties} implementation that does not implement the SequenceHandler
interface itself.
|
|