Uses of Class
org.snakeyaml.engine.v2.events.Event.ID
-
Packages that use Event.ID Package Description org.snakeyaml.engine.v2.emitter org.snakeyaml.engine.v2.events org.snakeyaml.engine.v2.parser -
-
Uses of Event.ID in org.snakeyaml.engine.v2.emitter
Methods in org.snakeyaml.engine.v2.emitter with parameters of type Event.ID Modifier and Type Method Description private void
Emitter. handleNodeEvent(Event.ID id)
-
Uses of Event.ID in org.snakeyaml.engine.v2.events
Methods in org.snakeyaml.engine.v2.events that return Event.ID Modifier and Type Method Description Event.ID
AliasEvent. getEventId()
Event.ID
CommentEvent. getEventId()
Event.ID
DocumentEndEvent. getEventId()
Event.ID
DocumentStartEvent. getEventId()
abstract Event.ID
Event. getEventId()
Get the type (kind) if this EventEvent.ID
MappingEndEvent. getEventId()
Event.ID
MappingStartEvent. getEventId()
Event.ID
ScalarEvent. getEventId()
Event.ID
SequenceEndEvent. getEventId()
Event.ID
SequenceStartEvent. getEventId()
Event.ID
StreamEndEvent. getEventId()
Event.ID
StreamStartEvent. getEventId()
static Event.ID
Event.ID. valueOf(java.lang.String name)
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.ID Modifier and Type Method Description boolean
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.
-