|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xml_project.morganaxproc.xdm.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.morganaxproc.xdm.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.morganaxproc.xdm.sequences.IndexableSequence s)
s - the sequence.| Method Detail |
|---|
public boolean hasNext()
hasNext in interface Iterator<XdmItem>public XdmItem next()
next in interface Iterator<XdmItem>public void remove()
remove in interface Iterator<XdmItem>public XdmItemIterator newIterator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||