public final class SequenceStartEvent extends CollectionStartEvent
This event is followed by the elements contained in the sequence, and a
SequenceEndEvent.
SequenceEndEvent| Constructor and Description |
|---|
SequenceStartEvent(String anchor,
String tag,
boolean implicit,
Mark startMark,
Mark endMark,
Boolean flowStyle)
Deprecated.
|
SequenceStartEvent(String anchor,
String tag,
boolean implicit,
Mark startMark,
Mark endMark,
DumperOptions.FlowStyle flowStyle) |
| Modifier and Type | Method and Description |
|---|---|
Event.ID |
getEventId()
Get the type (kind) if this Event
|
getArguments, getFlowStyle, getImplicit, getTag, isFlowequals, getEndMark, getStartMark, hashCode, is, toStringpublic SequenceStartEvent(String anchor, String tag, boolean implicit, Mark startMark, Mark endMark, DumperOptions.FlowStyle flowStyle)
public Event.ID getEventId()
EventgetEventId in class EventCopyright © 2008–2021. All rights reserved.