org.apache.cocoon.template.instruction
Class Instruction

java.lang.Object
  extended by org.apache.cocoon.template.script.event.Event
      extended by org.apache.cocoon.template.instruction.Instruction
Direct Known Subclasses:
Attribute, Call, Choose, Comment, Define, Eval, EvalBody, ForEach, If, Import, LocaleAwareInstruction, Otherwise, Out, Parameter, ParameterInstance, Set, Template, When

public abstract class Instruction
extends Event

Version:
$Id: Instruction.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Field Summary
protected  StartElement startElement
           
 
Fields inherited from class org.apache.cocoon.template.script.event.Event
location, next, NULL_LOCATOR
 
Constructor Summary
Instruction(Locator locator)
           
Instruction(StartElement startElement)
           
 
Method Summary
 void endNotify()
           
 EndInstruction getEndInstruction()
           
 StartElement getStartElement()
           
 void setEndInstruction(EndInstruction endInstruction)
           
 
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
 

Field Detail

startElement

protected final StartElement startElement
Constructor Detail

Instruction

public Instruction(Locator locator)

Instruction

public Instruction(StartElement startElement)
Method Detail

getEndInstruction

public EndInstruction getEndInstruction()

setEndInstruction

public void setEndInstruction(EndInstruction endInstruction)

endNotify

public void endNotify()
               throws SAXException
Throws:
SAXException

getStartElement

public StartElement getStartElement()


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.