QualifiedName

data class QualifiedName(val local: String, val prefix: String? = null)

Defines the name and namespace of an element

Constructors

Link copied to clipboard
constructor(local: String, prefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The localized name of an element

Link copied to clipboard
val prefix: String? = null

The namespace this element belongs to

Link copied to clipboard
val tag: String

Functions

Link copied to clipboard
open override fun toString(): String