gnu.text
public interface SourceLocator extends Locator
Method Summary | |
---|---|
int | getColumnNumber() Return current column number.
|
String | getFileName() Normally same as getSystemId. |
int | getLineNumber() Return current line number.
|
String | getPublicId() |
String | getSystemId() |
boolean | isStableSourceLocation() True if position is unlikely to change.
|