|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChildNodeException | |
---|---|
org.synchronoss.cpo |
Uses of ChildNodeException in org.synchronoss.cpo |
---|
Methods in org.synchronoss.cpo that throw ChildNodeException | |
---|---|
void |
Node.addChild(Node node)
This function adds a child to the linked-list of children for this node. |
void |
Node.addChildSort(Node node)
This function adds a child to the linked-list of children for this node. |
void |
Node.addChildSort(Node node,
java.util.Comparator<Node> c)
|
void |
Node.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. |
void |
Node.insertParentBefore(Node node)
Inserts a new Parent into the tree structure and adds this node as its child. |
void |
Node.insertSiblingBefore(Node node)
Inserts a Sibling into the linked list just prior to this Node |
void |
Node.removeAll()
Remove this node and all its children from the tree. |
boolean |
Node.removeChild(Node node)
Searches for an immediate child node and if found removes it from the linked-list of children. |
void |
Node.removeChildNode()
Remove just this node from the tree. |
void |
Node.setFirstChild(Node node)
Sets the first child node in the linked-list of children. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |