IdentifierProvider

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

Parameters

T

output type of the identifiers

See also

Inheritors

Functions

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

Gets the identifier of an Identifiable element.

Link copied to clipboard
abstract fun visit(heading: Heading): T