NodeContent

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class Children(childrenNel: NonEmptyList[XmlNode]) extends NodeContent
case object Empty extends NodeContent
case class Text(data: XmlData) extends NodeContent

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

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

Concrete fields

final val empty: NodeContent