org.exolab.adaptx.xslt.dom
public class Location extends Object
Version: $Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $
Constructor Summary | |
---|---|
Location(int line, int column)
Creates a new Location with the given line and column numbers.
|
Method Summary | |
---|---|
int | getColumnNumber()
Returns the column number
|
int | getLineNumber()
Returns the line number
|
Parameters: line the line number column the column number
Returns: the column number
Returns: the line number