
Doc models the top level node of a fandoc document.
Slots
- htmlName
-
override Str htmlName()
Get the HTML element name to use for this element.
- id
-
override DocNodeId id()
Get node id for node type.
- isInline
-
override Bool isInline()
Is this an inline versus a block element.
- meta
- write
-
override Void write(DocWriter out)
Write this element and its children to the specified DocWriter.