public abstract class Tokenizer extends FTIterator
Constructor and Description |
---|
Tokenizer() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(org.basex.util.ft.LanguageImpl o) |
boolean |
equals(Object o) |
int |
hashCode() |
protected abstract byte |
prec()
Returns the precedence of the processor.
|
static boolean |
supportFor(Language l)
Checks if the language is supported by the available tokenizers.
|
boolean |
supports(Language ln)
Checks if the specified language is supported.
|
init, nextToken, remove
public static boolean supportFor(Language l)
l
- language to be foundprotected abstract byte prec()
public boolean supports(Language ln)
ln
- languagepublic final int compareTo(org.basex.util.ft.LanguageImpl o)
compareTo
in interface Comparable<org.basex.util.ft.LanguageImpl>
Copyright © 2005–2015 BaseX Team. All rights reserved.