namedDescendant

@JvmName(name = "namedDescendant")
actual external fun namedDescendant(start: UInt, end: UInt): Node?(source)

Get the smallest named node within this node that spans the given byte range, if any.


actual external fun namedDescendant(start: Point, end: Point): Node?(source)

Get the smallest named node within this node that spans the given point range, if any.

expect fun namedDescendant(start: UInt, end: UInt): Node?(source)

Get the smallest named node within this node that spans the given byte range, if any.


expect fun namedDescendant(start: Point, end: Point): Node?(source)

Get the smallest named node within this node that spans the given point range, if any.

@JvmName(name = "namedDescendant")
actual external fun namedDescendant(start: UInt, end: UInt): Node?(source)

Get the smallest named node within this node that spans the given byte range, if any.


actual external fun namedDescendant(start: Point, end: Point): Node?(source)

Get the smallest named node within this node that spans the given point range, if any.

actual fun namedDescendant(start: UInt, end: UInt): Node?(source)

Get the smallest named node within this node that spans the given byte range, if any.


actual fun namedDescendant(start: Point, end: Point): Node?(source)

Get the smallest named node within this node that spans the given point range, if any.