class

Doc

@Js
class Doc : DocElem

Doc models the top level node of a fandoc document.

fields meta

methods htmlName

isInline

findHeadings

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

id

write

findHeadings Heading[] findHeadings()

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 Str htmlName()

id virtual DocNodeId id()

isInline virtual Bool isInline()

meta Str:Str : meta

write virtual Void write(DocWriter out)

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST