Text

data class Text(val depth: Int, val value: String?) : XmlToken

An XML element text as string

Constructors

Link copied to clipboard
constructor(depth: Int, value: String?)

Properties

Link copied to clipboard
open override val depth: Int
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String