dom-add-child-before

dom-add-child-before is a compiled Lisp function in `dom.el'.

(dom-add-child-before NODE CHILD &optional BEFORE)

Add CHILD to NODE's children before child BEFORE.
If BEFORE is nil, make CHILD NODE's first child.