Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
serde-xml
/
aws.smithy.kotlin.runtime.serde.xml.dom
Package-level
declarations
Types
Functions
Types
Xml
Node
Link copied to clipboard
class
XmlNode
DOM representation of an XML document
Functions
parse
Dom
Link copied to clipboard
fun
parseDom
(
reader
:
XmlStreamReader
)
:
XmlNode
Inherited functions
to
Xml
String
Link copied to clipboard
fun
XmlNode
.
toXmlString
(
pretty
:
Boolean
=
false
)
:
String