Package net.sf.saxon.regex
Class JTokenIterator
java.lang.Object
net.sf.saxon.regex.JTokenIterator
- All Implemented Interfaces:
Closeable,AutoCloseable,SequenceIterator,AtomicIterator
A JTokenIterator is an iterator over the strings that result from tokenizing a string using
a regular expression, in this case a regular expression evaluated using the JDK regex engine
-
Constructor Details
-
JTokenIterator
Construct a JTokenIterator.
-
-
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.
-