Package-level declarations

Types

Link copied to clipboard
class HtmlBuilder(prettyPrint: Boolean = true, xhtmlCompatible: Boolean = true) : TagConsumer<String>
Link copied to clipboard
class IdInjectConsumer(val downstream: TagConsumer<String>) : TagConsumer<String>

Functions

Link copied to clipboard
fun <O : Appendable> O.appendHTML(prettyPrint: Boolean = true, xhtmlCompatible: Boolean = false): TagConsumer<O>
Link copied to clipboard
fun createHTML(prettyPrint: Boolean = true, xhtmlCompatible: Boolean = false): TagConsumer<String>