Use the Parent property to get the node's parent. Use
the IsChildOf property to check whether a
node is child of another node. Use the Nodes
property to access the child node's collection. Use the Add
method to add child nodes to a node. Use the Remove
method to remove a node.