Package net.sf.saxon.value
Class StringValue.UnicodeCharacterIterator
- java.lang.Object
-
- net.sf.saxon.value.StringValue.UnicodeCharacterIterator
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,SequenceIterator
,AtomicIterator<Int64Value>
,UnfailingIterator
- Enclosing class:
- StringValue
public static final class StringValue.UnicodeCharacterIterator extends java.lang.Object implements AtomicIterator<Int64Value>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sf.saxon.om.SequenceIterator
SequenceIterator.Property
-
-
Constructor Summary
Constructors Constructor Description UnicodeCharacterIterator(UnicodeString value)
Create an iterator over a string
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Int64Value
next()
Get the next atomic value in the sequence.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.saxon.om.SequenceIterator
close, forEachOrFail, getProperties, materialize
-
Methods inherited from interface net.sf.saxon.tree.iter.UnfailingIterator
forEach, toList
-
-
-
-
Constructor Detail
-
UnicodeCharacterIterator
public UnicodeCharacterIterator(UnicodeString value)
Create an iterator over a string
-
-
Method Detail
-
next
public Int64Value next()
Description copied from interface:AtomicIterator
Get the next atomic value in the sequence.- Specified by:
next
in interfaceAtomicIterator<Int64Value>
- Specified by:
next
in interfaceSequenceIterator
- Specified by:
next
in interfaceUnfailingIterator
- Returns:
- the next Item. If there are no more items, return null.
-
-