CrossReferenceableNode

A node that can be referenced by a CrossReference, by means of matching referenceIds.

Inheritors

Properties

Link copied to clipboard
abstract val referenceId: String?

The ID used to reference this node. If null, this node cannot be referenced. In order to be referenced by a CrossReference, this ID must match the ID of the CrossReference.

Functions

Link copied to clipboard
abstract 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