org.exolab.adaptx.xslt

Interface ActionTemplate

Known Implementing Classes:
ActionTemplateImpl

public interface ActionTemplate

This interface that represents a set of XSLT actions.

Version:
$Revision: 1.1.1.1 $ $Date: 2003/03/01 07:39:45 $

Author:
Keith Visco

Method Summary

ActionIterator
actions()
Returns an Iteration of the XSLObjects (actions) in this template
int
size()
Returns the number of XSLObjects (actions) in this template

Method Details

actions

public ActionIterator actions()
Returns an Iteration of the XSLObjects (actions) in this template

Returns:
an Iteration of the XSLObjects (actions) in this template


size

public int size()
Returns the number of XSLObjects (actions) in this template

Returns:
the number of XSLObjects (actions) in this template