nu.validator.saxtree
Class LocatorImpl
java.lang.Object
nu.validator.saxtree.LocatorImpl
- All Implemented Interfaces:
- Locator
public final class LocatorImpl
- extends Object
- implements Locator
A locator implementation.
- Version:
- $Id$
- Author:
- hsivonen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocatorImpl
public LocatorImpl(Locator locator)
- The constructor.
- Parameters:
locator - the locator
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumber in interface Locator
- See Also:
Locator.getColumnNumber()
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber in interface Locator
- See Also:
Locator.getLineNumber()
getPublicId
public String getPublicId()
- Specified by:
getPublicId in interface Locator
- See Also:
Locator.getPublicId()
getSystemId
public String getSystemId()
- Specified by:
getSystemId in interface Locator
- See Also:
Locator.getSystemId()
Copyright © 2012. All Rights Reserved.