nextSibling
This property retrieves a reference to the next child of the parent for the specified element.
Syntax
function get xweb.document.htmlElement.nextSibling() : htmlElement Object
Parameters
None.
Returns
This property returns a reference to the next object within the same node of the DOM tree as specified htmlElement.
See Also
Concepts
htmlElement
htmlElement Members
xweb
Copyright © 2011 by Microsoft Corporation. All rights reserved.