NextSibling

Name

NextSibling -- Returns the next sibling of a node

Synopsis

NextSibling[node->NODE] =: NODE 

Description

NextSibling returns the next sibling of node. If node has no next sibling, the null node is returned.

See also

PriorSibling.