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 Summary
Constructors -
Method Summary
Methods inherited from class org.commonmark.node.CustomNode
acceptMethods inherited from class org.commonmark.node.Node
addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getParent, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setParent, setSourceSpans, toString, unlink
-
Constructor Details
-
ImageAttributes
-
-
Method Details
-
getOpeningDelimiter
- Specified by:
getOpeningDelimiterin interfaceorg.commonmark.node.Delimited
-
getClosingDelimiter
- Specified by:
getClosingDelimiterin interfaceorg.commonmark.node.Delimited
-
getAttributes
-
toStringAttributes
- Overrides:
toStringAttributesin classorg.commonmark.node.Node
-