Gets the node immediately following this node.

[VBScript]
Public ReadOnly Property NextSibling As Node
[JScript]
public function get NextSibling() : Node;

Property Value

The next Node. If there is no next node, this property returns null.

See Also

Node Object | Node Members | DOM Namespace