| Class | Description | 
|---|---|
| AnchorNode | This class is only used during representation (dumping) | 
| CollectionNode<T> | Base class for the two collection types  mappingandcollection. | 
| MappingNode | Represents a map. | 
| Node | Base class for all nodes. | 
| NodeTuple | Stores one key value pair used in a map. | 
| ScalarNode | Represents a scalar node. | 
| SequenceNode | Represents a sequence. | 
| Tag | 
| Enum | Description | 
|---|---|
| NodeId | Enum for the basic YAML types: scalar, sequence, mapping or anchor. | 
Copyright © 2008–2021. All rights reserved.