org.apache.cocoon.template.script.event
Class EndInstruction

java.lang.Object
  extended byorg.apache.cocoon.template.script.event.Event
      extended byorg.apache.cocoon.template.script.event.EndInstruction

public class EndInstruction
extends Event

Version:
SVN $Id: EndInstruction.java 169632 2005-05-11 12:08:34Z lgawron $

Field Summary
 
Fields inherited from class org.apache.cocoon.template.script.event.Event
location, next, NULL_LOCATOR
 
Constructor Summary
EndInstruction(Locator locator, Instruction startInstruction)
           
 
Method Summary
 Instruction getStartInstruction()
           
 
Methods inherited from class org.apache.cocoon.template.script.event.Event
execute, getLocation, getNext, locationString, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndInstruction

public EndInstruction(Locator locator,
                      Instruction startInstruction)
Method Detail

getStartInstruction

public Instruction getStartInstruction()


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.