Namespace

interface Namespace

Interface that represents a namespace with prefix and uri.

Inheritors

Properties

Link copied to clipboard
abstract val namespaceURI: String

Gets the uri bound to the prefix of this namespace

Link copied to clipboard
abstract val prefix: String

Gets the prefix, returns "" if this is a default namespace declaration.

Functions

Link copied to clipboard
open operator fun component1(): String

Accessor for prefix

Link copied to clipboard
open operator fun component2(): String

Accessor for namespaceURI