HtmlRenderer
@Js
const class HtmlRenderer : Obj, Renderer
Renders a tree of nodes to HTML
Get a renderer with all the default configuration
Obtain a builder for configuring the renderer
static HtmlRendererBuilder builder()
Obtain a builder for configuring the renderer
static new make()
Get a renderer with all the default configuration
virtual Void renderTo(OutStream out, Node node)