public class Parser extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Parser.ParserException |
| Constructor and Description |
|---|
Parser(Reader reader) |
Parser(Reader reader,
Version defaultVersion) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getColumn() |
int |
getLineNumber() |
Event |
getNextEvent() |
static void |
main(String[] args) |
Event |
peekNextEvent() |
public Parser(Reader reader)
public Event getNextEvent() throws Parser.ParserException, Tokenizer.TokenizerException
public Event peekNextEvent() throws Parser.ParserException, Tokenizer.TokenizerException
public int getLineNumber()
public int getColumn()
public void close()
throws IOException
IOExceptionCopyright © 2020. All rights reserved.