XmlData

sealed trait XmlData extends Xml with Serializable
Companion:
object
trait Serializable
trait Xml
class Object
trait Matchable
class Any
object XmlNull.type

Value members

Concrete methods

def as[T : Decoder]: Result[T]
def asString: String
def isEmpty: Boolean
override def toString: String
Definition Classes
Any

Inherited methods

final def asAttribute: Option[XmlAttribute]
Inherited from:
Xml
final def asData: Option[XmlData]
Inherited from:
Xml
final def asNode: Option[XmlNode]
Inherited from:
Xml

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