HtmlDocWriter
@Js
class HtmlDocWriter : Obj, DocWriter
HtmlDocWriter outputs a fandoc model to XHTML
See pod doc for usage.
Callback to perform link resolution and checking for every Link element
Callback to perform image link resolution and checking
virtual Void docEnd(Doc doc)
virtual Void docHead(Doc doc)
virtual Void docStart(Doc doc)
virtual Void elemEnd(DocElem elem)
virtual Void elemStart(DocElem elem)
new make(OutStream out)
|Image|? : onImage
Callback to perform image link resolution and checking
|Link|? : onLink
Callback to perform link resolution and checking for every Link element
OutStream : out
virtual Void text(DocText text)