|
QJCC homepage | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbiz.chitec.quarterback.util.DOMHelp.NodeListIterator
Internal helper class for accessing node lists through an Iterator.
| Field Summary | |
private org.w3c.dom.NodeList |
nl
|
private int |
pos
|
| Constructor Summary | |
DOMHelp.NodeListIterator(org.w3c.dom.NodeList nl)
Init the Iterator with a node list. |
|
| Method Summary | |
boolean |
hasNext()
Returns true if there is another node in the list. |
java.lang.Object |
next()
Returns the currently referenced node and increases the pointer in the list. |
void |
remove()
Removing of elements is not supported and throws an exception. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private org.w3c.dom.NodeList nl
private int pos
| Constructor Detail |
public DOMHelp.NodeListIterator(org.w3c.dom.NodeList nl)
| Method Detail |
public void remove()
remove in interface java.util.Iteratorpublic boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iterator
|
QJCC homepage | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||