Package: cxml-stp

Function delete-child

Lambda List

delete-child (child parent &key from-end test start end count key)

Arguments

  • child -- an object
  • parent -- a node
  • from-end -- a generalized boolead
  • start, end -- bounding index designators for parent's child list
  • key -- a designator for a function of one argument, or nil
  • test -- a designator for a function of two arguments, or nil

Return Value

a node or nil

Details

Searches for a child node of parent that satisfies the test and removes it, if allowed.
 

See also