ActionTemplatepublic class ActionTemplateImpl extends java.lang.Object implements ActionTemplate
| Constructor | Description |
|---|---|
ActionTemplateImpl() |
Creates an empty ActionTemplateImpl
|
| Modifier and Type | Method | 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()
ActionTemplateactions in interface ActionTemplatepublic boolean addAction(XSLObject xslObject)
xslObject - the XSLObject to addpublic XSLObject lastAction()
public int size()
size in interface ActionTemplate