public final class Ssel
extends java.lang.Object
Constructor and Description |
---|
Ssel()
Constructor to initiate the node list.
|
Modifier and Type | Method and Description |
---|---|
void |
addToNodeList(Node n)
Add node to the select node list.
|
java.util.LinkedList<Node> |
getNodeList()
Get entire list of node in select clause.
|
public java.util.LinkedList<Node> getNodeList()
public void addToNodeList(Node n)
n
- An node object to be added to select node list.