- Index
- »
- fan.fandoc
- »
- Doc
Doc
@Js
class Doc : DocElem
Doc models the top level node of a fandoc document.
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
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.
virtual Str htmlName()
virtual DocNodeId id()
virtual Bool isInline()
Str:Str : meta
virtual Void write(DocWriter out)