Constructor and Description |
---|
NodeIterator(Node contextNode) |
Modifier and Type | Method and Description |
---|---|
protected Node |
getFirstChild(Node contextNode) |
protected abstract Node |
getFirstNode(Node contextNode) |
protected Node |
getLastChild(Node contextNode) |
protected abstract Node |
getNextNode(Node contextNode) |
protected Node |
getNextSibling(Node contextNode) |
protected Node |
getPreviousSibling(Node contextNode) |
boolean |
hasNext() |
Node |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public NodeIterator(Node contextNode)
Copyright © 2002–2017 InfoEther. All rights reserved.