|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.xml_project.morganaxdm.XdmItemIterator
public class XdmItemIterator
Instances of this class are used as iterator over items in an XdmSequence.
Constructor Summary | |
---|---|
protected |
XdmItemIterator()
|
|
XdmItemIterator(com.xml_project.morganaxdm.sequences.IndexableSequence s)
Creates a new iterator over an IndexableSequence |
Method Summary | |
---|---|
boolean |
hasNext()
|
XdmItemIterator |
newIterator()
Creates a new iterator (starting at the first item) over the same sequence. |
XdmItem |
next()
|
void |
remove()
Not implemented for this Iterator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected XdmItemIterator()
public XdmItemIterator(com.xml_project.morganaxdm.sequences.IndexableSequence s)
s
- the sequence.Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<XdmItem>
public XdmItem next()
next
in interface java.util.Iterator<XdmItem>
public void remove()
remove
in interface java.util.Iterator<XdmItem>
public XdmItemIterator newIterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |