accept

open override fun <T> accept(visitor: RenderRepresentableVisitor<T>): T

Accepts a visitor to produce a representation of this element suitable for the rendered document.

Return

rendered representation of this element

Parameters

visitor

visitor to accept

T

type of the rendered representation