YamlFrontMatterNode

Undocumented in source.

Constructors

this
this(string key, List!(string) values)
Undocumented in source.

Members

Functions

getKey
string getKey()
Undocumented in source. Be warned that the author may not have intended to support it.
getValues
List!(string) getValues()
Undocumented in source. Be warned that the author may not have intended to support it.
setKey
void setKey(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
setValues
void setValues(List!(string) values)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From CustomNode

accept
void accept(Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta