Dom

sealed trait Dom

Light weight DOM implementation that can be rendered as a html string.

See also:

Void elements only have a start tag; end tags must not be specified for void elements.

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def encode: CharSequence