Class LinkReferenceDefinition
java.lang.Object
org.commonmark.node.Node
org.commonmark.node.Block
org.commonmark.node.LinkReferenceDefinition
A link reference definition, e.g.:
[foo]: /url "title"
They can be referenced anywhere else in the document to produce a link using [foo]. The definitions
themselves are usually not rendered in the final output.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Node
addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setSourceSpans, toString, toStringAttributes, unlink
-
Field Details
-
label
-
destination
-
title
-
-
Constructor Details
-
LinkReferenceDefinition
public LinkReferenceDefinition() -
LinkReferenceDefinition
-
-
Method Details
-
getLabel
-
setLabel
-
getDestination
-
setDestination
-
getTitle
-
setTitle
-
accept
-