HtmlWriter

Undocumented in source.

Constructors

this
this(Appendable o)
Undocumented in source.

Members

Functions

append
void append(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
line
void line()
Undocumented in source. Be warned that the author may not have intended to support it.
raw
void raw(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
tag
void tag(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
tag
void tag(string name, Map!(string, string) attrs)
Undocumented in source. Be warned that the author may not have intended to support it.
tag
void tag(string name, Map!(string, string) attrs, bool voidElement)
Undocumented in source. Be warned that the author may not have intended to support it.
text
void text(string text)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta