Class ImageAttributes
java.lang.Object
org.commonmark.node.Node
org.commonmark.node.CustomNode
org.commonmark.ext.image.attributes.ImageAttributes
- All Implemented Interfaces:
Delimited
A node containing text and other inline nodes as children.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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, unlink
-
Field Details
-
attributes
-
-
Constructor Details
-
ImageAttributes
-
-
Method Details
-
getOpeningDelimiter
- Specified by:
getOpeningDelimiter
in interfaceDelimited
- Returns:
- the opening (beginning) delimiter, e.g.
*
-
getClosingDelimiter
- Specified by:
getClosingDelimiter
in interfaceDelimited
- Returns:
- the closing (ending) delimiter, e.g.
*
-
getAttributes
-
toStringAttributes
- Overrides:
toStringAttributes
in classNode
-