Adds a new children to the node, positioned just before another child node that is also specified.
This method is effectively equivalent to first searching the existing child and then executing {@link #insertChild(int,Node)}specifying its position.
@param existingChild the child we want to insert the new child just before. @param newChild the new child.
|
|
|
|