The next tree item with the same parent.
Eigenschaft von
Beschreibung
The read-only nextSibling property contains an object reference to the next tree item (down) that has the same parent. If the tree item is the last one, nextSibling is null.
Use nextSibling to loop forward through the items in a tree (or subtree).
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.