StreamEndEvent

Marks the end of a stream that might have contained multiple documents.

This event is the last event that a parser emits. Together with StreamStartEvent (which is the first event a parser emits) they mark the beginning and the end of a stream of documents.

See Event for an exemplary output.

Constructors

Link copied to clipboard
constructor(startMark: Mark?, endMark: Mark?)
constructor()

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
val startMark: Mark? = null

Functions

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