XmlNamespace

smithy.api.XmlNamespace
See theXmlNamespace companion object
final case class XmlNamespace(uri: NonEmptyString, prefix: Option[NonEmptyString])

Adds an xmlns namespace definition URI to an XML element.

Value parameters

prefix

The prefix for the given namespace.

uri

The namespace URI for scoping this XML element.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product