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

mark
Mark mark()

Get a mark from the current reader position

name
inout(string) name()

Set file name.

resolver
Resolver resolver()

Get resolver

Meta