addAfter

open fun addAfter(node: N, afterThisNode: N): NodeList<N>(source)

Inserts the node after afterThisNode.

Throws

when afterThisNode is not in this list.