Xmlable

com.malliina.push.wns.Xmlable
trait Xmlable extends XmlOps

Attributes

Graph
Supertypes
trait XmlOps
class Object
trait Matchable
class Any
Known subtypes
class Actions
class Audio
trait Binding[T]
class Command
class Commands
class Group
class Image
class Input
class Selection
class SubGroup
trait Visual[T]
class WnsText
class Badge

Members list

Concise view

Type members

Inherited classlikes

implicit class ElemOps(e: Elem)

Attributes

Inherited from:
XmlOps
Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Abstract methods

def xml: Elem

Inherited methods

def add(xml: Elem, key: String, value: String): Elem

Attributes

Inherited from:
XmlOps
def addMap(xml: Elem, attributes: Map[String, String]): Elem

Attributes

Inherited from:
XmlOps
def filterAndStringify[K, V](m: Map[K, Option[V]]): Map[K, String]

Attributes

Inherited from:
XmlOps
def filterOption[K, V](m: Map[K, Option[V]]): Map[K, V]

Attributes

Inherited from:
XmlOps

Implicits

Inherited implicits

final implicit def ElemOps(e: Elem): ElemOps

Attributes

Inherited from:
XmlOps