|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xml_project.morganaxproc.xdm.AtomizingIterator
public class AtomizingIterator
Instancing of this class represent the atomized values of the items in a sequence. Use XdmSequence.atomize() to get an iterator.
| Constructor Summary | |
|---|---|
AtomizingIterator(XdmItemIterator iter)
Creates a new iterator |
|
| Method Summary | |
|---|---|
String |
getStringValue()
Creates the string value of the items of this iterator. |
boolean |
hasNext()
|
Iterator<XdmValue> |
iterator()
|
AtomizingIterator |
newIterator()
Creates a new iterator (starting with the first item) of the same sequence. |
XdmValue |
next()
|
void |
remove()
Not implemented for this Iterable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AtomizingIterator(XdmItemIterator iter)
iter - an iterator over a sequence of items| Method Detail |
|---|
public Iterator<XdmValue> iterator()
iterator in interface Iterable<XdmValue>public boolean hasNext()
hasNext in interface Iterator<XdmValue>public XdmValue next()
next in interface Iterator<XdmValue>public void remove()
remove in interface Iterator<XdmValue>public AtomizingIterator newIterator()
public String getStringValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||