PathTranslatorExtensionContext

class PathTranslatorExtensionContext(val baseTranslator: PathTranslator, val outputContext: OutputContext, val config: Config)

The context that is provided to builders for path translator extensions.

Value parameters:
baseTranslator

the internal path translator that can be used for delegating most translation steps to

config

the complete user configuration for the current transformation

outputContext

the context for the output format the translator is used for (since translators are different per render format)

class Object
trait Matchable
class Any

Value members