Lister.IDREFSIterator
public interface ListIterator<E>
Iterator
but can throw JAXB specific exceptions.Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
Works like
Iterator.hasNext() . |
E |
next() |
Works like
Iterator.next() . |
boolean hasNext()
Iterator.hasNext()
.E next() throws org.xml.sax.SAXException, javax.xml.bind.JAXBException
Iterator.next()
.org.xml.sax.SAXException
- if an error is found, reported, and we were told to abortjavax.xml.bind.JAXBException
- if an error is found, reported, and we were told to abortCopyright © 2018 Oracle Corporation. All rights reserved.