Uses of Class
org.yaml.snakeyaml.events.Event
Packages that use Event
Package
Description
-
Uses of Event in org.yaml.snakeyaml
Fields in org.yaml.snakeyaml with type parameters of type EventMethods in org.yaml.snakeyaml that return types with arguments of type EventModifier and TypeMethodDescriptionYaml.SilentEmitter.getEvents()Yaml.EventIterable.iterator()Parse a YAML stream and produce parsing events.Serialize the representation tree into Events.Methods in org.yaml.snakeyaml with parameters of type EventConstructor parameters in org.yaml.snakeyaml with type arguments of type Event -
Uses of Event in org.yaml.snakeyaml.emitter
Fields in org.yaml.snakeyaml.emitter declared as EventFields in org.yaml.snakeyaml.emitter with type parameters of type EventMethods 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 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
Fields in org.yaml.snakeyaml.parser declared as EventMethods in org.yaml.snakeyaml.parser that return EventModifier and TypeMethodDescriptionParser.getEvent()Returns the next event.ParserImpl.getEvent()Get the next event and proceed further.private EventParserImpl.parseBlockNodeOrIndentlessSequence()private EventParserImpl.parseFlowNode()private EventParserImpl.parseNode(boolean block, boolean indentlessSequence) Parser.peekEvent()Return the next event, but do not delete it from the stream.ParserImpl.peekEvent()Get the next event.private EventParserImpl.processEmptyScalar(Mark mark) block_mapping ::= BLOCK-MAPPING_START ((KEY block_node_or_indentless_sequence?)? (VALUE block_node_or_indentless_sequence?)?)* BLOCK-ENDParserImpl.ParseBlockMappingFirstKey.produce()ParserImpl.ParseBlockMappingKey.produce()ParserImpl.ParseBlockMappingValue.produce()ParserImpl.ParseBlockNode.produce()ParserImpl.ParseBlockSequenceEntry.produce()ParserImpl.ParseBlockSequenceFirstEntry.produce()ParserImpl.ParseDocumentContent.produce()ParserImpl.ParseDocumentEnd.produce()ParserImpl.ParseDocumentStart.produce()ParserImpl.ParseFlowMappingEmptyValue.produce()ParserImpl.ParseFlowMappingFirstKey.produce()ParserImpl.ParseFlowMappingKey.produce()ParserImpl.ParseFlowMappingValue.produce()ParserImpl.ParseFlowSequenceEntry.produce()ParserImpl.ParseFlowSequenceEntryMappingEnd.produce()ParserImpl.ParseFlowSequenceEntryMappingKey.produce()ParserImpl.ParseFlowSequenceEntryMappingValue.produce()ParserImpl.ParseFlowSequenceFirstEntry.produce()ParserImpl.ParseImplicitDocumentStart.produce()ParserImpl.ParseIndentlessSequenceEntry.produce()ParserImpl.ParseStreamStart.produce()Production.produce()