org.exolab.adaptx.xslt
Interface ActionTemplate
- ActionTemplateImpl
public interface ActionTemplate
This interface that represents a set of XSLT actions.
Version:
- Keith Visco
ActionIterator | actions() - Returns an Iteration of the XSLObjects (actions) in this template
|
int | size() - Returns the number of XSLObjects (actions) in this template
|
actions
public ActionIterator actions()
Returns an Iteration of the XSLObjects (actions) in this template
- an Iteration of the XSLObjects (actions) in this template
size
public int size()
Returns the number of XSLObjects (actions) in this template
- the number of XSLObjects (actions) in this template