Namespace

interface Namespace(source)

Interface that represents a namespace with prefix and uri.

Inheritors

Types

Link copied to clipboard

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
Link copied to clipboard
open operator fun component2(): String