NamespaceImpl

class NamespaceImpl(namespacePrefix: CharSequence, namespaceUri: CharSequence) : Namespace(source)

Constructors

Link copied to clipboard
constructor(namespacePrefix: CharSequence, namespaceUri: CharSequence)

Properties

Link copied to clipboard
open override val namespaceURI: String

Gets the uri bound to the prefix of this namespace

Link copied to clipboard
open override 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
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String