class fandoc::HtmlDocWriter
sys::Obj fandoc::HtmlDocWriter : fandoc::DocWriter
@Js
HtmlDocWriter outputs a fandoc model to XHTML
See pod doc for usage.
- docEnd
- docHead
- docStart
- elemEnd
- elemStart
- make
-
new make(OutStream out := Env.cur().out())
- onImage
-
|Image|? onImage := null
Callback to perform image link resolution and checking
- onLink
-
|Link|? onLink := null
Callback to perform link resolution and checking for every Link element
- out
-
OutStream out
- text