Package org.apache.lucene.demo.html
Class HTMLParserTokenManager
java.lang.Object
org.apache.lucene.demo.html.HTMLParserTokenManager
- All Implemented Interfaces:
HTMLParserConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected charprotected SimpleCharStreamstatic final int[]static final String[]static final String[]Fields inherited from interface org.apache.lucene.demo.html.HTMLParserConstants
AfterEquals, ArgEquals, ArgName, ArgQuote1, ArgQuote2, ArgValue, CloseQuote1, CloseQuote2, Comment1, Comment2, CommentEnd1, CommentEnd2, CommentText1, CommentText2, DeclName, DEFAULT, Entity, EOF, HEX, LET, NUM, Punct, Quote1Text, Quote2Text, ScriptEnd, ScriptStart, ScriptText, SP, Space, TagEnd, TagName, tokenImage, WithinComment1, WithinComment2, WithinQuote1, WithinQuote2, WithinScript, WithinTag, Word -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TokenvoidReInit(SimpleCharStream stream) voidReInit(SimpleCharStream stream, int lexState) voidvoidSwitchTo(int lexState)
-
Field Details
-
debugStream
-
jjstrLiteralImages
-
lexStateNames
-
jjnewLexState
public static final int[] jjnewLexState -
input_stream
-
curChar
protected char curChar
-
-
Constructor Details
-
HTMLParserTokenManager
-
HTMLParserTokenManager
-
-
Method Details
-
setDebugStream
-
ReInit
-
ReInit
-
SwitchTo
public void SwitchTo(int lexState) -
jjFillToken
-
getNextToken
-