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(Optional<Anchor> anchor,
Optional<String> tag,
boolean implicit,
FlowStyle flowStyle) |
SequenceStartEvent(Optional<Anchor> anchor,
Optional<String> tag,
boolean implicit,
FlowStyle flowStyle,
Optional<Mark> startMark,
Optional<Mark> endMark) |
| Modifier and Type | Method and Description |
|---|---|
Event.ID |
getEventId()
Get the type (kind) if this Event
|
String |
toString() |
getFlowStyle, getTag, isFlow, isImplicitgetEndMark, getStartMarkpublic SequenceStartEvent(Optional<Anchor> anchor, Optional<String> tag, boolean implicit, FlowStyle flowStyle, Optional<Mark> startMark, Optional<Mark> endMark)
public Event.ID getEventId()
EventgetEventId in class Eventpublic String toString()
toString in class CollectionStartEventCopyright © 2018–2022. All rights reserved.