Composer

Composes YAML documents from events provided by a Parser.

Constructors

this
this(Parser parser, Resolver resolver)

Construct a composer.

Members

Functions

checkNode
bool checkNode()

Determine if there are any nodes left.

getNode
Node getNode()

Get a YAML document as a node (the root of the document).

Meta