public interface ListIterator<E>
Iterator
but can throw JAXB specific exceptions.Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Works like
Iterator.hasNext() . |
E |
next()
Works like
Iterator.next() . |
boolean hasNext()
Iterator.hasNext()
.E next() throws SAXException, JAXBException
Iterator.next()
.SAXException
- if an error is found, reported, and we were told to abortJAXBException
- if an error is found, reported, and we were told to abortCopyright © 2019 JBoss by Red Hat. All rights reserved.