Xml

cats.xml.Xml
See theXml companion object
trait Xml

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object XmlNull.type
trait XmlData
trait XmlNode
class Group
class Node

Members list

Concise view

Value members

Concrete methods

final def asAttribute: Option[XmlAttribute]
final def asData: Option[XmlData]
final def asGroup: Option[Group]
final def asNode: Option[Node]
final def asString: String
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
Any

Concrete fields

final lazy val isAttribute: Boolean
final lazy val isData: Boolean
final lazy val isNode: Boolean
final lazy val isNull: Boolean