Package net.sf.saxon.ma.jnode
Class ChildJNode.JNodeChildIterator
java.lang.Object
net.sf.saxon.ma.jnode.ChildJNode.JNodeChildIterator
- All Implemented Interfaces:
Closeable,AutoCloseable,SequenceIterator
- Enclosing class:
ChildJNode
Iterator over the children of this JNode
-
Constructor Details
-
JNodeChildIterator
-
-
Method Details
-
next
Get the next item in the sequence.- Specified by:
nextin interfaceSequenceIterator- Returns:
- the next item, or null if there are no more items. Once a call on next() has returned null, no further calls should be made. The preferred action for an iterator if subsequent calls on next() are made is to return null again, and all implementations within Saxon follow this rule.
-