Package: cxml-stp

Function insert-child-before

Lambda List

insert-child-before (parent new-child ref-child)

Arguments

Details

Adds new-child before ref-child as a child node of parent, if allowed.

Signals an error if the child already has a parent.

Also signals an error if ref-child is not a child of parent.
 

See also