NodeContent

cats.xml.NodeContent
See theNodeContent companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

final case class Children(childrenNel: NonEmptyList[XmlNode]) extends NodeContent

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait NodeContent
class Object
trait Matchable
class Any
Show all
object Children

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Children.type
case object Empty extends NodeContent

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NodeContent
class Object
trait Matchable
class Any
Show all
Self type
Empty.type
final case class Text(data: XmlData) extends NodeContent

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait NodeContent
class Object
trait Matchable
class Any
Show all
object Text

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Text.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def children(node: XmlNode, nodes: XmlNode*): NodeContent
def children(childrenLs: Seq[XmlNode]): NodeContent
def childrenNel(childrenNel: NonEmptyList[XmlNode]): NodeContent
def text[T : DataEncoder](data: T): NodeContent

Concrete fields

final val empty: NodeContent

Implicits

Inherited implicits

implicit val eqNodeContent: Eq[NodeContent]

Attributes

Inherited from:
NodeContentInstances