getNextSibling (Outline - Java)

Gets the entry at the same level following a specified entry of an outline.

Defined in

Outline

Syntax

public OutlineEntry getNextSibling(OutlineEntry entry)
     throws NotesException

Parameters

OutlineEntry entry

An entry in the outline.

Return value

OutlineEntry

The entry at the same level following the one specified as the parameter, or null if there is no next sibling.

Example