org.exolab.adaptx.xslt.dom
Class Location
java.lang.Object
org.exolab.adaptx.xslt.dom.Location
public class Location
extends java.lang.Object
A class for storing location information
Version:
- Keith Visco
Location(int line, int column) - Creates a new Location with the given line and column numbers.
|
Location
public Location(int line,
int column)
Creates a new Location with the given line and column numbers.
line
- the line numbercolumn
- the column number
getColumnNumber
public int getColumnNumber()
Returns the column number
- the column number
getLineNumber
public int getLineNumber()
Returns the line number
- the line number