Content D R I Link
data class ContentDRILink(children: List<ContentNode>, address: DRI, dci: DCI, sourceSets: Set<DisplaySourceSet>, style: Set<Style>, extra: PropertyContainer<ContentNode>) : ContentLink
Content copied to clipboard
All links to classes, packages, etc. that have te be resolved
Constructors
ContentDRILink
Link copied to clipboard
fun ContentDRILink(children: List<ContentNode>, address: DRI, dci: DCI, sourceSets: Set<DisplaySourceSet>, style: Set<Style> = emptySet(), extra: PropertyContainer<ContentNode> = PropertyContainer.empty())
Content copied to clipboard
Functions
hasAnyContent
Link copied to clipboard
transformChildren
Link copied to clipboard
open override fun transformChildren(transformer: (ContentNode) -> ContentNode): ContentDRILink
Content copied to clipboard
withNewExtras
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<ContentNode>): ContentDRILink
Content copied to clipboard
withSourceSets
Link copied to clipboard
open override fun withSourceSets(sourceSets: Set<DisplaySourceSet>): ContentDRILink
Content copied to clipboard
Properties
children
Link copied to clipboard
extra
Link copied to clipboard
sourceSets
Link copied to clipboard