documentStartEvent

fnEvent documentStartEvent(const Mark start, const Mark end, const bool explicit, string YAMLVersion, TagDirective[] tagDirectives) pure @safe nothrow

Construct a document start event.

Parameters

startStart position of the event in the file/stream.
endEnd position of the event in the file/stream.
explicitIs this an explicit document start?
YAMLVersionYAML version string of the document.
tagDirectivesTag directives of the document.