C# 클래스 Lucene.Net.Demo.Html.HTMLParser

상속: Lucene.Net.Demo.Html.HTMLParserConstants_Fields
파일 보기 프로젝트 열기: synhershko/lucene.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SUMMARY_LENGTH int
lookingAhead bool
token Token
token_source HTMLParserTokenManager

공개 메소드들

메소드 설명
ArgValue ( ) : Token
CommentTag ( ) : void
Decl ( ) : Token
Disable_tracing ( ) : void
Enable_tracing ( ) : void
GenerateParseException ( ) : ParseException
GetMetaTags ( ) : System.Collections.Specialized.NameValueCollection
GetNextToken ( ) : Token
GetReader ( ) : System.IO.StreamReader
GetSummary ( ) : System.String
GetTitle ( ) : System.String
GetToken ( int index ) : Token
HTMLDocument ( ) : void
HTMLParser ( HTMLParserTokenManager tm ) : System
HTMLParser ( System file ) : System
HTMLParser ( System stream, System encoding ) : System
ReInit ( HTMLParserTokenManager tm ) : void
ReInit ( System stream ) : void
ReInit ( System stream, System encoding ) : void
ScriptTag ( ) : void
Tag ( ) : void

비공개 메소드들

메소드 설명
AddMetaTag ( ) : void
AddSpace ( ) : void
AddText ( System text ) : void
AddToSummary ( System text ) : void
HTMLParser ( ) : System
InitBlock ( ) : void
Jj_2_1 ( int xla ) : bool
Jj_2_2 ( int xla ) : bool
Jj_3_1 ( ) : bool
Jj_3_2 ( ) : bool
Jj_add_error_token ( int kind, int pos ) : void
Jj_consume_token ( int kind ) : Token
Jj_la1_0 ( ) : void
Jj_ntk ( ) : int
Jj_rescan_token ( ) : void
Jj_save ( int index, int xla ) : void
Jj_scan_token ( int kind ) : bool

메소드 상세

ArgValue() 공개 메소드

public ArgValue ( ) : Token
리턴 Token

CommentTag() 공개 메소드

public CommentTag ( ) : void
리턴 void

Decl() 공개 메소드

public Decl ( ) : Token
리턴 Token

Disable_tracing() 공개 메소드

public Disable_tracing ( ) : void
리턴 void

Enable_tracing() 공개 메소드

public Enable_tracing ( ) : void
리턴 void

GenerateParseException() 공개 메소드

public GenerateParseException ( ) : ParseException
리턴 ParseException

GetMetaTags() 공개 메소드

public GetMetaTags ( ) : System.Collections.Specialized.NameValueCollection
리턴 System.Collections.Specialized.NameValueCollection

GetNextToken() 공개 메소드

public GetNextToken ( ) : Token
리턴 Token

GetReader() 공개 메소드

public GetReader ( ) : System.IO.StreamReader
리턴 System.IO.StreamReader

GetSummary() 공개 메소드

public GetSummary ( ) : System.String
리턴 System.String

GetTitle() 공개 메소드

public GetTitle ( ) : System.String
리턴 System.String

GetToken() 공개 메소드

public GetToken ( int index ) : Token
index int
리턴 Token

HTMLDocument() 공개 메소드

public HTMLDocument ( ) : void
리턴 void

HTMLParser() 공개 메소드

public HTMLParser ( HTMLParserTokenManager tm ) : System
tm HTMLParserTokenManager
리턴 System

HTMLParser() 공개 메소드

public HTMLParser ( System file ) : System
file System
리턴 System

HTMLParser() 공개 메소드

public HTMLParser ( System stream, System encoding ) : System
stream System
encoding System
리턴 System

ReInit() 공개 메소드

public ReInit ( HTMLParserTokenManager tm ) : void
tm HTMLParserTokenManager
리턴 void

ReInit() 공개 메소드

public ReInit ( System stream ) : void
stream System
리턴 void

ReInit() 공개 메소드

public ReInit ( System stream, System encoding ) : void
stream System
encoding System
리턴 void

ScriptTag() 공개 메소드

public ScriptTag ( ) : void
리턴 void

Tag() 공개 메소드

public Tag ( ) : void
리턴 void

프로퍼티 상세

SUMMARY_LENGTH 공개적으로 정적으로 프로퍼티

public static int SUMMARY_LENGTH
리턴 int

lookingAhead 공개적으로 프로퍼티

public bool lookingAhead
리턴 bool

token 공개적으로 프로퍼티

public Token,Lucene.Net.Demo.Html token
리턴 Token

token_source 공개적으로 프로퍼티

public HTMLParserTokenManager,Lucene.Net.Demo.Html token_source
리턴 HTMLParserTokenManager