Méthode | Description | |
---|---|---|
Clone ( ITokenizer tail ) : ITokenizer |
Returns a clone.
|
|
NextToken ( ) : |
See Bamboo.Prevalence.Indexing.FullText.ITokenizer.NextToken for details.
|
|
StringTokenizer ( string text ) : System |
Creates a new tokenizer for the string in the text argument.
|
Méthode | Description | |
---|---|---|
StringTokenizer ( string text, int current ) : System |
Creates a new tokenizer for the string in the text argument starting from the position indicated by the current argument.
|
Méthode | Description | |
---|---|---|
IsSeparator ( string text, int index ) : bool | ||
SkipSeparators ( ) : void |
public Clone ( ITokenizer tail ) : ITokenizer | ||
tail | ITokenizer | must always be null |
Résultat | ITokenizer |
public NextToken ( ) : |
||
Résultat |
public StringTokenizer ( string text ) : System | ||
text | string | token source |
Résultat | System |
protected StringTokenizer ( string text, int current ) : System | ||
text | string | token source |
current | int | starting position |
Résultat | System |