Package 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:
- $Revision: 3633 $ $Date: 2003-03-01 08:38:44 +0100 (Sat, 01 Mar 2003) $
- Author:
- Keith Visco
-
-
Constructor Summary
Constructors Constructor Description Location(int line, int column)
Creates a new Location with the given line and column numbers.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColumnNumber()
Returns the column numberint
getLineNumber()
Returns the line number
-