Uses of Enum
org.snakeyaml.engine.v2.events.Event.ID
Packages that use Event.ID
Package
Description
-
Uses of Event.ID in org.snakeyaml.engine.v2.emitter
Methods in org.snakeyaml.engine.v2.emitter with parameters of type Event.ID -
Uses of Event.ID in org.snakeyaml.engine.v2.events
Subclasses with type arguments of type Event.ID in org.snakeyaml.engine.v2.eventsMethods in org.snakeyaml.engine.v2.events that return Event.IDModifier and TypeMethodDescriptionAliasEvent.getEventId()CommentEvent.getEventId()DocumentEndEvent.getEventId()DocumentStartEvent.getEventId()abstract Event.IDEvent.getEventId()Get the type (kind) if this EventMappingEndEvent.getEventId()MappingStartEvent.getEventId()ScalarEvent.getEventId()SequenceEndEvent.getEventId()SequenceStartEvent.getEventId()StreamEndEvent.getEventId()StreamStartEvent.getEventId()static Event.IDReturns the enum constant of this type with the specified name.static Event.ID[]Event.ID.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Event.ID in org.snakeyaml.engine.v2.parser
Methods in org.snakeyaml.engine.v2.parser with parameters of type Event.IDModifier and TypeMethodDescriptionbooleanParser.checkEvent(Event.ID choice) Check if the next event is one of the given type.booleanParserImpl.checkEvent(Event.ID id) Check the ID of the next event.