parent

expect fun parent(): KtSoupNode?

Get this node's parent KtSoupNode or null if it has no parent.

Note for Javascript: Currently only KtSoupElement's will return their parent, KtSoupText nodes for example will return null.

Return

The parent node or null if it has no parent.

actual fun parent(): KtSoupNode?
actual fun parent(): KtSoupNode?
actual fun parent(): KtSoupNode?