LinkNode
A general link node. A link can error for various reasons. For example, a com.quarkdown.core.ast.base.inline.SubdocumentLink can error if the linked subdocument cannot be found.
See also
Inheritors
Properties
The error that occurred during processing, paired with the PipelineErrorHandler strategy to handle it. If null, no error occurred and the node is rendered normally via acceptOnSuccess.
Optional file system where this link is defined, used for resolving relative paths.
Inline content of the displayed label.
Optional title.
Functions
Accepts the error as a node if an error is present, otherwise accepts this node normally via acceptOnSuccess.
Visits this node with the given visitor when no error is present.
Retrieves the stored media associated with this node, if any.
Registers the resolved path of this node within the document handled by context.