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
/
XmlToken
/
BeginElement
/
BeginElement
Begin
Element
constructor
(
depth
:
Int
,
name
:
String
)
constructor
(
depth
:
Int
,
name
:
String
,
attributes
:
Map
<
XmlToken.QualifiedName
,
String
>
)
constructor
(
depth
:
Int
,
name
:
XmlToken.QualifiedName
,
attributes
:
Map
<
XmlToken.QualifiedName
,
String
>
=
emptyMap()
,
nsDeclarations
:
List
<
XmlToken.Namespace
>
=
emptyList()
)