Document End Event
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.
Marks the end of a document.
This event follows the document's content.