Package-level declarations
Basic unit of output from parsing, or emitting.
Types
Marks the inclusion of a previously anchored node.
Base class for the end events of the collection nodes.
Marks a comment block value.
Marks the end of a document.
Marks the beginning of a document.
Basic unit of output from a org.snakeyaml.engine.v2.parser.Parser or input of a org.snakeyaml.engine.v2.emitter.Emitter.
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.
Marks the end of a mapping node.
Marks the beginning of a mapping node.
Marks a scalar value.
Marks the end of a sequence.
Marks the beginning of a sequence node.
Marks the end of a stream that might have contained multiple documents.
Marks the start of a stream that might contain multiple documents.