SubdocumentGraph

A graph representing the relationships between com.quarkdown.core.document.sub.Subdocuments within the document, stored in com.quarkdown.core.context.Context.subdocumentGraph.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun <T> accept(visitor: NodeVisitor<T>): T

Accepts a visitor.

Link copied to clipboard

Retrieves the stored media associated with this node, if any.

Link copied to clipboard