C# Class Lucene.Net.Demo.Html.HTMLParserTokenManager

Inheritance: Lucene.Net.Demo.Html.HTMLParserConstants_Fields
Afficher le fichier Open project: synhershko/lucene.net Class Usage Examples

Méthodes publiques

Свойство Type Description
debugStream System.IO.StreamWriter
jjnewLexState int[]
jjstrLiteralImages System.String[]
lexStateNames System.String[]

Protected Properties

Свойство Type Description
curChar char
input_stream SimpleCharStream

Méthodes publiques

Méthode Description
GetNextToken ( ) : Token
HTMLParserTokenManager ( SimpleCharStream stream ) : System
HTMLParserTokenManager ( SimpleCharStream stream, int lexState ) : System
ReInit ( SimpleCharStream stream ) : void
ReInit ( SimpleCharStream stream, int lexState ) : void
SetDebugStream ( System ds ) : void
SwitchTo ( int lexState ) : void

Méthodes protégées

Méthode Description
JjFillToken ( ) : Token

Private Methods

Méthode Description
InitBlock ( ) : void
JjAddStates ( int start, int end ) : void
JjCheckNAdd ( int state ) : void
JjCheckNAddStates ( int start ) : void
JjCheckNAddStates ( int start, int end ) : void
JjCheckNAddTwoStates ( int state1, int state2 ) : void
JjMoveNfa_0 ( int startState, int curPos ) : int
JjMoveNfa_1 ( int startState, int curPos ) : int
JjMoveNfa_2 ( int startState, int curPos ) : int
JjMoveNfa_3 ( int startState, int curPos ) : int
JjMoveNfa_4 ( int startState, int curPos ) : int
JjMoveNfa_5 ( int startState, int curPos ) : int
JjMoveNfa_6 ( int startState, int curPos ) : int
JjMoveNfa_7 ( int startState, int curPos ) : int
JjMoveStringLiteralDfa0_0 ( ) : int
JjMoveStringLiteralDfa0_1 ( ) : int
JjMoveStringLiteralDfa0_2 ( ) : int
JjMoveStringLiteralDfa0_3 ( ) : int
JjMoveStringLiteralDfa0_4 ( ) : int
JjMoveStringLiteralDfa0_5 ( ) : int
JjMoveStringLiteralDfa0_6 ( ) : int
JjMoveStringLiteralDfa0_7 ( ) : int
JjMoveStringLiteralDfa1_0 ( long active0 ) : int
JjMoveStringLiteralDfa1_6 ( long active0 ) : int
JjMoveStringLiteralDfa2_0 ( long old0, long active0 ) : int
JjMoveStringLiteralDfa2_6 ( long old0, long active0 ) : int
JjMoveStringLiteralDfa3_0 ( long old0, long active0 ) : int
JjMoveStringLiteralDfa4_0 ( long old0, long active0 ) : int
JjMoveStringLiteralDfa5_0 ( long old0, long active0 ) : int
JjMoveStringLiteralDfa6_0 ( long old0, long active0 ) : int
JjStartNfaWithStates_0 ( int pos, int kind, int state ) : int
JjStartNfaWithStates_2 ( int pos, int kind, int state ) : int
JjStartNfaWithStates_3 ( int pos, int kind, int state ) : int
JjStartNfaWithStates_6 ( int pos, int kind, int state ) : int
JjStartNfaWithStates_7 ( int pos, int kind, int state ) : int
JjStartNfa_0 ( int pos, long active0 ) : int
JjStartNfa_2 ( int pos, long active0 ) : int
JjStartNfa_3 ( int pos, long active0 ) : int
JjStartNfa_6 ( int pos, long active0 ) : int
JjStartNfa_7 ( int pos, long active0 ) : int
JjStopAtPos ( int pos, int kind ) : int
JjStopStringLiteralDfa_0 ( int pos, long active0 ) : int
JjStopStringLiteralDfa_2 ( int pos, long active0 ) : int
JjStopStringLiteralDfa_3 ( int pos, long active0 ) : int
JjStopStringLiteralDfa_6 ( int pos, long active0 ) : int
JjStopStringLiteralDfa_7 ( int pos, long active0 ) : int
ReInitRounds ( ) : void

Method Details

GetNextToken() public méthode

public GetNextToken ( ) : Token
Résultat Token

HTMLParserTokenManager() public méthode

public HTMLParserTokenManager ( SimpleCharStream stream ) : System
stream SimpleCharStream
Résultat System

HTMLParserTokenManager() public méthode

public HTMLParserTokenManager ( SimpleCharStream stream, int lexState ) : System
stream SimpleCharStream
lexState int
Résultat System

JjFillToken() protected méthode

protected JjFillToken ( ) : Token
Résultat Token

ReInit() public méthode

public ReInit ( SimpleCharStream stream ) : void
stream SimpleCharStream
Résultat void

ReInit() public méthode

public ReInit ( SimpleCharStream stream, int lexState ) : void
stream SimpleCharStream
lexState int
Résultat void

SetDebugStream() public méthode

public SetDebugStream ( System ds ) : void
ds System
Résultat void

SwitchTo() public méthode

public SwitchTo ( int lexState ) : void
lexState int
Résultat void

Property Details

curChar protected_oe property

protected char curChar
Résultat char

debugStream public_oe property

public System.IO.StreamWriter debugStream
Résultat System.IO.StreamWriter

input_stream protected_oe property

protected SimpleCharStream,Lucene.Net.Demo.Html input_stream
Résultat SimpleCharStream

jjnewLexState public_oe static_oe property

public static int[] jjnewLexState
Résultat int[]

jjstrLiteralImages public_oe static_oe property

public static String[],System jjstrLiteralImages
Résultat System.String[]

lexStateNames public_oe static_oe property

public static String[],System lexStateNames
Résultat System.String[]