class

Doc

@Js
class Doc : DocElem

Doc models the top level node of a fandoc document.

fields meta

methods 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

id

isInline

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.6 ∙ 21-Jul-2026 09:48 EDT