public interface NsIterator extends com.hp.hpl.jena.util.iterator.ExtendedIterator<String>
RDF iterators are standard Java iterators, except that they
have an extra method that returns a specifically typed object,
in this case a String representing a namespace URI, and have
a close() method that should be called to free
resources if the application does not complete the iteration.
| Modifier and Type | Method and Description |
|---|---|
String |
nextNs()
Return the next namespace name of the iteration.
|
andThen, filterDrop, filterKeep, mapWith, removeNext, toList, toSetcloseString nextNs()
NoSuchElementException - if there are no more to be returned.Licenced under the Apache License, Version 2.0