| Package | Description | 
|---|---|
| org.yaml.snakeyaml.events | |
| org.yaml.snakeyaml.parser | 
| Modifier and Type | Method and Description | 
|---|---|
| Event.ID | MappingStartEvent. getEventId() | 
| Event.ID | SequenceEndEvent. getEventId() | 
| Event.ID | SequenceStartEvent. getEventId() | 
| abstract Event.ID | Event. getEventId()Get the type (kind) if this Event | 
| Event.ID | DocumentStartEvent. getEventId() | 
| Event.ID | AliasEvent. getEventId() | 
| Event.ID | CommentEvent. getEventId() | 
| Event.ID | StreamStartEvent. getEventId() | 
| Event.ID | StreamEndEvent. getEventId() | 
| Event.ID | ScalarEvent. getEventId() | 
| Event.ID | MappingEndEvent. getEventId() | 
| Event.ID | DocumentEndEvent. getEventId() | 
| static Event.ID | Event.ID. valueOf(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. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | Event. is(Event.ID id)Check if the Event is of the provided kind | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | Parser. checkEvent(Event.ID choice)Check if the next event is one of the given type. | 
| boolean | ParserImpl. checkEvent(Event.ID choice)Check the type of the next event. | 
Copyright © 2008–2021. All rights reserved.