public interface ParseLocationListener
| Modifier and Type | Method and Description |
|---|---|
void |
parseLocationUpdate(int lineNo,
int columnNo)
Signals an update of a parser's progress, indicated by a line
and column number.
|
void parseLocationUpdate(int lineNo,
int columnNo)
lineNo - The line number, or -1 if none is available.columnNo - The column number, or -1 if none is available.Copyright © 2001-2014 Aduna. All Rights Reserved.