gotoParent

actual external fun gotoParent(): Boolean(source)

Move the cursor to the parent of its current node.

Return

true if the cursor successfully moved, or false if there was no parent node.

expect fun gotoParent(): Boolean(source)

Move the cursor to the parent of its current node.

Return

true if the cursor successfully moved, or false if there was no parent node.

actual external fun gotoParent(): Boolean(source)

Move the cursor to the parent of its current node.

Return

true if the cursor successfully moved, or false if there was no parent node.

actual fun gotoParent(): Boolean(source)

Move the cursor to the parent of its current node.

Return

true if the cursor successfully moved, or false if there was no parent node.