default

abstract fun default(context: MutableContext): AstIterator<Unit>

Return

the default tree iterator, used to visit the AST and run side-effecting hooks (e.g. reference resolution, presence detection)

Parameters

context

the context of the document