com.sun.xml.bind.v2.runtime.reflect

Class Lister.IDREFSIterator

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.

Method Summary
booleanhasNext()
Objectlast()
Returns the last referenced object (not just its ID)
Stringnext()

Method Detail

hasNext

public boolean hasNext()

last

public Object last()
Returns the last referenced object (not just its ID)

next

public String next()