org.exolab.adaptx.xslt.util
Class ActionTemplateImpl
java.lang.Object
org.exolab.adaptx.xslt.util.ActionTemplateImpl
- ActionTemplate
public class ActionTemplateImpl
extends java.lang.Object
The default implementation of ActionTemplate.
$Revision: 3633 $ $Date: 2003-03-01 08:38:44 +0100 (Sat, 01 Mar 2003) $
ActionTemplateImpl
public ActionTemplateImpl()
Creates an empty ActionTemplateImpl
addAction
public boolean addAction(XSLObject xslObject)
Adds the given XSLObject to this ActionTemplate's list of
actions.
xslObject
- the XSLObject to add
- true if the given XSLObject has been added to this
XSLObject otherwise false
lastAction
public XSLObject lastAction()
Returns the last XSLObject of this ActionTemplate
- the last XSLObject of this ActionTemplate
size
public int size()
Returns the number of actions in this template
- size in interface ActionTemplate
- the number of actions in this template