TextNodeData

class TextNodeData(val data: String) : NodeData

Represents the content of a Text node in XML or HTML.

Constructors

Link copied to clipboard
fun TextNodeData(data: String)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard

The text content.

Link copied to clipboard