Xmlable

trait Xmlable extends XmlOps
trait XmlOps
class Object
trait Matchable
class Any
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

Type members

Inherited classlikes

implicit implicit class ElemOps(e: Elem)
Inherited from:
XmlOps

Value members

Abstract methods

def xml: Elem

Inherited methods

def add(xml: Elem, key: String, value: String): Elem
Inherited from:
XmlOps
def addMap(xml: Elem, attributes: Map[String, String]): Elem
Inherited from:
XmlOps
def filterAndStringify[K, V](m: Map[K, Option[V]]): Map[K, String]
Inherited from:
XmlOps
def filterOption[K, V](m: Map[K, Option[V]]): Map[K, V]
Inherited from:
XmlOps

Implicits

Inherited implicits

final implicit def ElemOps(e: Elem): ElemOps
Inherited from:
XmlOps