Package com.sun.xml.xsom.impl.scd
Class SCDParserTokenManager
- java.lang.Object
-
- com.sun.xml.xsom.impl.scd.SCDParserTokenManager
-
- All Implemented Interfaces:
SCDParserConstants
public class SCDParserTokenManager extends Object implements SCDParserConstants
-
-
Field Summary
Fields Modifier and Type Field Description protected charcurCharPrintStreamdebugStreamprotected SimpleCharStreaminput_streamstatic String[]jjstrLiteralImagesstatic String[]lexStateNames-
Fields inherited from interface com.sun.xml.xsom.impl.scd.SCDParserConstants
BaseChar, CombiningChar, DEFAULT, EOF, Extender, FACETNAME, Ideographic, Letter, NCNAME, NUMBER, tokenImage, UnicodeDigit
-
-
Constructor Summary
Constructors Constructor Description SCDParserTokenManager(SimpleCharStream stream)SCDParserTokenManager(SimpleCharStream stream, int lexState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokengetNextToken()protected TokenjjFillToken()voidReInit(SimpleCharStream stream)voidReInit(SimpleCharStream stream, int lexState)voidsetDebugStream(PrintStream ds)voidSwitchTo(int lexState)
-
-
-
Field Detail
-
debugStream
public PrintStream debugStream
-
jjstrLiteralImages
public static final String[] jjstrLiteralImages
-
lexStateNames
public static final String[] lexStateNames
-
input_stream
protected SimpleCharStream input_stream
-
curChar
protected char curChar
-
-
Constructor Detail
-
SCDParserTokenManager
public SCDParserTokenManager(SimpleCharStream stream)
-
SCDParserTokenManager
public SCDParserTokenManager(SimpleCharStream stream, int lexState)
-
-
Method Detail
-
setDebugStream
public void setDebugStream(PrintStream ds)
-
ReInit
public void ReInit(SimpleCharStream stream)
-
ReInit
public void ReInit(SimpleCharStream stream, int lexState)
-
SwitchTo
public void SwitchTo(int lexState)
-
jjFillToken
protected Token jjFillToken()
-
getNextToken
public Token getNextToken()
-
-