documentStartEvent

Construct a document start event.

package pure @safe nothrow
documentStartEvent
(
const Mark start
,
const Mark end
,
const bool explicit
,,)

Parameters

end Mark

End position of the event in the file/stream.

explicit bool

Is this an explicit document start?

YAMLVersion string

YAML version string of the document.

tagDirectives TagDirective[]

Tag directives of the document.

Meta