class fandoc::Doc

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

@Js

Source

Doc models the top level node of a fandoc document.

findHeadings

Heading[] findHeadings()

Source

Recursively walk th document to build an order list of the multi-level headings which can serve as a "table of contents" for the document.

htmlName

virtual override Str htmlName()

Source

id

virtual override DocNodeId id()

Source

isInline

virtual override Bool isInline()

Source

meta

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

Source

write

virtual override Void write(DocWriter out)

Source