The DomNode class / om.DomNode methods |
Returns the next sibling DOM node of this node.
getNext() RETURNING result om.DomNode
The getNext() method returns the next sibling DOM node following the current node, withing the children list of the parent node.