Package: cxml-stp
Function filter-children
Lambda List
filter-children (predicate parent &rest args &key from-end (start 0) end count key)
Arguments
Return Valuea sequence containing nodes
Details Return a list of child nodes of parent from which nodes that do not satisfy predicate have been removed.
This function returns the same list as remove-if-not on the result of list-children. |
See also |