Package org.exolab.adaptx.xslt
Interface ActionTemplate
-
- All Known Implementing Classes:
ActionTemplateImpl
public interface ActionTemplateThis interface that represents a set of XSLT actions.- Version:
- $Revision: 3633 $ $Date: 2003-03-01 08:38:44 +0100 (Sat, 01 Mar 2003) $
- Author:
- Keith Visco
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionIteratoractions()Returns an Iteration of the XSLObjects (actions) in this templateintsize()Returns the number of XSLObjects (actions) in this template
-
-
-
Method Detail
-
actions
ActionIterator actions()
Returns an Iteration of the XSLObjects (actions) in this template- Returns:
- an Iteration of the XSLObjects (actions) in this template
-
size
int size()
Returns the number of XSLObjects (actions) in this template- Returns:
- the number of XSLObjects (actions) in this template
-
-