public class NodeListIterator extends Object implements Iterator
protected int
_index
protected NodeList
_list
NodeListIterator(NodeList list)
boolean
hasNext()
Object
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected NodeList _list
protected int _index
public NodeListIterator(NodeList list)
public boolean hasNext()
hasNext
Iterator
public Object next()
next
public void remove()
remove
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.