K3KeyId

@Serializable
value class K3KeyId(val value: String)(source)

Identification for keys. Can be the key name, but also any other valid descriptive token.

See UTS #35 Part 7 | Element: key

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Returns true if this key id is valid (i.e. any XML nmtoken).

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