public static final class Lister.IDREFSIterator extends Object implements 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.
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Works like
Iterator.hasNext(). |
Object |
last()
Returns the last referenced object (not just its ID)
|
String |
next()
Works like
Iterator.next(). |
public boolean hasNext()
ListIteratorIterator.hasNext().hasNext in interface ListIterator<String>public Object last()
public String next() throws SAXException, JAXBException
ListIteratorIterator.next().next in interface ListIterator<String>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 © 2018 JBoss by Red Hat. All rights reserved.