Class ImageAttributes

  • All Implemented Interfaces:
    Delimited

    public class ImageAttributes
    extends CustomNode
    implements Delimited
    A node containing text and other inline nodes as children.
    • Field Detail

      • attributes

        private final java.util.Map<java.lang.String,​java.lang.String> attributes
    • Constructor Detail

      • ImageAttributes

        public ImageAttributes​(java.util.Map<java.lang.String,​java.lang.String> attributes)
    • Method Detail

      • getOpeningDelimiter

        public java.lang.String getOpeningDelimiter()
        Specified by:
        getOpeningDelimiter in interface Delimited
        Returns:
        the opening (beginning) delimiter, e.g. *
      • getClosingDelimiter

        public java.lang.String getClosingDelimiter()
        Specified by:
        getClosingDelimiter in interface Delimited
        Returns:
        the closing (ending) delimiter, e.g. *
      • getAttributes

        public java.util.Map<java.lang.String,​java.lang.String> getAttributes()
      • toStringAttributes

        protected java.lang.String toStringAttributes()
        Overrides:
        toStringAttributes in class Node