XmlAttribute

object XmlAttribute extends XmlAttributeSyntax with XmlAttributeInstances
Companion:
class
trait Product
trait Mirror
trait XmlAttributeInstances
trait XmlAttributeSyntax
class Object
trait Matchable
class Any

Type members

Inherited classlikes

implicit implicit class XmlAttrOps(attr: XmlAttribute)
Inherited from:
XmlAttributeSyntax
implicit implicit class XmlAttrStringOps(key: String)
Inherited from:
XmlAttributeSyntax

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
final implicit def XmlAttrStringOps(key: String): XmlAttrStringOps
Inherited from:
XmlAttributeSyntax
Inherited from:
XmlAttributeInstances
implicit def showInstanceForAttr(implicit sd: Show[XmlData]): Show[XmlAttribute]
Inherited from:
XmlAttributeInstances