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.java 587761 2007-10-24 03:08:05Z vgritsenko $
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-2008 The Apache Software Foundation. All Rights Reserved.