public interface AtomizedValueIterator extends SequenceIterator
This exists to make it possible to iterate over the atomized nodes in a sequence, especially a sequence obtained from the TinyTree, without actually instantiating the nodes themselves.
ATOMIZING, GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD
Modifier and Type | Method and Description |
---|---|
AtomicSequence |
nextAtomizedValue()
Deliver the atomic value that is next in the atomized result
|
close, getProperties, next
AtomicSequence nextAtomizedValue() throws XPathException
XPathException
- if a failure occurs reading or atomizing the next valueCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.