Class FootnoteHtmlNodeRenderer.ReferenceInfo
java.lang.Object
org.commonmark.ext.footnotes.internal.FootnoteHtmlNodeRenderer.ReferenceInfo
- Enclosing class:
FootnoteHtmlNodeRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
The ID of the definition, for linking to the definition.private final int
The definition number, rendered in superscript.private final String
The ID of the reference; in the corresponding definition, a link back to this reference will be rendered. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ReferenceInfo
(String id, String definitionId, int definitionNumber) -
Method Summary
-
Field Details
-
id
The ID of the reference; in the corresponding definition, a link back to this reference will be rendered. -
definitionId
The ID of the definition, for linking to the definition. -
definitionNumber
private final int definitionNumberThe definition number, rendered in superscript.
-
-
Constructor Details
-
ReferenceInfo
-