Text

cats.xml.NodeContent.Text
See theText companion object
final case class Text(data: XmlData) extends NodeContent

Attributes

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

Members list

Value members

Inherited methods

final def duplicate: NodeContent

Attributes

Inherited from:
NodeContent
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

final lazy val children: List[XmlNode]

Attributes

Inherited from:
NodeContent
final lazy val isChildren: Boolean

Attributes

Inherited from:
NodeContent
final lazy val isEmpty: Boolean

Attributes

Inherited from:
NodeContent
final lazy val isText: Boolean

Attributes

Inherited from:
NodeContent
final lazy val nonEmpty: Boolean

Attributes

Inherited from:
NodeContent
final lazy val text: Option[XmlData]

Attributes

Inherited from:
NodeContent