Class FootnoteHtmlNodeRenderer.ReferenceInfo
java.lang.Object
org.commonmark.ext.footnotes.internal.FootnoteHtmlNodeRenderer.ReferenceInfo
- Enclosing class:
FootnoteHtmlNodeRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StringThe ID of the definition, for linking to the definition.private final intThe definition number, rendered in superscript.private final StringThe ID of the reference; in the corresponding definition, a link back to this reference will be rendered. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateReferenceInfo(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
-