org.whattf.checker
Class LocatorImpl
java.lang.Object
org.whattf.checker.LocatorImpl
- All Implemented Interfaces:
- Locator
final class LocatorImpl
- extends Object
- implements Locator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
systemId
private final String systemId
publicId
private final String publicId
column
private final int column
line
private final int line
LocatorImpl
public LocatorImpl(Locator locator)
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumber
in interface Locator
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber
in interface Locator
getPublicId
public String getPublicId()
- Specified by:
getPublicId
in interface Locator
getSystemId
public String getSystemId()
- Specified by:
getSystemId
in interface Locator