public interface ActionIterator
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
Returns true if a call to #next() can be sucessfully made
(ie.
|
XSLObject |
next() |
Returns the next XSLObject, or null of none are available
|
boolean hasNext()
XSLObject next()