Package net.sf.saxon.str
Class CodepointIterator
- java.lang.Object
- 
- net.sf.saxon.str.CodepointIterator
 
- 
- All Implemented Interfaces:
- java.io.Closeable,- java.lang.AutoCloseable,- SequenceIterator,- AtomicIterator
 
 public class CodepointIterator extends java.lang.Object implements AtomicIterator Iterator over a string to produce a sequence of single character strings
- 
- 
Constructor SummaryConstructors Constructor Description CodepointIterator(IntIterator codepoints)Create a codepoint iterator
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AtomicValuenext()Get the next atomic value in the sequence.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface net.sf.saxon.om.SequenceIteratorclose, discharge
 
- 
 
- 
- 
- 
Constructor Detail- 
CodepointIteratorpublic CodepointIterator(IntIterator codepoints) Create a codepoint iterator- Parameters:
- codepoints- iterator over the underlying codepoints
 
 
- 
 - 
Method Detail- 
nextpublic AtomicValue next() Description copied from interface:AtomicIteratorGet the next atomic value in the sequence.- Specified by:
- nextin interface- AtomicIterator
- Specified by:
- nextin interface- SequenceIterator
- Returns:
- the next Item. If there are no more items, return null.
 
 
- 
 
-