| Interface | Description |
|---|---|
| EventHandler |
Responsible for handling YAML events and converting them to SAX events.
|
| Class | Description |
|---|---|
| AliasReferencingEventHandler |
Adds a 'id' attribute to the element with the anchor and the 'ref' attribute
to the elements with the alias.
|
| AliasResolvingEventHandler |
The elements or value from the anchor are resolved (copied) under the element
with the alias.
|
| YamlEventStreamHandler |
Takes a iterable yaml event stream and handles the events of the stream.
|
| YamlToSaxHandler |
Converts yaml events into sax events.
|
Copyright © 2020. All rights reserved.