SubdocumentLink
A link to a Quarkdown subdocument.
Parameters
the link to the subdocument
an optional anchor to a specific section within the subdocument
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.
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.
Returns a sequence of all nodes in the tree, where this is the root node. The sequence is generated by traversing the tree in depth-first order. The root node is excluded from the sequence.
Retrieves the stored media associated with this node, if any.
Registers the resolved path of this node within the document handled by context.
Associates a Subdocument with the SubdocumentLink in the given context.