- All Implemented Interfaces:
Iterator<String>,org.apache.jena.atlas.iterator.IteratorCloseable<String>,org.apache.jena.atlas.lib.Closeable,NsIterator,ClosableIterator<String>,ExtendedIterator<String>
An NsIterator implementation
-
Constructor Summary
ConstructorsConstructorDescriptionNsIteratorImpl(Iterator<String> iter, Object o) Creates new NsIteratorImpl, ignores _o_ -
Method Summary
Methods inherited from class org.apache.jena.util.iterator.WrappedIterator
close, close, create, createIteratorIterator, createNoRemove, forEachRemaining, forTestingOnly_getBase, hasNext, next, ofStream, removeMethods inherited from class org.apache.jena.util.iterator.NiceIterator
andThen, andThen, asList, asSet, emptyIterator, filterDrop, filterKeep, mapWith, removeNext, toList, toSetMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.util.iterator.ClosableIterator
closeMethods inherited from interface org.apache.jena.util.iterator.ExtendedIterator
andThen, filterDrop, filterKeep, forEach, mapWith, nextOptional, removeNext, toList, toSetMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Constructor Details
-
NsIteratorImpl
Creates new NsIteratorImpl, ignores _o_
-
-
Method Details
-
nextNs
Description copied from interface:NsIteratorReturn the next namespace name of the iteration.- Specified by:
nextNsin interfaceNsIterator- Returns:
- The next name space URI from the iteration.
-