Class ImageAttributes

java.lang.Object
org.commonmark.node.Node
org.commonmark.node.CustomNode
org.commonmark.ext.image.attributes.ImageAttributes
All Implemented Interfaces:
org.commonmark.node.Delimited

public class ImageAttributes extends org.commonmark.node.CustomNode implements org.commonmark.node.Delimited
A node containing text and other inline nodes as children.
  • Constructor Details

  • Method Details

    • getOpeningDelimiter

      public String getOpeningDelimiter()
      Specified by:
      getOpeningDelimiter in interface org.commonmark.node.Delimited
    • getClosingDelimiter

      public String getClosingDelimiter()
      Specified by:
      getClosingDelimiter in interface org.commonmark.node.Delimited
    • getAttributes

      public Map<String,String> getAttributes()
    • toStringAttributes

      protected String toStringAttributes()
      Overrides:
      toStringAttributes in class org.commonmark.node.Node