Class Lister.IDREFSIterator
java.lang.Object
com.sun.xml.bind.v2.runtime.reflect.Lister.IDREFSIterator
- All Implemented Interfaces:
ListIterator<String>
Iterator for IDREFS lister.
Only in ArrayElementProperty we need to get the actual referenced object. This is a kind of ugly way to make that work.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()Works likeIterator.hasNext().last()Returns the last referenced object (not just its ID)next()Works likeIterator.next().
-
Method Details
-
hasNext
public boolean hasNext()Description copied from interface:ListIteratorWorks likeIterator.hasNext().- Specified by:
hasNextin interfaceListIterator<String>
-
last
Returns the last referenced object (not just its ID) -
next
Description copied from interface:ListIteratorWorks likeIterator.next().- Specified by:
nextin interfaceListIterator<String>- Throws:
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 abort
-