This interface declares the methods that a
de.susebox.jtopas.Tokenizer will call to detect the image and type of a token. Usually, an implementation
of the
de.susebox.jtopas.TokenizerProperties interface should also
implement the DataMapper interface, but this is not mandatory.
The method retrieves the backing
de.susebox.jtopas.TokenizerProperties instance, this DataMapper is working on. For implementations
of the TokenizerProperties interface that also implement the
DataMapper interface, this method returns the instance itself.
Otherwise the method returns the TokenizerProperties instance
passed through the last call to
DataMapper.setTokenizerProperties or null
if no such call has taken place so far.
the backing de.susebox.jtopas.TokenizerProperties or null