Package br.ufsc.labsec.utils
Class XMLParser.NodeListIterator<T extends Node>
java.lang.Object
br.ufsc.labsec.utils.XMLParser.NodeListIterator<T>
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
- XMLParser
public static class XMLParser.NodeListIterator<T extends Node> extends Object implements Iterator<T>
-
Constructor Summary
Constructors Constructor Description NodeListIterator(NodeList nodeList, Class<T> clazz)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove