org.apache.lucene.demo.html

Class HTMLParserTokenManager

public class HTMLParserTokenManager extends Object implements HTMLParserConstants

Field Summary
protected charcurChar
PrintStreamdebugStream
protected SimpleCharStreaminput_stream
static int[]jjnewLexState
static String[]jjstrLiteralImages
static String[]lexStateNames
Constructor Summary
HTMLParserTokenManager(SimpleCharStream stream)
HTMLParserTokenManager(SimpleCharStream stream, int lexState)
Method Summary
TokengetNextToken()
protected TokenjjFillToken()
voidReInit(SimpleCharStream stream)
voidReInit(SimpleCharStream stream, int lexState)
voidsetDebugStream(PrintStream ds)
voidSwitchTo(int lexState)

Field Detail

curChar

protected char curChar

debugStream

public PrintStream debugStream

input_stream

protected SimpleCharStream input_stream

jjnewLexState

public static final int[] jjnewLexState

jjstrLiteralImages

public static final String[] jjstrLiteralImages

lexStateNames

public static final String[] lexStateNames

Constructor Detail

HTMLParserTokenManager

public HTMLParserTokenManager(SimpleCharStream stream)

HTMLParserTokenManager

public HTMLParserTokenManager(SimpleCharStream stream, int lexState)

Method Detail

getNextToken

public Token getNextToken()

jjFillToken

protected Token jjFillToken()

ReInit

public void ReInit(SimpleCharStream stream)

ReInit

public void ReInit(SimpleCharStream stream, int lexState)

setDebugStream

public void setDebugStream(PrintStream ds)

SwitchTo

public void SwitchTo(int lexState)
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.