Class LocationImpl
java.lang.Object
ch.tocco.nice2.model.base.unmarshal.LocationImpl
- All Implemented Interfaces:
Location
,Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionLocationImpl
(Location orig) LocationImpl
(URI resource, int line, int column) LocationImpl
(URI resource, Locator locator) -
Method Summary
-
Constructor Details
-
LocationImpl
-
LocationImpl
-
LocationImpl
-
-
Method Details
-
getResource
Description copied from interface:Location
Get the URI of the resource.- Specified by:
getResource
in interfaceLocation
- Returns:
- The URI of the resource or
null
, if not known.
-
getLine
public int getLine()Description copied from interface:Location
Get the line number. -
getColumn
public int getColumn()Description copied from interface:Location
Get the column number. -
toString
-
toString
-