org.apache.cocoon.template.instruction
Class Instruction
java.lang.Object
org.apache.cocoon.template.script.event.Event
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startElement
protected final StartElement startElement
Instruction
public Instruction(Locator locator)
Instruction
public Instruction(StartElement startElement)
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.