org.apache.cocoon.generation
Class JXTemplateGenerator.LocationFacade
java.lang.Object
org.apache.cocoon.generation.JXTemplateGenerator.LocationFacade
- All Implemented Interfaces:
- Locator
- Enclosing class:
- JXTemplateGenerator
public static class JXTemplateGenerator.LocationFacade
- extends Object
- implements Locator
Facade to the Location to be set on the consumer prior to
sending other events, location member changeable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JXTemplateGenerator.LocationFacade
public JXTemplateGenerator.LocationFacade(Location initialLocation)
setDocumentLocation
public void setDocumentLocation(Location newLocation)
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.