|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xerces.impl.xpath.XPath20ParserTokenManager
(Parser generated using JavaCC)
Field Summary | |
protected char |
curChar
|
java.io.PrintStream |
debugStream
Debug output. |
protected SimpleCharStream |
input_stream
|
static java.lang.String[] |
jjstrLiteralImages
Token literal values. |
static java.lang.String[] |
lexStateNames
Lexer state names. |
Constructor Summary | |
XPath20ParserTokenManager(SimpleCharStream stream)
Constructor. |
|
XPath20ParserTokenManager(SimpleCharStream stream,
int lexState)
Constructor. |
Method Summary | |
Token |
getNextToken()
Get the next Token. |
protected Token |
jjFillToken()
|
void |
ReInit(SimpleCharStream stream)
Reinitialise parser. |
void |
ReInit(SimpleCharStream stream,
int lexState)
Reinitialise parser. |
void |
setDebugStream(java.io.PrintStream ds)
Set debug output. |
void |
SwitchTo(int lexState)
Switch to specified lex state. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.io.PrintStream debugStream
public static final java.lang.String[] jjstrLiteralImages
public static final java.lang.String[] lexStateNames
protected SimpleCharStream input_stream
protected char curChar
Constructor Detail |
public XPath20ParserTokenManager(SimpleCharStream stream)
public XPath20ParserTokenManager(SimpleCharStream stream, int lexState) throws XPathException
Method Detail |
public void setDebugStream(java.io.PrintStream ds)
public void ReInit(SimpleCharStream stream)
public void ReInit(SimpleCharStream stream, int lexState) throws XPathException
XPathException
public void SwitchTo(int lexState) throws XPathException
XPathException
protected Token jjFillToken()
public Token getNextToken() throws XPathException
XPathException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |