public class LinkReferenceDefinition extends Node
[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.
| Constructor and Description |
|---|
LinkReferenceDefinition() |
LinkReferenceDefinition(String label,
String destination,
String title) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor) |
String |
getDestination() |
String |
getLabel() |
String |
getTitle() |
void |
setDestination(String destination) |
void |
setLabel(String label) |
void |
setTitle(String title) |
addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getParent, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setParent, setSourceSpans, toString, toStringAttributes, unlinkCopyright © 2021. All rights reserved.