Package-level declarations

Types

Link copied to clipboard
interface Identifiable

An element that can be identified by a unique identifier, referenced and located by other elements in a document.

Link copied to clipboard

Provides identifiers for Identifiable elements. Usually, an implementation is provided for each rendering target. For example, HTML identifiers are URI-like.

Functions

Link copied to clipboard
fun <T> IdentifierProvider<T>.getId(identifiable: Identifiable): T

Gets the identifier of an Identifiable element.