Class CodepointIterator

java.lang.Object
net.sf.saxon.str.CodepointIterator
All Implemented Interfaces:
Closeable, AutoCloseable, SequenceIterator, AtomicIterator

public class CodepointIterator extends Object implements AtomicIterator
Iterator over a string to produce a sequence of single character strings
  • Constructor Details

    • CodepointIterator

      public CodepointIterator(IntIterator codepoints)
      Create a codepoint iterator
      Parameters:
      codepoints - iterator over the underlying codepoints
  • Method Details