Html
class Html
Instance Properties
Instance Methods
- reduce(f:) Walk the HTML tree to produce a new value
- toPlainText() Get plain text suitable for showing to a user
- toString() Get HTML source as a string
Type Methods
- element(tag:attr:attrValues:children:) HTML builder, make an element
- fragment(nodes:) HTML builder, make a fragment
- fromString(html:) Build HTML payload from source
- text(text:) HTML builder, make some text