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
/
XmlNode
Xml
Node
class
XmlNode
DOM representation of an XML document
Members
Members & Extensions
Constructors
Xml
Node
Link copied to clipboard
constructor
(
name
:
String
)
constructor
(
name
:
XmlToken.QualifiedName
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
attributes
Link copied to clipboard
val
attributes
:
MutableMap
<
XmlToken.QualifiedName
,
String
>
children
Link copied to clipboard
val
children
:
MutableMap
<
String
,
MutableList
<
XmlNode
>
>
name
Link copied to clipboard
val
name
:
XmlToken.QualifiedName
namespaces
Link copied to clipboard
val
namespaces
:
MutableList
<
XmlToken.Namespace
>
parent
Link copied to clipboard
var
parent
:
XmlNode
?
text
Link copied to clipboard
var
text
:
String
?
Functions
add
Child
Link copied to clipboard
fun
addChild
(
child
:
XmlNode
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Inherited functions
to
Xml
String
Link copied to clipboard
fun
XmlNode
.
toXmlString
(
pretty
:
Boolean
=
false
)
:
String