toggle menu
colibrio-reader-framework
4.0.0-rc-2
androidJvm
switch theme
search in API
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.
Members
Constructors
Text
Node
Data
Link copied to clipboard
constructor
(
data
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
data
Link copied to clipboard
val
data
:
String
The text content.
node
Type
Link copied to clipboard
val
nodeType
:
NodeType
Functions
serialize
Link copied to clipboard
open
override
fun
serialize
(
generator
:
JsonGenerator
)