- All Implemented Interfaces:
Serializable
An object that represents the Location
of a tag or attribute of a tag in a View Declaration Language
file.
- Since:
- 2.0
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
int
Return the estimated character column.
int
Return the line number in the page
for this location.
Return the file path to the page
represented by this location.
-
Constructor Details
-
Location
public Location(String path,
int line,
int column)
-
Method Details
-
getColumn
public int getColumn()
Return the estimated character column.
-
getLine
public int getLine()
Return the line number in the page
for this location.
-
getPath
Return the file path to the page
represented by this location.
-