org.exolab.adaptx.xslt
public interface ActionIterator
Version: $Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $
Method Summary | |
---|---|
boolean | hasNext()
Returns true if a call to #next() can be sucessfully made
(ie. a non null value will be returned). |
XSLObject | next()
Returns the next XSLObject, or null of none are available |
Returns: true if a call to #next() will return a non null value
Returns: the next XSLObject in this iteration, or null if there are no remaining objects.