

| Name | Description | |||
| Add | Adds a child node and returns a reference to the newly created object. | |||
| Clear | Removes all objects in a collection. | |||
| Count | Returns the number of objects in a collection. | |||
| Item | Returns a specific node of the Nodes collection. | |||
| ItemByID | Returns a node giving its unique identifier. | |||
| ItemByPosition | Retrieves a node giving its position. | |||
| Parent | Retrieves the node's parent. | |||
| Remove | Removes a specific member from the Nodes collection. | |||
| RemoveByID | Removes a member giving its unique identifier. |