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:AtomicIterator
Get the next atomic value in the sequence.- Specified by:
next
in interfaceAtomicIterator
- Specified by:
next
in interfaceSequenceIterator
- Returns:
- the next Item. If there are no more items, return null.
-