Composer

Composes YAML documents from events provided by a Parser.

Constructors

this
this(Parser parser, Resolver resolver, Constructor constructor)

Construct a composer.

Destructor

~this
~this()

Destroy the 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).

getSingleNode
Node getSingleNode()

Get single YAML document, throwing if there is more than one document.

Meta