| Package | Description |
|---|---|
| com.esotericsoftware.yamlbeans.emitter | |
| com.esotericsoftware.yamlbeans.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
Emitter.emit(Event event) |
| Modifier and Type | Class and Description |
|---|---|
class |
AliasEvent |
class |
CollectionStartEvent |
class |
DocumentEndEvent |
class |
DocumentStartEvent |
class |
MappingStartEvent |
class |
NodeEvent |
class |
ScalarEvent |
class |
SequenceStartEvent |
| Modifier and Type | Field and Description |
|---|---|
static Event |
Event.DOCUMENT_END_FALSE |
static Event |
Event.DOCUMENT_END_TRUE |
static Event |
Event.MAPPING_END |
static Event |
Event.SEQUENCE_END |
static Event |
Event.STREAM_END |
static Event |
Event.STREAM_START |
| Modifier and Type | Method and Description |
|---|---|
Event |
Parser.getNextEvent() |
Event |
Parser.peekNextEvent() |
Copyright © 2020. All rights reserved.