Package org.snakeyaml.engine.v2.events
Class SequenceStartEvent
java.lang.Object
org.snakeyaml.engine.v2.events.Event
org.snakeyaml.engine.v2.events.NodeEvent
org.snakeyaml.engine.v2.events.CollectionStartEvent
org.snakeyaml.engine.v2.events.SequenceStartEvent
Marks the beginning of a sequence node.
This event is followed by the elements contained in the sequence, and a SequenceEndEvent
.
- See Also:
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.snakeyaml.engine.v2.events.CollectionStartEvent
getFlowStyle, getTag, isFlow, isImplicit
Methods inherited from class org.snakeyaml.engine.v2.events.Event
getEndMark, getStartMark
-
Constructor Details
-
SequenceStartEvent
-
SequenceStartEvent
-
-
Method Details
-
getEventId
Description copied from class:Event
Get the type (kind) if this Event- Specified by:
getEventId
in classEvent
- Returns:
- the ID of this Event
-
toString
- Overrides:
toString
in classCollectionStartEvent
-