public class ActionTemplateImpl extends java.lang.Object implements ActionTemplate
Constructor and Description |
---|
ActionTemplateImpl()
Creates an empty ActionTemplateImpl
|
Modifier and Type | Method and Description |
---|---|
ActionIterator |
actions()
Returns an Iteration of the XSLObjects (actions) in this template
|
boolean |
addAction(XSLObject xslObject)
Adds the given XSLObject to this ActionTemplate's list of
actions.
|
XSLObject |
lastAction()
Returns the last XSLObject of this ActionTemplate
|
int |
size()
Returns the number of actions in this template
|
public ActionTemplateImpl()
public ActionIterator actions()
ActionTemplate
actions
in interface ActionTemplate
public boolean addAction(XSLObject xslObject)
xslObject
- the XSLObject to addpublic XSLObject lastAction()
public int size()
size
in interface ActionTemplate