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 newLocationLocatorinstance from the given instance ofLocation. -
Method Summary
-
Field Details
-
m_Location
The location that provides the data.
-
-
Constructor Details
-
LocationLocator
Creates a newLocationLocatorinstance from the given instance ofLocation.- Parameters:
location- The location.
-
-
Method Details
-
getColumnNumber
- Specified by:
getColumnNumberin interfaceLocator
-
getLineNumber
- Specified by:
getLineNumberin interfaceLocator
-
getPublicId
- Specified by:
getPublicIdin interfaceLocator
-
getSystemId
- Specified by:
getSystemIdin interfaceLocator
-
