DocumentEndEvent

class DocumentEndEvent @JvmOverloads constructor(val isExplicit: Boolean, val startMark: Mark? = null, val endMark: Mark? = null) : Event

Marks the end of a document.

This event follows the document's content.

Constructors

Link copied to clipboard
constructor(isExplicit: Boolean, startMark: Mark? = null, endMark: Mark? = null)

Properties

Link copied to clipboard
val endMark: Mark? = null
Link copied to clipboard
open override val eventId: Event.ID

Get the type (kind) of this Event

Link copied to clipboard
Link copied to clipboard
val startMark: Mark? = null

Functions

Link copied to clipboard
open override fun toString(): String