public final class UAX29URLEmailTokenizer extends Tokenizer
You may specify the Version
 compatibility when creating UAX29URLEmailTokenizer:
 
AttributeSource.State| Modifier and Type | Field and Description | 
|---|---|
static int | 
ALPHANUM  | 
static int | 
EMAIL  | 
static int | 
HANGUL  | 
static int | 
HIRAGANA  | 
static int | 
IDEOGRAPHIC  | 
static int | 
KATAKANA  | 
static int | 
NUM  | 
static int | 
SOUTHEAST_ASIAN  | 
static String[] | 
TOKEN_TYPES
String token types that correspond to token type int constants 
 | 
static int | 
URL  | 
DEFAULT_TOKEN_ATTRIBUTE_FACTORYDEFAULT_ATTRIBUTE_FACTORY| Constructor and Description | 
|---|
UAX29URLEmailTokenizer(AttributeFactory factory,
                      Reader input)
Creates a new UAX29URLEmailTokenizer with a given  
AttributeFactory | 
UAX29URLEmailTokenizer(Reader input)
Creates a new instance of the UAX29URLEmailTokenizer. 
 | 
UAX29URLEmailTokenizer(Version matchVersion,
                      AttributeFactory factory,
                      Reader input)
Deprecated. 
 
 | 
UAX29URLEmailTokenizer(Version matchVersion,
                      Reader input)
Deprecated. 
 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
void | 
end()  | 
int | 
getMaxTokenLength()  | 
boolean | 
incrementToken()  | 
void | 
reset()  | 
void | 
setMaxTokenLength(int length)
Set the max allowed token length. 
 | 
correctOffset, setReaderaddAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toStringpublic static final int ALPHANUM
public static final int NUM
public static final int SOUTHEAST_ASIAN
public static final int IDEOGRAPHIC
public static final int HIRAGANA
public static final int KATAKANA
public static final int HANGUL
public static final int URL
public static final int EMAIL
public static final String[] TOKEN_TYPES
public UAX29URLEmailTokenizer(Reader input)
input to the newly created JFlex scanner.input - The input reader@Deprecated public UAX29URLEmailTokenizer(Version matchVersion, Reader input)
UAX29URLEmailTokenizer(Reader)public UAX29URLEmailTokenizer(AttributeFactory factory, Reader input)
AttributeFactory@Deprecated public UAX29URLEmailTokenizer(Version matchVersion, AttributeFactory factory, Reader input)
UAX29URLEmailTokenizer(Reader)public void setMaxTokenLength(int length)
public int getMaxTokenLength()
setMaxTokenLength(int)public final boolean incrementToken()
                             throws IOException
incrementToken in class TokenStreamIOExceptionpublic final void end()
               throws IOException
end in class TokenStreamIOExceptionpublic void close()
           throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class TokenizerIOExceptionpublic void reset()
           throws IOException
reset in class TokenizerIOExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.