Tasks on this page:
Queries
Task: Get the Count of Children
Task: Get the Child at a Given Index
Task: Get the Index of a Given Child
Task: Get the Children
Task: Determine Whether the Node is a Parent
Additions
Task: Add a Child at the Beginning
Task: Add a Child at the End
Task: Replace a Child with Another Child
Task: Replace Multiple Children with Another Child
Task: Insert Child Before a Given Child
Task: Insert Child After a Given Child
Deletions
Task: Remove a Given Child
Task: Remove the Child at a Specified Offset
Task: Remove Children That Meet Specified Criteria
Iterations
Task: Iterate Over Children
Task: Iterate Over Child Indexes
Clones
Task: Clone Deeply