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 classMarks the inclusion of a previously anchored node.classBase class for the end events of the collection nodes.classBase class for the start events of the collection nodes.final classMarks a comment block value.final classMarks the end of a document.final classMarks the beginning of a document.final classMarks the end of a mapping node.final classMarks the beginning of a mapping node.classBase class for all events that mark the beginning of a node.final classMarks a scalar value.final classMarks the end of a sequence.final classMarks the beginning of a sequence node.final classMarks the end of a stream that might have contained multiple documents.final classMarks 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