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() |
String |
toString() |
getFlowStyle, getTag, isFlow, isImplicitequals, getEndMark, getStartMark, hashCode, isEventpublic SequenceStartEvent(Optional<Anchor> anchor, Optional<String> tag, boolean implicit, FlowStyle flowStyle, Optional<Mark> startMark, Optional<Mark> endMark)
public Event.ID getEventId()
getEventId in class Eventpublic String toString()
toString in class CollectionStartEventCopyright © 2018–2019. All rights reserved.