nextSibling

inline fun <T : Node> Node.nextSibling(): Node?

Return

the next sibling of the specified type. Notice that children of a sibling collection are considered siblings and not the collection itself.


Return

the next sibling node. Notice that children of a sibling collection are considered siblings and not the collection itself.