PriorSibling

Name

PriorSibling -- Returns the previous sibling of a node

Synopsis

PriorSibling[node->NODE] =: NODE

Description

PriorSibling returns the prior sibling of node. If node has no prior sibling, the null node is returned.

See also

NextSibling.