Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public static interface XPathParser.yyInput
Method Summary | |
boolean |
|
int |
|
Object |
|
public boolean advance() throws java.io.IOException
move on to next token.
- Returns:
- false if positioned beyond tokens.
public int token()
classifies current token. Should not be called if advance() returned false.
- Returns:
- current %token or single character.
public Object value()
associated with current token. Should not be called if advance() returned false.
- Returns:
- value for token().