Package | Description |
---|---|
de.susebox.jtopas | |
de.susebox.jtopas.spi |
Modifier and Type | Class and Description |
---|---|
class |
StandardTokenizerProperties
The class
StandardTokenizerProperties provides a simple implementation
of the TokenizerProperties interface for use in most situations. |
Modifier and Type | Method and Description |
---|---|
WhitespaceHandler |
Tokenizer.getWhitespaceHandler()
Retrieving the current
WhitespaceHandler . |
WhitespaceHandler |
AbstractTokenizer.getWhitespaceHandler()
Retrieving the current
WhitespaceHandler . |
Modifier and Type | Method and Description |
---|---|
void |
Tokenizer.setWhitespaceHandler(WhitespaceHandler handler)
Setting a new
WhitespaceHandler or removing
any previously installed one. |
void |
AbstractTokenizer.setWhitespaceHandler(WhitespaceHandler handler)
Setting a new
WhitespaceHandler or removing any
previously installed one. |
Modifier and Type | Interface and Description |
---|---|
interface |
DataMapper
This interface declares the methods that a
Tokenizer
will call to detect the image and type of a token. |
Modifier and Type | Class and Description |
---|---|
class |
StandardWhitespaceHandler
Simple implementation of the
WhitespaceHandler interface. |