| Interface | Description | 
|---|---|
| Emitable | 
| Class | Description | 
|---|---|
| Emitter | 
 Emitter expects events obeying the following grammar:
 stream ::= STREAM-START document* STREAM-END
 document ::= DOCUMENT-START node DOCUMENT-END
 node ::= SCALAR | sequence | mapping
 sequence ::= SEQUENCE-START node* SEQUENCE-END
 mapping ::= MAPPING-START (node node)* MAPPING-END | 
| ScalarAnalysis | Accumulate information to choose the scalar style | 
| Exception | Description | 
|---|---|
| EmitterException | 
Copyright © 2008–2021. All rights reserved.