Class CiteReference

java.lang.Object
org.commonmark.node.Node
org.commonmark.node.CustomNode
atessera.markdown.CiteReference

public class CiteReference extends org.commonmark.node.CustomNode
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.commonmark.node.CustomNode

    accept

    Methods inherited from class org.commonmark.node.Node

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

    Methods inherited from class java.lang.Object

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

    • CiteReference

      public CiteReference(String ref)
  • Method Details

    • getRef

      public String getRef()