Package | Description |
---|---|
com.borland.silktest.jtf.common.types |
This package contains common data types.
|
Modifier and Type | Method and Description |
---|---|
Node |
Node.getParent() |
Modifier and Type | Method and Description |
---|---|
List<Node> |
Node.getChildren() |
List<Node> |
Tree.getNodes()
Returns the content of the tree as list of
Node s by traversing the tree pre-order. |
List<Node> |
Tree.getRootNodes() |
Constructor and Description |
---|
Node(String text,
Node parent)
Creates a Node.
|
Constructor and Description |
---|
Tree(List<Node> rootNodes) |
Copyright 2009-2012 Micro Focus. All Rights Reserved.