Package net.sf.saxon.value
Class Whitespace.Tokenizer
java.lang.Object
net.sf.saxon.value.Whitespace.Tokenizer
- All Implemented Interfaces:
Closeable,AutoCloseable,SequenceIterator,AtomicIterator
- Enclosing class:
Whitespace
An iterator that splits a string on whitespace boundaries, corresponding to the XPath 3.1 function tokenize#1
-
Constructor Details
-
Tokenizer
-
Tokenizer
-
-
Method Details
-
next
Description copied from interface:AtomicIteratorGet the next atomic value in the sequence.- Specified by:
nextin interfaceAtomicIterator- Specified by:
nextin interfaceSequenceIterator- Returns:
- the next Item. If there are no more items, return null.
-