name
nextSibling ( )
openExample
None available
description
Returns the next sibling in the parent elements's child list or null if the node does not have a next sibling element.
syntax
nextSibling();
returns
XMLElement, the next sibling of the element
usage
Web & Application
related