java.lang.Object
org.tquadrat.foundation.xml.parse.LocationLocator
- All Implemented Interfaces:
Locator
@ClassVersion(sourceVersion="$Id: LocationLocator.java 820 2020-12-29 20:34:22Z tquadrat $")
@API(status=EXPERIMENTAL,
since="0.0.5")
public final class LocationLocator
extends Object
implements Locator
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: LocationLocator.java 820 2020-12-29 20:34:22Z tquadrat $
- Since:
- 0.0.5
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.xml.parse.LocationLocator"
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLocationLocator
(Location location) Creates a newLocationLocator
instance from the given instance ofLocation
. -
Method Summary
-
Field Details
-
m_Location
The location that provides the data.
-
-
Constructor Details
-
LocationLocator
Creates a newLocationLocator
instance from the given instance ofLocation
.- Parameters:
location
- The location.
-
-
Method Details
-
getColumnNumber
- Specified by:
getColumnNumber
in interfaceLocator
-
getLineNumber
- Specified by:
getLineNumber
in interfaceLocator
-
getPublicId
- Specified by:
getPublicId
in interfaceLocator
-
getSystemId
- Specified by:
getSystemId
in interfaceLocator
-