public interface Location
| Modifier and Type | Method and Description | 
|---|---|
| int | getColumn()The column number within the line if known, or -1 otherwise. | 
| int | getLine()The line number within the resource, if known, or -1 otherwise. | 
| Resource | getResource()The resource from which the object tagged with a location was derived. | 
Resource getResource()
int getLine()
int getColumn()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.