addBefore

open fun addBefore(node: N, beforeThisNode: N): NodeList<N>(source)

Inserts the node before beforeThisNode.

Throws

when beforeThisNode is not in this list.