TextNode

data class TextNode(val text: String) : Node

Container for text in the XML tree

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard