Namespace

trait Namespace

Represents a single XML namespace. This is currently ignored in scalatags.Text, but used to create elements with the correct namespace in scalatags.JsDom. A Namespace can be provided implicitly (or explicitly) when creating tags via "".tag, with a default of "http://www.w3.org/1999/xhtml" if none is found.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def uri: String