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
/
EndElement
End
Element
data
class
EndElement
(
val
depth
:
Int
,
val
name
:
XmlToken.QualifiedName
)
:
XmlToken
The closing of an XML element
Members
Constructors
End
Element
Link copied to clipboard
constructor
(
depth
:
Int
,
name
:
String
)
constructor
(
depth
:
Int
,
name
:
XmlToken.QualifiedName
)
Properties
depth
Link copied to clipboard
open
override
val
depth
:
Int
name
Link copied to clipboard
val
name
:
XmlToken.QualifiedName
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String