|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.adaptx.xslt.util.ActionTemplateImpl
public class ActionTemplateImpl
The default implementation of ActionTemplate.
Constructor Summary | |
---|---|
ActionTemplateImpl()
Creates an empty ActionTemplateImpl |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionTemplateImpl()
Method Detail |
---|
public ActionIterator actions()
ActionTemplate
actions
in interface ActionTemplate
public boolean addAction(XSLObject xslObject)
xslObject
- the XSLObject to add
public XSLObject lastAction()
public int size()
size
in interface ActionTemplate
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |