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