Class StringValue.CharacterIterator

java.lang.Object
net.sf.saxon.value.StringValue.CharacterIterator
All Implemented Interfaces:
Closeable, AutoCloseable, SequenceIterator<Int64Value>, UnfailingIterator<Int64Value>
Enclosing class:
StringValue

public static final class StringValue.CharacterIterator extends Object implements UnfailingIterator<Int64Value>
CharacterIterator is used to iterate over the characters in a string, returning them as integers representing the Unicode code-point.