Uses of Class
org.yaml.snakeyaml.events.Event
Packages that use Event
Package
Description
-
Uses of Event in org.yaml.snakeyaml
Methods in org.yaml.snakeyaml that return types with arguments of type Event -
Uses of Event in org.yaml.snakeyaml.comments
Methods in org.yaml.snakeyaml.comments that return EventModifier and TypeMethodDescriptionCommentEventsCollector.collectEvents
(Event event) Collect all events of the expected type (set during construction) starting with event provided as an argument and continuing with the top event on the event source.CommentEventsCollector.collectEventsAndPoll
(Event event) Collect all events of the expected type (set during construction) starting with event provided as an argument and continuing with the top event on the event source.Methods in org.yaml.snakeyaml.comments with parameters of type EventModifier and TypeMethodDescriptionCommentEventsCollector.collectEvents
(Event event) Collect all events of the expected type (set during construction) starting with event provided as an argument and continuing with the top event on the event source.CommentEventsCollector.collectEventsAndPoll
(Event event) Collect all events of the expected type (set during construction) starting with event provided as an argument and continuing with the top event on the event source.Constructor parameters in org.yaml.snakeyaml.comments with type arguments of type EventModifierConstructorDescriptionCommentEventsCollector
(Queue<Event> eventSource, CommentType... expectedCommentTypes) Constructor used to collect events emitted by the Serializer. -
Uses of Event in org.yaml.snakeyaml.emitter
Methods in org.yaml.snakeyaml.emitter with parameters of type Event -
Uses of Event in org.yaml.snakeyaml.events
Subclasses of Event in org.yaml.snakeyaml.eventsModifier and TypeClassDescriptionfinal class
Marks the inclusion of a previously anchored node.class
Base class for the end events of the collection nodes.class
Base class for the start events of the collection nodes.final class
Marks a comment block value.final class
Marks the end of a document.final class
Marks the beginning of a document.final class
Marks the end of a mapping node.final class
Marks the beginning of a mapping node.class
Base class for all events that mark the beginning of a node.final class
Marks a scalar value.final class
Marks the end of a sequence.final class
Marks the beginning of a sequence node.final class
Marks the end of a stream that might have contained multiple documents.final class
Marks the start of a stream that might contain multiple documents. -
Uses of Event in org.yaml.snakeyaml.parser
Methods in org.yaml.snakeyaml.parser that return Event