Package: cxml-stp

Function next-sibling

Lambda List

next-sibling (node)

Arguments

Return Value

a node or nil

Details

Returns the child following node in the child list of its parent.

Signals an error if node has no parent or is the last child of its parent.
 

See also