class

HtmlSyntaxWriter

class HtmlSyntaxWriter : Obj

HtmlSyntaxWriter outputs a SyntaxDoc to HTML

constructors make

methods writeLines

Write the lines of the document as HTML elements

writeDoc

Write an entire HTML file with proper head, body types using default CSS

writeLine

Write a single syntax line as styled HTML

close

Close underlying output stream

close Bool close()

Close underlying output stream

make new make(OutStream out)

writeDoc This writeDoc(SyntaxDoc doc)

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.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST