XmlAttribute

cats.xml.XmlAttribute$
See theXmlAttribute companion class

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited classlikes

implicit class XmlAttrOps(attr: XmlAttribute)

Attributes

Inherited from:
XmlAttributeSyntax (hidden)
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class XmlAttrStringOps(key: String)

Attributes

Inherited from:
XmlAttributeSyntax (hidden)
Graph
Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

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 normalizeAttrs(attrs: List[XmlAttribute]): List[XmlAttribute]

Deprecated methods

def stringify(ls: XmlAttribute)(implicit showData: Show[XmlData]): String

Attributes

Deprecated
true

Implicits

Inherited implicits

final implicit def XmlAttrOps(attr: XmlAttribute): XmlAttrOps

Attributes

Inherited from:
XmlAttributeSyntax (hidden)
final implicit def XmlAttrStringOps(key: String): XmlAttrStringOps

Attributes

Inherited from:
XmlAttributeSyntax (hidden)
implicit val eqXmlAttribute: Eq[XmlAttribute]

Attributes

Inherited from:
XmlAttributeInstances (hidden)
implicit def showXmlAttribute(implicit printer: XmlPrinter, config: Config): Show[XmlAttribute]

Attributes

Inherited from:
XmlAttributeInstances (hidden)