xml.StaxReader.nextSibling

Moves the StaxReader cursor to the immediate next sibling XML Element of the current node, skipping all its child nodes.

Syntax

nextSibling()

Usage

The cursor points to the parent end tag if there are no siblings.

In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.