org.exolab.adaptx.xslt.util
public class ActionTemplateImpl extends Object implements ActionTemplate
Version: $Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $
Constructor Summary | |
---|---|
ActionTemplateImpl()
Creates an empty ActionTemplateImpl
|
Method Summary | |
---|---|
ActionIterator | actions() |
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 |
Parameters: xslObject the XSLObject to add
Returns: true if the given XSLObject has been added to this XSLObject otherwise false
Returns: the last XSLObject of this ActionTemplate
Returns: the number of actions in this template