XmlData

cats.xml.XmlData
See theXmlData companion object
sealed trait XmlData extends Xml with Serializable

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Xml
class Object
trait Matchable
class Any
Known subtypes
object XmlNull.type

Members list

Concise view

Value members

Concrete methods

def as[T : Decoder]: Result[T]
def isEmpty: Boolean

Inherited methods

final def asAttribute: Option[XmlAttribute]

Attributes

Inherited from:
Xml
final def asData: Option[XmlData]

Attributes

Inherited from:
Xml
final def asGroup: Option[Group]

Attributes

Inherited from:
Xml
final def asNode: Option[Node]

Attributes

Inherited from:
Xml
final def asString: String

Attributes

Inherited from:
Xml
final override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Xml -> Any
Inherited from:
Xml

Inherited fields

final lazy val isAttribute: Boolean

Attributes

Inherited from:
Xml
final lazy val isData: Boolean

Attributes

Inherited from:
Xml
final lazy val isNode: Boolean

Attributes

Inherited from:
Xml
final lazy val isNull: Boolean

Attributes

Inherited from:
Xml