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 TypeMethodDescriptionvoid
getTitle()
void
setDestination
(String destination) void
protected String
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
-
destination
-
title
-
-
Constructor Details
-
Image
public Image() -
Image
-
-
Method Details
-
accept
-
getDestination
-
setDestination
-
getTitle
-
setTitle
-
toStringAttributes
- Overrides:
toStringAttributes
in classNode
-