Package-level declarations
Types
Link copied to clipboard
class CrossReference(val referenceId: String) : ReferenceNode<CrossReference, CrossReferenceableNode>
A cross-reference to a CrossReferenceableNode within the same document. The link with the target is made by matching referenceIds.
Link copied to clipboard
A node that can be referenced by a CrossReference, by means of matching referenceIds.