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
Methods in org.snakeyaml.engine.v2.events that return Event.IDModifier and TypeMethodDescriptionAliasEvent.getEventId()
CommentEvent.getEventId()
DocumentEndEvent.getEventId()
DocumentStartEvent.getEventId()
abstract Event.ID
Event.getEventId()
Get the type (kind) if this EventMappingEndEvent.getEventId()
MappingStartEvent.getEventId()
ScalarEvent.getEventId()
SequenceEndEvent.getEventId()
SequenceStartEvent.getEventId()
StreamEndEvent.getEventId()
StreamStartEvent.getEventId()
static Event.ID
Returns 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 TypeMethodDescriptionboolean
Parser.checkEvent
(Event.ID choice) Check if the next event is one of the given type.boolean
ParserImpl.checkEvent
(Event.ID id) Check the ID of the next event.