Package | Description |
---|---|
de.susebox.jtopas | |
de.susebox.jtopas.impl | |
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 |
---|---|
PatternHandler |
Tokenizer.getPatternHandler()
Retrieving the current
PatternHandler . |
PatternHandler |
AbstractTokenizer.getPatternHandler()
Retrieving the current
PatternHandler . |
Modifier and Type | Method and Description |
---|---|
void |
Tokenizer.setPatternHandler(PatternHandler handler)
Setting a new
PatternHandler or removing any
previously installed one. |
void |
AbstractTokenizer.setPatternHandler(PatternHandler handler)
Setting a new
PatternHandler or removing any
previously installed one. |
Modifier and Type | Class and Description |
---|---|
class |
PatternMatcher
Implementation of the
PatternHandler interface using the JDK 1.4
package java.util.regex . |
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. |