|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Node in xmlgp |
---|
Methods in xmlgp that return Node | |
---|---|
Node |
Representation.getNode()
Returns the node which represents the results. |
Methods in xmlgp that return types with arguments of type Node | |
---|---|
java.util.List<Node> |
Node.getChildren()
Returns the list of children of the node. |
Methods in xmlgp with parameters of type Node | |
---|---|
int |
Util.getNumberOfChildren(Node node)
Returns the number of children of a node. |
void |
Representation.setAttributes(int id,
RepresentationType type,
java.util.List<Statistics> statistics,
Node node)
Sets all the attributes of this class. |
void |
Representation.setNode(Node node)
Sets the node which represents the results. |
Method parameters in xmlgp with type arguments of type Node | |
---|---|
void |
Node.setChildren(java.util.List<Node> children)
Sets the list of children of the node. |
void |
Node.setNonTerminalNode(NodeType type,
java.lang.String value,
java.util.List<Node> children)
Sets non terminal node and sets all attributes at once. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |