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
/
AbstractXmlNamespaceTrait
Abstract
Xml
Namespace
Trait
open
class
AbstractXmlNamespaceTrait
(
val
uri
:
String
,
val
prefix
:
String
?
=
null
)
Base class for more specific XML namespace traits
Inheritors
XmlNamespace
XmlCollectionValueNamespace
XmlMapKeyNamespace
Members
Constructors
Abstract
Xml
Namespace
Trait
Link copied to clipboard
constructor
(
uri
:
String
,
prefix
:
String
?
=
null
)
Properties
prefix
Link copied to clipboard
val
prefix
:
String
?
=
null
uri
Link copied to clipboard
val
uri
:
String
Functions
is
Default
Link copied to clipboard
fun
isDefault
(
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String