C# 클래스 Bamboo.Prevalence.Indexing.FullText.Tokenizers.StringTokenizer

상속: ITokenizer
파일 보기 프로젝트 열기: bamboo/Bamboo.Prevalence 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ITokenizer tail ) : ITokenizer

Returns a clone.

NextToken ( ) : Token

See Bamboo.Prevalence.Indexing.FullText.ITokenizer.NextToken for details.

StringTokenizer ( string text ) : System

Creates a new tokenizer for the string in the text argument.

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
IsSeparator ( string text, int index ) : bool
SkipSeparators ( ) : void

메소드 상세

Clone() 공개 메소드

Returns a clone.
public Clone ( ITokenizer tail ) : ITokenizer
tail ITokenizer must always be null
리턴 ITokenizer

NextToken() 공개 메소드

See Bamboo.Prevalence.Indexing.FullText.ITokenizer.NextToken for details.
public NextToken ( ) : Token
리턴 Bamboo.Prevalence.Indexing.FullText.Token

StringTokenizer() 공개 메소드

Creates a new tokenizer for the string in the text argument.
public StringTokenizer ( string text ) : System
text string token source
리턴 System

StringTokenizer() 보호된 메소드

Creates a new tokenizer for the string in the text argument starting from the position indicated by the current argument.
protected StringTokenizer ( string text, int current ) : System
text string token source
current int starting position
리턴 System