addSeveralBefore
Looks for targetNode in the lists of nodes in this node. When found, newNodes are inserted before it. When not found, an IllegalStateException is thrown.
Inserts the newNodes before this node if it is in a MutableList. For this to work, Node.assignParents must have been called.