Package org.commonmark.node
Class Image
java.lang.Object
org.commonmark.node.Node
org.commonmark.node.Image
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetTitle()voidsetDestination(String destination) voidprotected StringMethods inherited from class org.commonmark.node.Node
addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getParent, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setParent, setSourceSpans, toString, unlink
-
Field Details
-
destination
-
title
-
-
Constructor Details
-
Image
public Image() -
Image
-
-
Method Details
-
accept
-
getDestination
-
setDestination
-
getTitle
-
setTitle
-
toStringAttributes
- Overrides:
toStringAttributesin classNode
-