org.apache.cocoon.template.environment
Class LocatorFacade

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

Constructor Summary
LocatorFacade(Locator initialLocator)
           
 
Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 String getPublicId()
           
 String getSystemId()
           
 void setDocumentLocator(Locator newLocator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocatorFacade

public LocatorFacade(Locator initialLocator)
Method Detail

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.