class syntax::HtmlSyntaxWriter
sys::Obj syntax::HtmlSyntaxWriter
HtmlSyntaxWriter outputs a SyntaxDoc to HTML
- close
-
Bool close()
Close underlying output stream
- make
-
new make(OutStream out := Env.cur().out())
- writeDoc
-
Write an entire HTML file with proper head, body types using default CSS
- writeLine
-
This writeLine(SyntaxLine line)
Write a single syntax line as styled HTML
- writeLines
-
This writeLines(SyntaxDoc doc)
Write the lines of the document as HTML elements. This method does not generate HTML head/body tags.