public class Location extends Object implements Serializable
An object that represents the Location of a tag or attribute of a tag in a View Declaration Language file.
Constructor and Description |
---|
Location(String path,
int line,
int column) |
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Return the estimated character column. |
int |
getLine()
Return the line number in the page for this location. |
String |
getPath()
Return the file path to the page represented by this location. |
String |
toString() |
public Location(String path, int line, int column)
public int getColumn()
Return the estimated character column.
public int getLine()
Return the line number in the page for this location.
public String getPath()
Return the file path to the page represented by this location.
Copyright © 2017 JBoss by Red Hat. All rights reserved.