Class AdvImageDefinition

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

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

    Constructors
    Constructor
    Description
    AdvImageDefinition(String src, String alt, String comment)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     

    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, toString, toStringAttributes, unlink

    Methods inherited from class java.lang.Object

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

    • AdvImageDefinition

      public AdvImageDefinition(String src, String alt, String comment)
  • Method Details

    • getSrc

      public String getSrc()
    • getAlt

      public String getAlt()
    • getComment

      public String getComment()