public interface LocationAware
| Modifier and Type | Method and Description |
|---|---|
void |
location(String path,
int lineNumber,
int columnNumber)
Invoked with the location of this element.
|
void location(String path, int lineNumber, int columnNumber)
path - the path to the XML file this element was read from.lineNumber - the line number in that XML file at which this element was read.columnNumber - the column number in the line at which this element was read.Copyright © 2019. All rights reserved.