public class Image extends Node
| Constructor and Description |
|---|
Image() |
Image(String destination,
String title) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor) |
String |
getDestination() |
String |
getTitle() |
void |
setDestination(String destination) |
void |
setTitle(String title) |
protected String |
toStringAttributes() |
addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getParent, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setParent, setSourceSpans, toString, unlinkpublic String getDestination()
public void setDestination(String destination)
public String getTitle()
public void setTitle(String title)
protected String toStringAttributes()
toStringAttributes in class NodeCopyright © 2021. All rights reserved.