Class FootnoteHtmlNodeRenderer.ReferencedDefinition

  • Enclosing class:
    FootnoteHtmlNodeRenderer

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

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String definitionKey
      The unique key of the definition.
      (package private) int definitionNumber
      The definition number, starting from 1, and in order in which they're referenced.
      (package private) java.util.List<java.lang.String> references
      The IDs of references for this definition, for backrefs.
    • Constructor Summary

      Constructors 
      Constructor Description
      ReferencedDefinition​(int definitionNumber, java.lang.String definitionKey)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • definitionNumber

        final int definitionNumber
        The definition number, starting from 1, and in order in which they're referenced.
      • definitionKey

        final java.lang.String definitionKey
        The unique key of the definition. Together with a static prefix it forms the ID used in the HTML.
      • references

        final java.util.List<java.lang.String> references
        The IDs of references for this definition, for backrefs.
    • Constructor Detail

      • ReferencedDefinition

        ReferencedDefinition​(int definitionNumber,
                             java.lang.String definitionKey)