Package: cxml-stp

Function replace-children

Lambda List

replace-children (parent seq &key end2 start2 end1 start1)

Arguments

  • parent -- a node
  • seq -- a sequence of nodes
  • start1, end1 -- bounding index designators for parent's child list
  • start2, end2 -- bounding index designators for seq

Details

Modifies the child list of parent by replacing its child nodes bounded by start1 and end1 with the elements of seq bounded by start2 and end2, if allowed.
 

See also