Package org.yaml.snakeyaml.events
-
Class Summary Class Description AliasEvent Marks the inclusion of a previously anchored node.CollectionEndEvent Base class for the end events of the collection nodes.CollectionStartEvent Base class for the start events of the collection nodes.DocumentEndEvent Marks the end of a document.DocumentStartEvent Marks the beginning of a document.Event ImplicitTuple The implicit flag of a scalar event is a pair of boolean values that indicate if the tag may be omitted when the scalar is emitted in a plain and non-plain style correspondingly.MappingEndEvent Marks the end of a mapping node.MappingStartEvent Marks the beginning of a mapping node.NodeEvent Base class for all events that mark the beginning of a node.ScalarEvent Marks a scalar value.SequenceEndEvent Marks the end of a sequence.SequenceStartEvent Marks the beginning of a sequence node.StreamEndEvent Marks the end of a stream that might have contained multiple documents.StreamStartEvent Marks the start of a stream that might contain multiple documents. -
Enum Summary Enum Description Event.ID