Contents

nextSibling

Returns the next NSXMLNode object that is a sibling node to the receiver.

Declaration

@NSCopying var nextSibling: XMLNode? { get }

Discussion

This object will have an index value that is one more than the receiver’s. If there are no more subsequent siblings (that is, other child nodes of the receiver’s parent) the method returns nil.

See Also

Navigating the Tree of Nodes