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 := nullCallback to perform image link resolution and checking 
- onLink
- 
|Link|? onLink := nullCallback to perform link resolution and checking for every Link element 
- out
- 
OutStream out
- text