korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-serialization
/
korlibs.io.serialization.xml
/
Xml
/
Companion
Companion
object
Companion
Members
Functions
CData
Link copied to clipboard
fun
CData
(
text
:
String
)
:
Xml
Comment
Link copied to clipboard
fun
Comment
(
text
:
String
)
:
Xml
parse
Link copied to clipboard
fun
parse
(
str
:
String
,
collapseSpaces
:
Boolean
=
true
,
processNamespaces
:
Boolean
=
false
)
:
Xml
Raw
Link copied to clipboard
fun
Raw
(
text
:
String
)
:
Xml
Tag
Link copied to clipboard
fun
Tag
(
tagName
:
String
,
attributes
:
Map
<
String
,
Any
?
>
,
children
:
List
<
Xml
>
)
:
Xml
Text
Link copied to clipboard
fun
Text
(
text
:
String
)
:
Xml