Class ChildJNode.JNodeChildIterator

java.lang.Object
net.sf.saxon.ma.jnode.ChildJNode.JNodeChildIterator
All Implemented Interfaces:
Closeable, AutoCloseable, SequenceIterator
Enclosing class:
ChildJNode

protected static class ChildJNode.JNodeChildIterator extends Object implements SequenceIterator
Iterator over the children of this JNode
  • Constructor Details

    • JNodeChildIterator

      public JNodeChildIterator(ChildJNode origin)
  • Method Details

    • next

      public GNode next()
      Get the next item in the sequence.
      Specified by:
      next in interface SequenceIterator
      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.