Children

case class Children(childrenNel: NonEmptyList[XmlNode]) extends NodeContent
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Inherited fields

final lazy val children: List[XmlNode]
Inherited from:
NodeContent
final lazy val isChildren: Boolean
Inherited from:
NodeContent
final lazy val isEmpty: Boolean
Inherited from:
NodeContent
final lazy val isText: Boolean
Inherited from:
NodeContent
final lazy val nonEmpty: Boolean
Inherited from:
NodeContent
final lazy val text: Option[XmlData]
Inherited from:
NodeContent