Uses of Class
org.synchronoss.cpo.core.ChildNodeException
Packages that use ChildNodeException
-
Uses of ChildNodeException in org.synchronoss.cpo.core
Methods in org.synchronoss.cpo.core that throw ChildNodeExceptionModifier and TypeMethodDescriptionvoidThis function adds a child to the linked-list of children for this node.voidNode.addChildSort(Node node) This function adds a child to the linked-list of children for this node.voidNode.addChildSort(Node node, Comparator<Node> c) Adds a child to the linked-list of children for this node, inserting it in sorted order.voidNode.insertParentAfter(Node node) Inserts a new Parent Node as a child of this node and moves all pre-existing children to be children of the new Parent Node.voidNode.insertParentBefore(Node node) Inserts a new Parent into the tree structure and adds this node as its child.voidNode.insertSiblingBefore(Node node) Inserts a Sibling into the linked list just prior to this NodevoidNode.removeAll()Remove this node and all its children from the tree.booleanNode.removeChild(Node node) Searches for an immediate child node and if found removes it from the linked-list of children.voidNode.removeChildNode()Remove just this node from the tree.voidNode.setFirstChild(Node node) Sets the first child node in the linked-list of children.