public abstract class NodeIterator extends Object implements Iterator
Helper class for iterating through nodes.
NodeIterator(Iterator iter)
protected abstract Object
getNextNode(Iterator iter)
public boolean
hasNext()
public Object
next()
public void
remove()
class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.