public class HTMLParserTokenManager extends java.lang.Object implements HTMLParserConstants
Modifier and Type | Field and Description |
---|---|
protected char |
curChar |
java.io.PrintStream |
debugStream |
protected SimpleCharStream |
input_stream |
static int[] |
jjnewLexState |
static java.lang.String[] |
jjstrLiteralImages |
static java.lang.String[] |
lexStateNames |
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 and Description |
---|
HTMLParserTokenManager(SimpleCharStream stream) |
HTMLParserTokenManager(SimpleCharStream stream,
int lexState) |
Modifier and Type | Method and Description |
---|---|
Token |
getNextToken() |
protected Token |
jjFillToken() |
void |
ReInit(SimpleCharStream stream) |
void |
ReInit(SimpleCharStream stream,
int lexState) |
void |
setDebugStream(java.io.PrintStream ds) |
void |
SwitchTo(int lexState) |
public java.io.PrintStream debugStream
public static final java.lang.String[] jjstrLiteralImages
public static final java.lang.String[] lexStateNames
public static final int[] jjnewLexState
protected SimpleCharStream input_stream
protected char curChar
public HTMLParserTokenManager(SimpleCharStream stream)
public HTMLParserTokenManager(SimpleCharStream stream, int lexState)
public void setDebugStream(java.io.PrintStream ds)
public void ReInit(SimpleCharStream stream)
public void ReInit(SimpleCharStream stream, int lexState)
public void SwitchTo(int lexState)
protected Token jjFillToken()
public Token getNextToken()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.