Class BibItem

java.lang.Object
org.commonmark.node.Node
org.commonmark.node.Block
org.commonmark.node.CustomBlock
atessera.markdown.blocks.BibItem

public final class BibItem extends org.commonmark.node.CustomBlock
  • Constructor Summary

    Constructors
    Constructor
    Description
    BibItem(String label)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    boolean
     
     
    int
     
    void
     
     

    Methods inherited from class org.commonmark.node.CustomBlock

    accept

    Methods inherited from class org.commonmark.node.Block

    getParent, setParent

    Methods inherited from class org.commonmark.node.Node

    addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setSourceSpans, toStringAttributes, unlink

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • BibItem

      public BibItem(String label)
  • Method Details

    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class org.commonmark.node.Node