YamlNode instances
The YAML documents are loaded and parsed with the external SnakeYaml
parser, which supports YAML 1.2 documents, and the JSON schema.See: Description
| Interface | Description |
|---|---|
| YamlCollection |
Common ancestor interface for
YamlMapping and YamlSequence nodes |
| YamlMapping |
Interface for YAML mapping nodes
|
| YamlNode |
Generic YAML node interface
|
| YamlScalar |
Interface for YAML scalar nodes
The following types are supported:
String
Integer
Float
Boolean
|
| YamlSequence |
Interface for YAML sequence nodes
|
| Class | Description |
|---|---|
| YamlDomBuilder |
Builds a DOM of
YamlNode instances from the structure parsed
by SnakeYaml. |
| YamlLoader |
YAML loader that can load, parse YAML documents and can build a tree
of
YamlNode instances. |
| Exception | Description |
|---|---|
| YamlException |
YamlNode instances
The YAML documents are loaded and parsed with the external SnakeYaml
parser, which supports YAML 1.2 documents, and the JSON schema.Copyright © 2019. All Rights Reserved.