XmlNull

case object XmlNull extends Xml with XmlData
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait XmlData
trait Serializable
trait Xml
class Object
trait Matchable
class Any
XmlNull.type

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton
Inherited from:
Singleton
type MirroredType = Singleton
Inherited from:
Singleton

Value members

Inherited methods

def as[T : Decoder]: Result[T]
Inherited from:
XmlData
final def asAttribute: Option[XmlAttribute]
Inherited from:
Xml
final def asData: Option[XmlData]
Inherited from:
Xml
final def asNode: Option[XmlNode]
Inherited from:
Xml
def asString: String
Inherited from:
XmlData
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
def isEmpty: Boolean
Inherited from:
XmlData
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def toString: String
Definition Classes
XmlData -> Any
Inherited from:
XmlData

Inherited fields

final lazy val isAttribute: Boolean
Inherited from:
Xml
final lazy val isData: Boolean
Inherited from:
Xml
final lazy val isNode: Boolean
Inherited from:
Xml
final lazy val isNull: Boolean
Inherited from:
Xml