EmbeddedElement

An element referencing an embedded external resource.

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard

Associated list of attributes.

Link copied to clipboard
abstract val embeddedLink: Link

Referenced resource in the publication.

Link copied to clipboard
open val language: Language?
Link copied to clipboard
abstract val locator: Locator

Locator targeting this element in the Publication.

Functions

Link copied to clipboard
open fun <V> attribute(key: Content.AttributeKey<V>): V?

Gets the first attribute with the given key.

Link copied to clipboard
open fun <V> attributes(key: Content.AttributeKey<V>): List<V>

Gets all the attributes with the given key.