Package net.sf.saxon.resource
Class JarCollection.JarIterator
java.lang.Object
net.sf.saxon.resource.JarCollection.JarIterator
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterator<Resource>
- Enclosing class:
JarCollection
-
Constructor Summary
ConstructorsConstructorDescriptionJarIterator
(XPathContext context, ZipInputStream zipInputStream, FilenameFilter filter) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
JarIterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove() -
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-