xmlutil
Toggle table of contents
1.0.0-rc1
Common
Target filter
Common
Switch theme
Search in API
Skip to content
xmlutil
serialutil
/
nl.adaptivity.serialutil
/
MixedContent
/
Text
Text
@
Serializable
(
with
=
MixedContent.Text.Companion::class
)
class
Text
(
val
data
:
String
)
:
MixedContent
<
Nothing
>
(
source
)
Wrapper for text content
Members
Constructors
Text
Link copied to clipboard
constructor
(
data
:
String
)
Properties
data
Link copied to clipboard
val
data
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String