colibrio-reader-framework
4.0.0-experimental-1
colibrio-reader-framework
/
com.colibrio.core.base
/
TextNodeData
Text
Node
Data
class
TextNodeData
(
val
data
:
String
)
:
NodeData
Represents the content of a Text node in XML or HTML.
Types
Constructors
Functions
Properties
Constructors
Text
Node
Data
Link copied to clipboard
fun
TextNodeData
(
data
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
serialize
Link copied to clipboard
open
override
fun
serialize
(
generator
:
JsonGenerator
)
Properties
data
Link copied to clipboard
val
data
:
String
The text content.
node
Type
Link copied to clipboard
val
nodeType
:
NodeType