final case class Namespace(uri: String) extends AnyVal with Product with Serializable
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.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Namespace
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Namespace(uri: String)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val uri: String