nextSiblingElement - web automation propety

Internet Explorer automation property that returns the next child of the parent for the object in the HTML DOM hierarchy.

Applies to:
Element
  var e = elementObj.nextSiblingElement;
Arguments:
None.
Remarks:
If the current element is the last child in DOM hierarchy, then null is returned.
Example:

None.
		
See also:
Element | parentElement | previousSiblingElement

© 2014 CodeCentrix Software. All rights reserved.