logo

class

fandoc::Doc

sys::Obj
  fandoc::DocNode
    fandoc::DocElem
      fandoc::Doc

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.

Source

id

override DocNodeId id()

Get node id for node type.

Source

isInline

override Bool isInline()

Is this an inline versus a block element.

Source

meta

Str:Str meta := Str:sys::Str][:]

Source

write

override Void write(DocWriter out)

Write this element and its children to the specified DocWriter.

Source