NextSibling

Description

Returns the next sibling for the current node based on the sort order used for the current hierarchy.

Syntax

NextSibling(): String

Example

NextSibling()

If A, B, C, and D are children of Z and the current node is B, then the return value is C.