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

Inheritance: Lucene.Net.Demo.Html.HTMLParserConstants_Fields
Mostra file Open project: synhershko/lucene.net Class Usage Examples

Public Properties

Property Type Description
debugStream System.IO.StreamWriter
jjnewLexState int[]
jjstrLiteralImages System.String[]
lexStateNames System.String[]

Protected Properties

Property Type Description
curChar char
input_stream SimpleCharStream

Public Methods

Method 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

Protected Methods

Method Description
JjFillToken ( ) : Token

Private Methods

Method 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 method

public GetNextToken ( ) : Token
return Token

HTMLParserTokenManager() public method

public HTMLParserTokenManager ( SimpleCharStream stream ) : System
stream SimpleCharStream
return System

HTMLParserTokenManager() public method

public HTMLParserTokenManager ( SimpleCharStream stream, int lexState ) : System
stream SimpleCharStream
lexState int
return System

JjFillToken() protected method

protected JjFillToken ( ) : Token
return Token

ReInit() public method

public ReInit ( SimpleCharStream stream ) : void
stream SimpleCharStream
return void

ReInit() public method

public ReInit ( SimpleCharStream stream, int lexState ) : void
stream SimpleCharStream
lexState int
return void

SetDebugStream() public method

public SetDebugStream ( System ds ) : void
ds System
return void

SwitchTo() public method

public SwitchTo ( int lexState ) : void
lexState int
return void

Property Details

curChar protected_oe property

protected char curChar
return char

debugStream public_oe property

public System.IO.StreamWriter debugStream
return System.IO.StreamWriter

input_stream protected_oe property

protected SimpleCharStream,Lucene.Net.Demo.Html input_stream
return SimpleCharStream

jjnewLexState public_oe static_oe property

public static int[] jjnewLexState
return int[]

jjstrLiteralImages public_oe static_oe property

public static String[],System jjstrLiteralImages
return System.String[]

lexStateNames public_oe static_oe property

public static String[],System lexStateNames
return System.String[]