Xml

cats.xml.Xml$
See theXml companion trait
object Xml

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Xml.type

Members list

Concise view

Type members

Classlikes

case object XmlNull extends Xml with XmlData

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait XmlData
trait Serializable
trait Xml
class Object
trait Matchable
class Any
Self type
XmlNull.type

Value members

Concrete methods

def isValidXmlName(string: String): Boolean
def unsafeRequireValidXmlName(value: String): String

Concrete fields

final lazy val Data: XmlData.type
final lazy val Null: Xml & XmlData

Implicits

Implicits

implicit val eqXml: Eq[Xml]
implicit val showXml: Show[Xml]