Here is the full list of functions: - [ ] createRoot - [ ] fetchRoot - [ ] fetchTree - [ ] fetchRoots - [ ] hasPrevSibling - [ ] hasNextSibling - [ ] hasChildren - [ ] hasParent - [ ] getPrevSibling - [ ] getNextSibling - [ ] getSiblings - [ ] getFirstChild - [ ] getLastChild - [ ] getChildren - [ ] getDescendants - [ ] getParent - [ ] getAncestors - [ ] getNumberChildren - [ ] getNumberDescendants - [ ] insertAsParentOf - [ ] insertAsPrevSiblingOf - [ ] insertAsNextSiblingOf - [ ] insertAsFirstChildOf - [ ] insertAsLastChildOf - [ ] moveAsPrevSiblingOf - [ ] moveAsNextSiblingOf - [ ] moveAsFirstChildOf - [ ] moveAsLastChildOf - [ ] makeRoot - [ ] addChild - [ ] isLeaf - [ ] isRoot - [ ] isEqualTo - [ ] isDescendantOf - [ ] isDescendantOfOrEqualTo - [ ] isAncestorOf - [ ] isValidNode - [ ] detach - [ ] delete
Here is the full list of functions: