|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An interface definition for a parser that can be pulled for document events.
The package name of this interface may change.
| Method Summary | |
ParseEvent |
peek()
reads the next event available from the parser without consuming it |
int |
peekType()
queries the type of the next parsing event. |
ParseEvent |
read()
reads the next event available from the parser. |
| Method Detail |
public ParseEvent read()
public ParseEvent peek()
public int peekType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||