Simple implementation of the
SeparatorHandler interface. This class
works only with the
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 separators.
This class is a bridge between arbitrary
de.susebox.jtopas.Tokenizer
implementations using the SPI interface
SeparatorHandler and any
de.susebox.jtopas.TokenizerProperties implementation that does not
implement the SeparatorHandler interface itself.
See Also: SeparatorHandler See Also: de.susebox.jtopas.Tokenizer See Also: de.susebox.jtopas.TokenizerProperties author: Heiko Blau |