Package org.apache.lucene.demo.html
Class HTMLParserTokenManager
java.lang.Object
org.apache.lucene.demo.html.HTMLParserTokenManager
- All Implemented Interfaces:
- HTMLParserConstants
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected charprotected SimpleCharStreamstatic final int[]static final String[]static final String[]Fields inherited from interface org.apache.lucene.demo.html.HTMLParserConstantsAfterEquals, 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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected TokenvoidReInit(SimpleCharStream stream) voidReInit(SimpleCharStream stream, int lexState) voidvoidSwitchTo(int lexState) 
- 
Field Details- 
debugStream
- 
jjstrLiteralImages
- 
lexStateNames
- 
jjnewLexStatepublic static final int[] jjnewLexState
- 
input_stream
- 
curCharprotected char curChar
 
- 
- 
Constructor Details- 
HTMLParserTokenManager
- 
HTMLParserTokenManager
 
- 
- 
Method Details- 
setDebugStream
- 
ReInit
- 
ReInit
- 
SwitchTopublic void SwitchTo(int lexState) 
- 
jjFillToken
- 
getNextToken
 
-