type

Doc

@Js
class Doc : DocElem

Doc models the top level node of a fandoc document.

fields

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

Slot Details

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

id

virtual override DocNodeId id()

isInline

virtual override Bool isInline()

meta

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

write

virtual override Void write(DocWriter out)