org.kohsuke.rngom.ast.util
Class LocatorImpl
java.lang.Object
org.kohsuke.rngom.ast.util.LocatorImpl
- All Implemented Interfaces:
- Location, Locator
public class LocatorImpl
- extends Object
- implements Locator, Location
Locator implementation with Location marker.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocatorImpl
public LocatorImpl(String systemId,
int lineNumber,
int columnNumber)
getPublicId
public String getPublicId()
- Specified by:
getPublicId in interface Locator
getSystemId
public String getSystemId()
- Specified by:
getSystemId in interface Locator
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber in interface Locator
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumber in interface Locator
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.