final case classBasicElemAttr(name: String, value: String) extends ElemAttr with Product with Serializable
Any old attribute. You should not explicitly construct one of these,
but rather use "name" -> "value" and let the implicit conversion
take care of making a BasicElemAttr.
Linear Supertypes
Serializable, Serializable, Product, Equals, ElemAttr, (Elem) ⇒ Elem, AnyRef, Any
Any old attribute. You should not explicitly construct one of these, but rather use "name" -> "value" and let the implicit conversion take care of making a BasicElemAttr.