Interface LinkDomNode
- All Superinterfaces:
DomNode
A dom node representing a link. The link object can be obtained with
getLink()
, to change the link modify
the link object (or create a new
) and call setLink(de.espirit.firstspirit.access.link.Link)
with the new or changed link
instance.- Since:
- 4.2.17
-
Method Summary
Methods inherited from interface de.espirit.firstspirit.access.editor.value.DomNode
getChildren, getChildren, getFirstChild, getFormatTemplate, getNextSibling, getNodeType, getParent, getReferences, getTagName, hasChildren, isSystemTemplate, removeChild, replaceChild
-
Method Details
-
getLink
Link getLink()Returns the link object of this node. If the link is modifiedsetLink(de.espirit.firstspirit.access.link.Link)
must be called to make the changes persistent.- Since:
- 4.2.17
-
setLink
Updates the link.- Since:
- 4.2.17
-