org.apache.cocoon.template.environment
Class LocatorFacade
java.lang.Object
org.apache.cocoon.template.environment.LocatorFacade
- All Implemented Interfaces:
- Locator
public class LocatorFacade
- extends Object
- implements Locator
Facade to the Locator to be set on the consumer prior to sending other
events, location member changeable
- Version:
- SVN $Id: LocatorFacade.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocatorFacade
public LocatorFacade(Locator initialLocator)
setDocumentLocator
public void setDocumentLocator(Locator newLocator)
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
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.