public abstract class CollectionStartEvent extends NodeEvent
Constructor and Description |
---|
CollectionStartEvent(java.lang.String anchor,
java.lang.String tag,
boolean implicit,
Mark startMark,
Mark endMark,
java.lang.Boolean flowStyle) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getFlowStyle()
true if this collection is in flow style, false
for block style. |
boolean |
getImplicit()
true if the tag can be omitted while this collection is
emitted. |
java.lang.String |
getTag()
Tag of this collection.
|
equals, getEndMark, getStartMark, hashCode, is, toString
public java.lang.String getTag()
null
if no explicit
tag is available.public boolean getImplicit()
true
if the tag can be omitted while this collection is
emitted.public java.lang.Boolean getFlowStyle()
true
if this collection is in flow style, false
for block style.