Text

cats.xml.NodeContent$.Text
final case class Text extends NodeContent

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

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