om.DomNode.getNext

Returns the next sibling DOM node of this node.

Syntax

getNext()
  RETURNING result om.DomNode

Usage

The getNext() method returns the next sibling DOM node following the current node, withing the children list of the parent node.