yaml/event library

Classes

AliasEvent
An event indicating that an alias was referenced.
DocumentEndEvent
An event indicating the end of a YAML document.
DocumentStartEvent
An event indicating the beginning of a YAML document.
Event
An event emitted by a Parser.
MappingStartEvent
An event indicating the beginning of a mapping.
ScalarEvent
An event indicating a single scalar value.
SequenceStartEvent
An event indicating the beginning of a sequence.

Enums

EventType
The types of Event objects.