Class FootnoteHtmlNodeRenderer.ReferenceInfo

  • Enclosing class:
    FootnoteHtmlNodeRenderer

    private static class FootnoteHtmlNodeRenderer.ReferenceInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String definitionId
      The ID of the definition, for linking to the definition.
      private int definitionNumber
      The definition number, rendered in superscript.
      private java.lang.String id
      The ID of the reference; in the corresponding definition, a link back to this reference will be rendered.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ReferenceInfo​(java.lang.String id, java.lang.String definitionId, int definitionNumber)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        private final java.lang.String id
        The ID of the reference; in the corresponding definition, a link back to this reference will be rendered.
      • definitionId

        private final java.lang.String definitionId
        The ID of the definition, for linking to the definition.
      • definitionNumber

        private final int definitionNumber
        The definition number, rendered in superscript.
    • Constructor Detail

      • ReferenceInfo

        private ReferenceInfo​(java.lang.String id,
                              java.lang.String definitionId,
                              int definitionNumber)