org.apache.cocoon.generation
Class JXTemplateGenerator.LocationFacade

java.lang.Object
  extended by 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


Constructor Summary
JXTemplateGenerator.LocationFacade(Location initialLocation)
           
 
Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 String getPublicId()
           
 String getSystemId()
           
 void setDocumentLocation(Location newLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JXTemplateGenerator.LocationFacade

public JXTemplateGenerator.LocationFacade(Location initialLocation)
Method Detail

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.