public interface Node extends Iterable<Node>
Modifier and Type | Method and Description |
---|---|
void |
addChild(Node node) |
List<Node> |
getChildren() |
Node |
getParent() |
void |
removeChild(Node node) |
void |
setParent(Node node) |
forEach, iterator, spliterator
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.