method
insertAllBefore

Node insertAllBefore(
Iterable<Node> newNodes,
Node refChild
)

Inserts all of the nodes into this node directly before refChild.

See also: