Parent
(Redirected from Parent Node)
Jump to navigation
Jump to search
In terms of a Node Tree structure, a "parent" is a node that has child objects (nodes created one level underneath the parent).
The parent node defines inheritance for children objects created underneath. It controls what child objects can be created underneath it, as well as what information is passed to and from the parent and child nodes.