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