public final class MappingStartEvent extends CollectionStartEvent
This event is followed by a number of key value pairs.
The pairs are not in any particular order. However, the value always directly
follows the corresponding key.
After the key value pairs follows a MappingEndEvent.
There must be an even number of node events between the start and end event.
MappingEndEvent| Constructor and Description |
|---|
MappingStartEvent(String anchor,
String tag,
boolean implicit,
Mark startMark,
Mark endMark,
Boolean flowStyle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
is(Event.ID id) |
getArguments, getFlowStyle, getImplicit, getTagequals, getEndMark, getStartMark, hashCode, toStringCopyright © 2008–2015. All rights reserved.