public class Node extends Object implements Serializable
Tree
结构中的一个节点。Modifier and Type | Method and Description |
---|---|
List<Node> |
getChildren() |
Node |
getParent() |
String |
getText() |
String |
toString() |
Copyright 2009-2012 Micro Focus. All Rights Reserved.