XmlAttribute

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited classlikes

implicit class XmlAttrOps(attr: XmlAttribute)
implicit class XmlAttrStringOps(key: String)

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply[T : DataEncoder](key: String, value: T): XmlAttribute
def fromMap(values: Map[String, String]): List[XmlAttribute]
def stringify(ls: XmlAttribute)(implicit showData: Show[XmlData]): String

Implicits

Inherited implicits

final implicit def XmlAttrOps(attr: XmlAttribute): XmlAttrOps
Inherited from:
XmlAttributeSyntax (hidden)
final implicit def XmlAttrStringOps(key: String): XmlAttrStringOps
Inherited from:
XmlAttributeSyntax (hidden)
Inherited from:
XmlAttributeInstances (hidden)
implicit def showInstanceForAttr(implicit sd: Show[XmlData]): Show[XmlAttribute]
Inherited from:
XmlAttributeInstances (hidden)