Node.setParent
void setParent(json.node.Node parent = null)Sets the parent node for the given node.
It is an error to call this with an immutable parent.
The node may be immutable.
Parameters
parent | the parent node |
void setParent(json.node.Node parent = null)Sets the parent node for the given node.
It is an error to call this with an immutable parent.
The node may be immutable.
parent | the parent node |