public interface Node
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends Node> |
getChildren()
Gets the vector of children nodes.
|
java.lang.String |
getName()
Gets the name of the node.
|
java.util.List<? extends Node> getChildren()
java.lang.String getName()
Copyright © 2012 The Apache Software Foundation